@charset "utf-8";
/* CSS Document */

#texto_custom{
	position:absolute;float:left;LEFT:50%;
	width:560px;height:620px;margin-left:-280px; margin-right:-280px;visibility:hidden;
	/*background-image:url("../images/fondo_info-us.jpg");*/
	background-color:#f54029;
	margin-top:50px;
	color:#2D2D2D; 
	z-index:512;
	border-style: solid;
    border-color: #2D2D2D;
    border-width: 2px;
	}
#texto_custom2{
	overflow:auto;
	position:absolute;float:left;LEFT:50%;
	width:540px;height:600px;margin-left:-270px; margin-right:-270px;
	background-color:#fff;
	margin-top:10px;
	color:#2D2D2D;
	opacity:0.8;
	}
.h1_index{
		font-size:14px;
		text-align:center;
		margin-top:10px;
	}
.texto_palabras{
	margin-left:10px; margin-right:10px;font-size:11px;
	}


a.enlace_texto:link{
	text-decoration:none;
	color: #2D2D2D;
	}
a.enlace_texto:visited{	
	text-decoration:none;
	color: #2D2D2D;
	}
a.enlace_texto:hover{	
	text-decoration:none;
	color: #2D2D2D;
}
a.enlace_texto:active{	
	text-decoration:none;
	color: #2D2D2D;
}


