html, body { font-family: Arial, Helvetica, sans-serif; color:#4f4f4f; background-color: #222;}

/* ****** ESTILOS PARA LOS CONTENEDORES ******** */
#container{ width: 860px; margin:auto; background-color: #FFF;}

/* -------------------------- Cabecera --------------------------------------- */
#header{width:100%; height: 132px; background:url("/public/static/images/cabecera.gif") no-repeat;}

/* ------------------------- Contenido ---------------------------------------- */
#content{ width: 100%; overflow: hidden; background:url("/public/static/images/fondo_content.gif") repeat-y; }
#colLeft{ float: left; width: 257px; }
#copy{ float: left; width: 603px; overflow: hidden;}
#cabeceraFlash {height:150px;}
#contenido { padding: 20px 20px 0 25px; }
#contenido p { font-size: 12px; margin: 7px 0; }
#contenido a { font-size: 12px; color: #d48c00; font-weight: bold; }
#contenido a:hover { color: #186496; font-weight: bold; }
.lista { font-size: 12px; color: #186496; margin: 0 0 15px 0; }
.lista li { margin: 5px 20px; padding: 0 ; list-style:disc;}

/* -------------------------- Pie de pagina ----------------------------------- */
#foot{width:100%; height:50px; background-color: #087183}

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