body {
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#centrado { 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	width: 1000px; 
	height: 680px; 
	margin-left: -500px;  
	margin-top: -305px; 
	overflow: auto; 
} 

#centrado_web { 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	width: 1000px; 
	height: 680px; 
	margin-left: -500px;  
	margin-top: -340px; 
	overflow: auto; 
}

/* #firma {
	text-align:right;
	width: 1000px;
} */


/* INICIO CONTENEDOR TEXTO LEGAL */

#contenedor_texto_legal {
	font-family: Arial, Helvetica, sans-serif;
	width: 510px;
	padding-left: 10px;
	padding-right: 10px;
	color: #bcb87e;
	text-align: justify;
}

/* FIN CONTENEDOR TEXTO LEGAL */

/* INICIO TITULAR TEXTO LEGAL */

#titular_texto_legal {
	background: url(../images/titular_texto_legal.gif) no-repeat left top;
	width: 510px;
	height: 13px;
	border-bottom: 1px solid #5e5c3f;
	padding-top: 10px;
	margin-top: 10px;
}
#titular_texto_legal h1 {
	display: none;
}

/* FIN TITULAR TEXTO LEGAL */

/* INICIO PROTECCIÓN DE DATOS */

#proteccion_datos h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 8px;
}
#proteccion_datos p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 8px;
}

/* FIN PROTECCIÓN DE DATOS */

/* INICIO AVISO LEGAL */

#aviso_legal h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#aviso_legal h3 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#aviso_legal p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* FIN AVISO LEGAL */
