#contenedor_texto {
	position: absolute;
	height: auto;
	top: 183px;
	left: 143px;
	width: 768px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	z-index: 2;
}

#contenedor_texto img.principal {
	margin-bottom: 15px;
	margin-top: 15px;
}

#contenedor_texto img.logo {
	margin: 0px;
	float: left;
}

#contenedor_texto #columna_texto_logo {
	float: left;
	margin-left: 10px;
	width: 215px;
	padding-top: 40px;
}

#contenedor_texto #columna_texto_logo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 215px;
}

#contenedor_texto h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #b2bb1c;
	margin-top: 0px;
	margin-bottom: 22px;
}

#contenedor_texto h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #b2bb1c;
	margin-top: 0px;
	margin-bottom: 2px;
}

#contenedor_texto p {
	width: 465px;
	margin-top: 0px;
	padding: 0px;
	color: #fff;
}

#contenedor_texto p.columna {
	float: left;
	width: 215px;
	padding-right: 15px;
}

#contenedor_texto p.grande {
	/*font-size: 14px;*/
	margin-bottom: 0px;
}

#contenedor_texto a {
	color: #b2bb1c;
	text-decoration: none;
}

#contenedor_texto a:hover {
	text-decoration: underline;
}

#contenedor_texto ul {
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
	width: 365px;
}

#contenedor_texto ul li {
	color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

/*
#destacado_1 {
	position: absolute;
	top: 50px;
	left: 550px;
	z-index: 3;
	color: #fff;
}

#destacado_2 {
	position: absolute;
	top: 350px;
	left: 550px;
	z-index: 3;
	color: #fff;
}


#destacado_2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#destacado_2 p {
	width: 210px;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #fff;
}

#destacado_2 .gris {
	color: #c0b7b7;
}

#destacado_2 p.enlace {
	margin-top: 15px;
}

#destacado_2 a {
	color: #b2bb1c;
	text-decoration: none;
}

#destacado_2 a:hover {
	text-decoration: underline;
}*/

#contenedor_texto .destacado {
	float: left;
	margin-left: 85px;
	width: 210px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 0px;
}

#contenedor_texto .destacado img {
	margin-bottom: 5px;
}

#contenedor_texto .destacado h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 210px;
}

#contenedor_texto .destacado p {
	width: 200px;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #fff;
}

#contenedor_texto .destacado .gris {
	color: #c0b7b7;
}

#contenedor_texto .destacado p.enlace {
	margin-top: 15px;
}

#contenedor_texto .destacado a {
	color: #b2bb1c;
	text-decoration: none;
}

#contenedor_texto .destacado a:hover {
	text-decoration: underline;
}