/* 
    Document   : Estilo
    Created on : 15/03/2013, 02:50:11 PM
    Author     : mmoreno
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/






#global
{
    width:auto;
    background: #E9EFFF url("Imagenes/Fondos/Background.gif"); 
    font-family:arial,verdana,sans-serif;
    color:#006699;
    margin: 5px; 
    float: center;
}

#contenedor
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    background:#ffffff;          
    /*font-family:Microsoft Sans Serif,Verdana, Arial;*/  
    box-shadow: 10px 10px 5px #888888;
    /*    heigth:1000px;*/
}

.bloqueado
{ /* afuera: la parte oscura */
    background: #FFFFFF;
    opacity: .20; /* opacidad para Firefox */
    filter: alpha(opacity=20);  /* opacidad para Internet Explorer */
    z-index:-1;
}

.desbloqueado
{ /* afuera: la parte oscura */
    background: #FFFFFF;
    opacity: 1; /* opacidad para Firefox */
    filter: alpha(opacity=100);  /* opacidad para Internet Explorer */
    z-index:-1;
}

.contenedor_bloqueado
{ /* afuera: la parte oscura */
    background: #FFFFFF;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .50; /* opacidad para Firefox */
    filter: alpha(opacity=50);  /* opacidad para Internet Explorer */
}

#avisoPrivacidad
{
    /*    
        background:#ffffff no-repeat;
        display: none;
        position: absolute;
        z-index:2;
        width: 400px;
        height: 460px;
        border-style:outset;
        font-size: 12px;
        cursor: pointer;
    */
}

#registroUsuario
{
    background:#ffffff url("Imagenes/baners/FondoPagos.jpg") no-repeat;
    width: 650px;
    height: 335px;
}

#recuperacionClave
{
    background:#ffffff url("Imagenes/baners/Fondo_Recuperacion.jpg") no-repeat;
    width: 650px;
    height: 335px;    
}

.encabezado
{
    width:900px;
    height:124px; 
    background:#ffffff url("Imagenes/Encabezado.png") no-repeat;
    /*    background-size: 200px 120px;*/
    border-bottom-style: solid;
    border-bottom-color: #003580;
}


#lateralIzquierdo
{
    background: #FFFFFF;
    width:180px;/*10em;*/
    height:500px;/*em;*/
    float: left;
    min-height:500px;
    /*    border-right:  thin solid #66ccff;*/
}


#central
{       
    background: #FFFFFF url("Imagenes/Fondos/fondoCentral.png") no-repeat;
    width:538px; /*40em;*/
    height:auto;/*32em;*/
    float:left;
    min-height:500px;
    padding-top: 20px;
    border-left:  5px;
    padding-right: 0px;
    overflow:auto;    
    border-left-color:buttonface;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color:buttonface;
    border-right-width: 1px;
    border-right-style: solid;

}
p
{
    font-size: 12px;
}
#lateralDerecho
{
    background: #FFFFFF;
    width:180px;/*10em;*/
    height:500px;/*em;*/
    float: right;
    min-height:500px;
    /*    border-right:  thin solid #66ccff;*/
}

.gpoCentral
{
    display: none;
}

#dvInicio
{
    display: block;
}

#titulo
{
    font-size:18px;
    padding-left: 05px;
}

#subtitulo
{
    clear: both;
    text-align: right;   
    font: 1em Arial, Sans-Serif;   
}

#informacionTarjeta
{
    background:url("Imagenes/baners/Procesar.jpg") no-repeat; 
    clear: both;
    text-align: right;   
    font: 1em Arial, Sans-Serif;
    color:#006699;
}   

#menuSuperior
{
    width:auto;
    background: linear-gradient(#88B2FA, #0000FF, #006699); /**/
    background: -webkit-linear-gradient(#88B2FA, #0000FF, #2ECEFF); /* For Safari */
    background: -o-linear-gradient(#88B2FA, #0000FF, #006699); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#88B2FA, #0000FF, #006699); /* For Firefox 3.6 to 15 */  

    /*    background: linear-gradient(#2ECEFF, #0000FF, #2ECEFF); /**/
    /*    background: -webkit-linear-gradient(#2ECEFF, #0000FF, #2ECEFF); /* For Safari */
    /*    background: -o-linear-gradient(#2ECEFF, #0000FF, #2ECEFF); /* For Opera 11.1 to 12.0 */
    /*    background: -moz-linear-gradient(#2ECEFF, #0000FF, #2ECEFF); /* For Firefox 3.6 to 15 */  

    height:2.0em;
    padding-left:2px;     
    margin-top:0px;
    margin-bottom:0px;
}



#error
{
    color: red;
    font-weight: bold;
}

div.menuHorizontal ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}

div.menuHorizontal li
{
    float:right;
}

div.menuHorizontal a
{
    display:block;
    width:106px;
    /*border-left: thin solid #006699;/*#66ccff;*/
}

div.menuHorizontal a:link,div.menuHorizontal a:visited 
{
    color:#FFFFFF;
    background: linear-gradient(#88B2FA, #0000FF, #006699); /**/
    background: -webkit-linear-gradient(#88B2FA, #0000FF, #2ECEFF); /* For Safari */
    background: -o-linear-gradient(#88B2FA, #0000FF, #006699); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#88B2FA, #0000FF, #006699); /* For Firefox 3.6 to 15 */  

    height:23px;
    text-align:center;
    font-size: 12px;
    padding:4px;
    text-decoration:none;
    /*text-transform:uppercase;*/
}

div.menuHorizontal a:hover,div.menuHorizontal a:active
{
    background:#0066CC;/* #6699FF; */
}



#btEntrar
{
    cursor: pointer;        
}

div.menuVertical ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}

div.menuVertical a
{
    display:block;
    width:115px;
    /*    border-top:  thin solid #66ccff;*/
    border-bottom: thin solid #66ccff;
    margin-left: 15px;
}

div.menuVertical a:link,div.menuVertical a:visited 
{
    /*    color:#000000;*/
    /*    background: linear-gradient(#6699FF, #0000FF, #6699FF);*/
    /*    background: -webkit-linear-gradient(#6699FF, #0000FF, #6699FF); /* For Safari */
    /*    background: -o-linear-gradient(#6699FF, #0000FF, #6699FF); /* For Opera 11.1 to 12.0 */
    /*    background: -moz-linear-gradient(#6699FF, #0000FF, #6699FF); /* For Firefox 3.6 to 15 */
    color:#006699;
    height:15px;
    /*    text-align:center;*/
    font-size: 9pt;
    padding:4px;
    text-decoration:none;
    /*text-transform:uppercase;*/
}

div.menuVertical a:hover,div.menuVertical a:active
{
    background:#6699FF; 
}

#banner
{
    width:600px;
    height:200px;
    background: url("imagenes/Servicios.gif") no-repeat;    
    margin-left:auto;
    margin-right:auto;
    margin-bottom:auto;
    margin-top:auto;
    border: 1px rgb(51,51,204) solid
        /*float:left;*/
}

#informacion
{
    display:none;
}

p
{
    padding:20px;
    text-align: justify;
    letter-spacing: initial;
    line-height: 25px;
}

#usuario
{
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.fichas
{
    width:115px;
    border:0px solid;
    border-color: #FFFFFF;
    padding-top: 10px;
    background: -webkit-linear-gradient(#0066CC, #0066CC,#0066CC); /* For Safari */
    background: -o-linear-gradient(#0066CC, #0066CC,#0066CC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0066CC, #0066CC,#0066CC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0066CC, #0066CC,#0066CC); /* Standard syntax (must be last) */
    color: #FFFFFF;
    /*    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6699FF), color-stop(1, #E3F2FF) );
        background:-moz-linear-gradient( center top, #6699FF 5%, #2ECEFF 100% );
    */
    background:-moz-linear-gradient( center top, #0066CC 5%, #0066CC 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066CC',  endColorstr='#0066CC');

    border-top-left-radius:03px;
    border-top-right-radius:03px;
    border-bottom-left-radius:03px;
    border-bottom-right-radius:03px;

    -webkit-border-top-left-radius:03px; /* Safari */
    -webkit-border-top-right-radius:03px; /* Safari */
    -webkit-border-bottom-left-radius:03px; /* Safari */
    -webkit-border-bottom-right-radius:03px; /* Safari */

    margin-left:7px;
    margin-top:09px;
    margin-bottom:10px;    
    float: left;
    font-size: 12px;
    padding-left:05px;
}

.facebook
{
    wodth:0;
    height:62px;
    background:#E8E8E8  url("imagenes/FaceBook.jpg");
    background-repeat:no-repeat;
    background-size:80px 60px;
    padding-left:90px;
    float:left;
    font-size: 12px;
    font-weight: bold;
    text-decoration: blink; 
    cursor: pointer;
}

.opcion 
{
    width: 8.5em;
    text-align: left;
    color: #ffffff;
    background:#003580; 
    font-family:sans-serif;
    font-size: 9pt;
    cursor:pointer;
    float: right;
    border:2px solid #a1a1af;
    border-radius:3px;
    padding-bottom: 1px;
    margin: 1px;
    -moz-border-radius:1px; /* Old Firefox */
}

.seleccionado
{
    width: 8em;
    text-align: left;
    color: #000000;
    background:#ffffff;
    font-family:sans-serif;
    font-size: 9pt;
    cursor:pointer;
}

#pie
{
    clear:both;
    width:auto;
    height:1.5em; 
    background:#0066CC;
    margin-bottom: auto;
    padding-top: 05px;
    padding-left:05px;
    font-family:sans-serif;
    font-size: 9pt;
    color: #ffffff;
}

.label
{
    float: left;
    padding-left: 20px;
    width:100px;    
    clear: both;
    text-align:right;  
}

.input
{
    float: left;
    border-style: 1px solid #a1a1af;
    text-align:left;      
}

.link 
{
    font-size: 10pt;
    cursor: pointer;
}


.botones
{
    width:100%;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;        
}

.fila 
{
    clear: both;
    width: 401px;
    height: 30px;
}

.etiqueta {
    float: left;
    width: 160px;
    margin-right: 15px;
    margin-top: 2px;
    text-align: right;
}

.valor {
    float: right;
    width: 220px;
    text-align: left;
    margin-bottom: 5px;
}

.visible
{
    display:block;
}

.invisible
{
    display:none;
}


.datagrid table { 
    border-collapse: collapse; 
    text-align: left; 
    width: 100%; 
} 

.datagrid 
{
    /*    font: normal 12px/150% Arial, Helvetica, sans-serif; */
    font: 10px Arial, Helvetica, sans-serif; 
    background: #fff; 
    overflow: hidden; 
    border: 1px solid #006699; 
    -webkit-border-radius: 07px; 
    -moz-border-radius: 07px; 
    border-radius: 07px; 
    width: 97%;
}
.datagrid table td, .datagrid table th 
{ 
    padding: 3px 1px; 
}

.datagrid table thead th 
{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #176CFF), color-stop(1, #2ECEFF) );
    background:-moz-linear-gradient( center top, #176CFF 5%, #2ECEFF 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#176CFF', endColorstr='#2ECEFF');
    background-color:#006699; 
    color:#FFFFFF; 
    font-size: 10px;     
    border-left: 1px solid #0070A8; 
    text-align: center;
} 

.datagrid table thead th:first-child 
{ 
    border: none; 
}
.datagrid table tbody td 
{ 
    color: #00496B; 
    border-left: 1px solid #E1EEF4;
    font-size: 10px;
    font-weight: normal; 
    font-family:  Microsoft Sans Serif
}
.datagrid table tbody .alt td 
{ 
    background: #E1EEF4; 
    color: #00496B; 
}
.datagrid table tbody td:first-child 
{ 
    border-left: none; 
}
.datagrid table tbody tr:last-child td 
{ 
    border-bottom: none; 
}
.datagrid table tfoot td div 
{ 
    border-top: 1px solid #006699;
    background: #E1EEF4;
} 

.datagrid table tfoot td 
{ 
    padding: 0; font-size: 10px 
} 

.datagrid table tfoot td div
{
    padding: 0px; 
}
.datagrid table tfoot td ul 
{ 
    margin: 0; 
    padding:0; 
    list-style: none; 
    text-align: right; 
}
.datagrid table tfoot  li 
{ 
    display: inline; 
}

.datagrid table tfoot li a 
{ 
    text-decoration: none; 
    display: inline-block;  
    padding: 2px 8px; 
    margin: 1px;
    color: #FFFFFF;
    border: 1px solid #006699;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
    background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
    background-color:#006699; 
}

.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover 
{ 
    text-decoration: none;
    border-color: #006699; 
    color: #FFFFFF; 
    background: none; 
    background-color:#00557F;
}

div.dhtmlx_window_active, div.dhx_modal_cover_dv 
{ 
    position: fixed !important; 
}


.pago_etiqueta
{
    width:130px;
    height:27px;
    float:left;
    font: 9pt Microsoft Sans Serif, Verdana, Arial;
    color:#003580;		
    text-align:right; 		
}

.pago_entrada
{
    width:300px;
    height:27px;
    float:right;
    font: 9pt Microsoft Sans Serif, Verdana, Arial;
    color:#000000;
    text-align:left; 		
}

.captura_usuario
{    	
    width:430px;
    height:250px;
    float:right;
    margin:200px 200px 0px 0px;
    font: 9pt Microsoft Sans Serif, Verdana, Arial;
    color:#000000;
    text-align:right; 	
}


tbody
{
    font: 12px Arial, Helvetica, sans-serif; 
}
td.label
{
    font-weight: bold;
    text-align: right;
    width: 90px;
}

.button {
    -moz-box-shadow: 2px 2px 4px 0px #1564ad;
    -webkit-box-shadow: 2px 2px 4px 0px #1564ad;
    box-shadow: 2px 2px 4px 0px #1564ad;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
    background-color:#79bbff;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #337bc4;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    padding:3px 20px;
    text-decoration:none;
    text-shadow:0px 2px 0px #528ecc;
}

.button:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
    background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
    background-color:#378de5;
}

.button:active {
    position:relative;
    top:1px;
}
/**/

#slideful-8729646
{
    text-align:left;
}

#slideful-8729646 .-slideswrap
{
    position:absolute;
    overflow:hidden;
    width:800px;
    height:126px;
}

#slideful-8729646 .-output
{
    border:0;
    margin:0;
    padding:0 5px;
    position:relative;
    z-index:1;
    font-family:Arial,sans-serif;
}

#slideful-8729646 .-output_1
{
    font-size:18px;
    color:#000000}

#slideful-8729646 .-output_2
{
    font-size:12px;
    color:#FF0000}

#slideful-8729646 .-outputwrap
{
    left:3px;width:794px;bottom:3px;min-height:56px;
    border: 0px none;
    margin:0;
    padding:0;
    position: absolute;
}

#slideful-8729646 .-outputbg
{
    border: 0px none;
    margin:0;
    padding:0;
    position: absolute;
    border-radius:3px;
    width:100%;
    height:100%;
    opacity:0.4;background-color:#FFFFFF}


#slideful-8729646 .-dotswrap
{
    position: absolute;
    left:40px;
    top:8px;
    white-space:nowrap;
    text-align:right;
    z-index:12000;
    border: 0;
    margin:0;
    padding:0;
}

#slideful-8729646 .-dot
{
    width:8px;
    height:8px;
    border-radius:6px;
    padding:0;
    margin:0 0 0 5px;
    border:1px solid #cccccc;
    display:inline-block;
    cursor:pointer !important;
    border-color:#CCCCCC;background-color:#ffaaaa}

#slideful-8729646 .-dot:hover
{
    background-color:#cc0000}

#slideful-8729646 .-dot.-on
{
    background-color:#cc0000}

#slideful-8729646 .-link
{
    text-decoration:none !important;
    border:0px none !important;
    padding:0 !important;
    overflow:hidden !important;
    width:800px !important;
    height:126px !important;
    position: absolute !important;
    left:0;
    top:0;
    visibility: visible;
}

#slideful-8729646 .-slideimg
{
    border: 0px none !important;
    padding:0 !important;
    position: absolute !important;
    height:126px;
}

#slideful-8729646-buttonback,#slideful-8729646-buttonforward{
    border: 0px none !important;
    padding:0 !important;
    margin:0 !important;
    position: absolute !important;
    z-index:20000;
    top:50%;
    height:50px;
    margin-top:-25px !important;
    cursor:pointer;
    opacity:0.8;
}
#slideful-8729646-buttonforward{
    right:0;
}

#slideful-8729646-buttonback:hover
,#slideful-8729646-buttonforward:hover
{
    opacity:1;
}

/**/

#imagenArticulos
{   
    clear: both;
    background:#FFFFFF   url("Imagenes/Fondos/FondoPremia.gif") no-repeat;
    width: 650px;
    height: 370px;
    float: right;    
}

#zetaPremiaBanner{
    padding-top: 30px;
    padding-left: 40px;
    float: left;
}

#requisitosCanjes
{
    font-size: 11px;
    float:left;
}

#requisitosCanjes ul {
    margin:10px;
    padding:5px;    
}    

#requisitosCanjes li {    
    padding-left: 0px;
    background: url(bullet.png) 0em 0.5em no-repeat;
    width: 230px;
    text-align: justify;
}


#listaCentros{
    clear: both;
    width: 660px;
    height: 375px;
    overflow:auto;
}

#listaEstaciones{
    clear: both;
    width: 660px;
    height: 375px;
    overflow:auto;
}

#topGA{
    clear: both;
    background:#FFFFFF   url("Imagenes/Fondos/FondoGA.jpg") no-repeat;    
}

#oficinasCentrales{
    background:#FFFFFF url("Imagenes/Fondos/FondoCS.jpg") no-repeat;   
    width: 640px;
    height: 200px;
    float: left;
}

.textBlanco
{
    color: #FFFFFF;    
}

.textGris {
    font-size: 10px; 
    font-family: Arial, Helvetica, sans-serif; 
    color: #566D86; 
    font-weight: bold;     
}

.dvSubFugas
{
    width: 660px;
    height: 375px;
    overflow:auto;
    text-align: justify
}

#dvFugasDetalles
{
    clear: both;
}

#mensajeUsuario
{
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

#recetasMenu
{    
    clear: both;
    background:#FFFFFF url("Imagenes/Fondos/Cocina5.jpg") no-repeat;           
}
#linkRecetas
{
    cursor: pointer;
}

#dvSubMenuRecetas
{
    padding-top: 04px;
    padding-left:03px;
}

#dvRecetasView
{
    clear: both;
    background:#FFFFFF url("Imagenes/Fondos/fondorecetas.jpg") no-repeat;
    width: 660px;   
    height:350px;
}

#dvRecetaImagen
{
    margin-left: 55px;
    width: 305px;
    clear: both;
    float: left;
    font-size: 12px;
}

#dvRecetaInformacion
{
    float: left;    
    width: 260px;
    height: 300px;
    text-align: justify;
    font-size: 12px;
    overflow:auto;    
    border:1px  solid;
    border-color:#E0EBF6;/* #8BB3D8;*/
    padding-left: 3px;
}

.desvanecido
{
    opacity:0.40;
    filter:alpha(opacity=40); /* For IE8 and earlier */     
}

.gpSubMenuRecetas
{
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */    
}

#opAvisoPrivacidad
{
    cursor: pointer;
}


#yj_nt1{
    border:solid 1px #ccc;
    background:#ffffff;
    height:205px;
    margin:0 auto;
    overflow:hidden;
}
#yj_nt1 h3{
    padding:6px; 
    margin:0; 
    border:0;
    background:#FFFFFF;
    color:#0064A1;
    font-size:17px;
    font-weight: normal;
    font-style:tahoma;
    border-bottom:1px solid #e5e5e5;
}
#yj_nv_nt1 {
    height: 141px;
    display: block;
    overflow: hidden;
    position: relative;
}
#yj_nt_holder_nt1{
    padding:6px;
    font-size:11px;
    color:#666;
    position: relative;
    left:0;
    top:-21px;
}
#yj_ntver_nt1 li .yj_ntt_nt1{
    line-height:32px;
}



.moduletable_nt1,
.module_nt1{
    border:none;
    background:none;
    margin:0px 0px 5px 0px;

}
#play_scroll_nt1{
    display:none;
}

#stop_scroll_nt1{

}
#control{
    position:absolute;
    top:0;
    right:0;

}
#stop_scroll,#play_scroll{
    height:10px;
    width:14px;
    display:block;
    padding:0 0px;
}
#yj_ntver_nt1 {
    background-image:none;
    height: 330px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#yj_ntver_nt1 li {
    display: block;
    width: 98%;
    color: #333333;
    text-align: left;
    font-size: 11px;
    margin: 0;
    padding: 6px;
    float: left;
    background-image:none;
}
#yj_ntver_nt1 li .yj_ntt_nt1{
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight:bold;
    margin-bottom:2px;
}
#yj_ntver_nt1 li .yj_ntt_nt1 a:link,
#yj_ntver_nt1 li .yj_ntt_nt1 a:visited {
    display: block;
    font-size: 12px;
    font-weight:bold;
    text-decoration:none;
}
#yj_ntver_nt1 li .yj_ntt_nt1 a:hover {
    text-decoration:underline;
}
#yj_ntver_nt1 li .yj_ntimg{
    float:left;
    margin-right:5px;
    border:1px solid #1a1a1a;
}
#yj_ntver_nt1 li .yj_ntf_nt1{
    display: block;
    color: #000000;
    font-size: 10px;
    margin:3px 0 3px 0;
    padding:0px 5px 0px 0px;
}
#yj_ntver_nt1 li .yj_ntf_nt2{
    display: block;
    color: #000000;
    font-size: 10px;
    margin:3px 0 3px 0;
}
.intro{
    display:block;
    width:100%;
    text-align:left;
}