/* ----- BODY ----- */
body{
font:12px Arial, Helvetica, sans-serif;
margin:0px;
background-image:url(images/index-bg.jpg);
text-align:center;
}
/* ----- CONTENEDOR GENERAL ----- */
#page{
width:750px;
margin:40px auto;
text-align:left;
}
/* ----- TOP ----- */
#top{
float:left;
width:750px;
height:210px;
}
#top-noticias{
float:left;
width:750px;
height:210px;
background-image:url(images/top-noticias.jpg);
}
/* ----- MENÚ ----- */
#menu{
float:left;
width:750px;
height:26px;
background-image:url(images/menu-bg.jpg);
}
#menu ul{
margin:3px 0 0 200px;
padding:0;
list-style:none;
}
#menu li{display:inline;}
#menu a{
text-decoration:none;
color:#fff;
font-weight:bold;
margin-right:20px;
font-size:1.2em;
}
#menu a:hover{color:#FC0;}
/* ----- BARRA ----- */
#barra{
float:left;
width:750px;
height:22px;
}
/* ----- CUERPO ----- */
#cuerpo{
float:left;
width:750px;
background-image:url(images/cuerpo-bg.jpg);
}
#cuerpo2{
padding:20px 50px 20px 50px;
line-height:1.7em;
color:#fff;
text-align:justify;
}
.lista-ul{
margin:0px;
padding:0px;
list-style:none;
}
.linea-li{
border-bottom:1px dashed #999;
padding:0 0 10px 0;
}
#cuerpo h1{
font-size:2em;
padding:10px 0 10px 0;
margin:0;
color:#FC0;
}
#cuerpo h2{
font-size:1.5em;
padding:10px 0 10px 0;
margin:0;
color:#FC0;
}
/* ----- NAVEGACIÓN ----- */
#navegacion{
margin-top:20px;
padding-top:10px;
border-top:1px dashed #999;
}
/* ----- PIE ----- */
#pie{
float:left;
width:750px;
background-image:url(images/cuerpo-bg.jpg);
text-align:center;
}
/* ----- PIENSAENWEB ----- */
#piensaenweb{
float:left;
width:750px;
text-align:center;
padding:10px 0 10px 0;
font-size:0.9em;
}
/* ----- IMÁGENES ----- */
.img-no-border{border-style:none;}
.img-border{border:4px solid #fff;}
.td-right{text-align:right;}
.float-right{
float:right;
margin:0 0 20px 30px;
border:4px solid #fff;
}
.float-left{
float:left;
margin:0 30px 20px 0;
border:4px solid #fff;
}
.img-detalle{
float:left;
margin:5px 20px 20px 0;
}
/* ----- TEXTOS ----- */
.negro{color:#000;}
.blanco{color:#fff;}
.none{text-decoration:none;}
.marron{color:#FFCC99;}