#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 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: 15px;
}

#contenedor_texto table {
	width: 460px;
	color: #fff;
}

#contenedor_texto table td {
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contenedor_texto table td.botones {
	padding-left: 80px;
}

#contenedor_texto table td.nombre {
	width: 115px;
	text-align: right;
	vertical-align: middle;
}

#contenedor_texto table td.nombre_particular {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#contenedor_texto table td.observaciones {
	width: 115px;
	text-align: right;
	vertical-align: top;
}

#contenedor_texto p {
	width: 465px;
	margin-top: 0px;
	padding: 0px;
	color: #fff;
}

#contenedor_texto a {
	color: #b2bb1c;
	text-decoration: none;
}

#contenedor_texto 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 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: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #fff;
}

#contenedor_texto .destacado .gris {
	color: #c0b7b7;
}

#contenedor_texto .destacado p.enlace {
	margin-bottom: 0px;
}

#contenedor_texto .destacado a {
	color: #b2bb1c;
	text-decoration: none;
}

#contenedor_texto .destacado a:hover {
	text-decoration: underline;
}