/* CSS Document */


#contenedor {
	width:896px;
	height:496px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contenido {
	background-color: #FFF;
	background-image: url(imagenes/px_fondo.gif);
	width: 896px;
	height: 496px;
	position: absolute;
	top: 1px;
	left: -32px;
	padding: 0px;
	overflow: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	left:50%;
	top:50%;
	margin-top: -248px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -448px;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	background-image: url(../imagenes/home/px_fondo.gif);
}.texto_bold {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.texto {

	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
