/* METALLIED - Index */

/*------ Cabecera ------*/
#cabecera{
	background:url(../img/index/bg_cabecera.jpg) no-repeat left bottom;
}

/*------------ Sobre nosotros ------------*/
#sobre_nosotros {
	background:url(../img/index/bg_sobre_nosotros.jpg) no-repeat right 1em;
	margin:0 1.5em;
}

#sobre_nosotros h2{
	font-size:2.2em;
	margin-top:.5em;
}

#sobre_nosotros p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-style:italic;
	width:14em;
	margin-top:.5em;
}

#sobre_nosotros dl{
	margin-top:1em;
	font-size:1em;
}

#sobre_nosotros dl dt{
	text-transform:uppercase;
	color:#0099cc;
}

#sobre_nosotros dl dd{
	margin-top:.5em;
	width:30em;
}

/*------------ Destacados ------------*/
.destacado{
	margin:1.5em 1.5em 0 1.5em;
	border-top:1px solid #99ccff;
	float:left;
	width:44em;
}

.destacado h2{
	color:#666;
	font-size:1.6em;
	margin-top:.5em;
}

.destacado p{
	width:25em;
	float:right;
}

.destacado .bullet_ampliar_info{
	clear:both;
	width:23em;
	float:right;
}

.destacado img{
	margin-top:1em;
}