@import url("general.css");
@import url("corporativo.css");
.contenedor{
    width:660px;
	height:450px;
	position: absolute;
	bottom:44px;
	right:-780px;
	overflow:hidden;
	z-index:1;
	}
*html .contenedor{
    height:450px;
	}
.izquierdo{
    height:460px;
	/*resto propiedades en general.css*/
    }

/*CONTENIDO
-----------------------------------------*/
.sobre{
	/*border:1px solid red;*/
	position:absolute;
	bottom:72px;
	width:600px;
	height:420px;
}	
.sobre h2 {
	color:#000000;
	font-size:14px;
	font-weight:700;
	line-height:16px;/*text-transform:uppercase;*/
	margin-bottom:7px;
}


#desc_sobre  p {
	color:#6D6A67;
	font-size:12px;
	line-height:14px;
	margin-bottom:8px;
}

#desc_sobre  p a{
	color:#000000;
	text-decoration:underline;
}

#img_sobre  {
	position:absolute;
	bottom:0;
	left:0;
}

#desc_sobre  {
	position:absolute;
	left:190px;
	bottom:0;
	width:424px;
}

*+html #desc_sobre  {
	bottom:-3px;
}

*html #desc_sobre  {
	bottom:-3px;
}
.oscuro{
	color:#000;
	}