#encabezado {clear: both;
             background-color: #A5D76E;
             height: 85px; }

/*pie de pagina*/
#pie {clear: both; border-top: 1px solid #006666; background-color: #A5D76E;
      height: 46px; font-size: 75%; color: #006600; }
#pie p  { padding: 5px }
#pie .rside { float: right; display: inline; padding: 5px; text-align: right}

/*Formato para la tabla del cuerpo*/
table#T_inicio { background: #A5D76E; width: 100%; height:465px;}

.titulo {width:100%;  
         height:50px;
         font-family:Arial,Verdana,Helvetica;
         text-align:center;
         font-size:22px;
         font-weight:bold;
         color: #006666;
         
    line-height: 25px;
}
.subtitulo {width:100%;
            height:20px;
            font-family:Arial,Verdana,Helvetica;
            text-align:center;
            font-size:18px;
            font-weight:bold;
            color: #003300;
            line-height: 20px;
   
}
.textoBlanco {font-family:Arial,Verdana,Helvetica; font-size:16px; font-weight:bold; color:#FFFFFF;}

.textoCentrado{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #003333;
    text-align: center;
}
.texto {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #003333;
    text-align: justify;
    line-height: 16px;
}
#Inicio {background: #D4F2A3;
         text-align: center;
}



/*ventana de novedades*/
div.novedades{float:right; width:195px; border: 1px solid #006666;}
div.novedades div{padding:5px;}
ul.nov { list-style:none; margin:0; padding:0;}
li.nov_enc { height:40px; font-family:Arial,Verdana,Helvetica; 
          text-align:center; font-size:15px; font-weight:normal;
          color:#660000; background-color:#E7A676; padding:5px 0px 0px 0px;}
li.nov {display:block; width:100%; text-decoration:none;
        font-family:Arial,Verdana,Helvetica; font-size:14px;
        color:#000666; padding:3px 0px 3px 0px;
        border-top: 1px solid #006666;
        vertical-align: text-top;
}

/*viñetas*/
ul.vinieta {
    list-style-type: circle;
    font-family: Arial,Helvetica,sans-serif;
    color: #0066660;
}


