body
{
   font-size: 12px;
   font-family: Tahoma;
   text-align: center;
   margin:0 auto 0 auto;
}

a
{
   text-decoration:none;
   color: #003063;
}
a:hover
{
   text-decoration:underline;
}

#contenedor
{
   width:1024px;
   text-align: left;
   margin:0 auto 0 auto;

}

/* CABECERA */
#headerLogo
{
   height:70px;
}
#headerMenu
{
   height:20px;
   background-color: #003063;
   color: #ffffff;
   padding: 10px;
   text-align:left;
}
#headerMenu a
{
   color: #ffffff;
}
#headerBuscador
{
   height: 130px;
}

/* BUSCADOR */
#buscador
{
   font-size: 10px;
   border: medium double #C0C0C0;
   height: 115px;
}
#buscador select, input
{
   font-size: 10px;
   font-family: Tahoma;
   width:125px;
   background-color: #C0C0C0;
}
#buscador checkbox
{
   font-size: 10px;
   font-family: Tahoma;
   width:15px;
   background-color: #C0C0C0;
}
.cabeceraFiltro
{
   font-size: 14px;
   font-weight: bolder;
   color: #003063;
   text-align: left;
}

.cabeceraFiltro hr
{
   height: 3px;
   width: 300px;
   background-color: #003063;
}

.ultimasNoticias
{
   font-size: 14px;
   font-weight: bolder;
   color: #003063;
   text-align: left;
}

/* CONTENIDO */
#bannerContenido
{
   height: 155px;
   vertical-align: middle;
}

/* PÍE DE PÁGINA */
#footer
{
   height:20px;
   background-color: #003063;
   color: #ffffff;
   padding: 10px;
}
#footer a
{
   color: #ffffff;
}