@charset "utf-8";
/* CSS Document */
@import url(menu_inicio.css);
@import url(principal_inicio.css);
@import url(articulo_inicio.css);
@import url(lateral_inicio.css);
@import url(footer.css);


/* estilos basicos */

*{
	margin:0;
	padding:0;
}

img{ border: none;}

a{ text-decoration: none; color:#036;}

a:hover{ background-color:#333; color:#FFF;}

.clear{ clear:both;}

ul { list-style: none;}

body{
/*	background-image: url(../images/main_bg.gif);*/
	background-repeat: repeat-x;
	background-color: #fdfdff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  .75em;
	line-height: 1.5em;

}


#contenedor{
	width: 980px;
	margin: auto;
}


#cabecera{} /* dentro tenemos #logo e #idiomas  */

#menu{
	float:none;
}

#contenido{ /* dentro tenenemos #principal y #lateral  */
	margin-top: 10px;
	
} 

#resumen{
	background-image: url(../images/capresumen.png);
	background-repeat:repeat-x;
	background-position: left top;
	margin: 0px 0 3px 0;
	height:90px;

}

#resumen .item{
	display:inline;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 40px;
	

}

#resumen .item h6{
	font-size:0.9em;
	font-weight:normal;
	letter-spacing:1px;
	
	}


#resumen .item li{
	font-size:0.8em;
	color:#999;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
	
	}

#footer{ }


/* estilos para los elementos de cabecera */

#cabecera #logo{
	float:left;
	margin-bottom:0px;
	margin-top:10px;
}

#cabecera #idiomas{
	float:right;
	margin-top:60px;
	margin-right: 20px;
}


/* estilos para los elementos de #cotenido */

#contenido #principal {
	width:980px;
	float:left;
}

#contenido #lateral {
	width: 300px;
	height: 300px;
	float:right;
} 

#contenido .articulo{
	width:330px;
	float:left;
	margin: 0 0 5px 0;
	}
	
	#contenido .articulo2{
	width:335px;
	float:right;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5;
	}

#contenido .imagen_generica{
	float:right;
	margin-right: 11px;
	margin-top: 50px;
	
	}
.subtitulo {
	line-height: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.raya {
	color: #999999;
	line-height: 0px;
}
#contenedor #contenido #inicioflash {
	width: 20%;
}
