/* Index */

#contenedorplus{
background: url(imagenes/index_body_bg.png) top left repeat-x #007abe; 
}
#cabecera{
height: 150px;
position: relative;
background: url(imagenes/cabecera2_bg.jpg) right bottom no-repeat;

height: 255px;
margin: 0 0 50px
}
	#logotipo{ position: absolute; top: 2px; left: -35px }
	#revistaActual{ position: absolute; top: 10px; right: 0px}

	#cuerpoIndex{ border: 1px solid #fff; background: #fff; width: 935px; height: 340px; margin: -60px 0 10px; position: relative}
	#cuerpoIndex #listadoNoticias{ background: url(imagenes/noticias_bg.png); min-height: 330px }
	#listadoNoticias div:hover{ background: url(imagenes/noticias_bg.png) }
	#cuerpoIndex img{ position: absolute; top: 0; right: 0}
	
	#idioma{ position: absolute; top: 25px; right: 190px; font-size: 0.7em}
	
	#menu{ position: absolute; bottom: -10px; right: 190px;
	bottom: 93px
	}
		#menu li{ display: inline }
		#menu li a{ padding: 0 10px 16px 10px; font-size: 14px; text-align: center; display: block; float: left}
		#menu li a:hover, #menu li a.actual{ background: center bottom url(imagenes/menu_li_bg.png) no-repeat}
		#menu li a.actual{ font-weight: bold }
		
	#icoRSS, #icoDelicious{
	position: absolute;
	top: 10px; left: 230px
	}
	#icoDelicious{
	left: 260px
	}
	
	#listadoNoticias{ float: left; margin: 0; height: 340px; border: none}
	/*#listadoNoticias div{ width: 220px; margin: auto; padding: 10px}*/
	
.h2Portada{
color: #fff;
font-weight: normal;
position: absolute;
width: 300px;
border: 0;
top: 180px;
left: 440px;
font-size: 20px;
font-style:italic;
text-align: right
}
#h3Portada{
font-size: 30px; color: #a9c2bf; font-weight: normal;
/*margin: -20px auto auto -13px;*/
margin: -5px 0 0;
border-bottom: 1px solid #235084;
}
h4{ padding: 0 	}

#GIdiomas { position: absolute; top: 5px; right: 190px; font-size: 0.7em }
/*--index--*/