@charset "utf-8";
.Estructura {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Imagenes/fondo.png);
	background-repeat:  repeat-y;
}
p {
	margin: 0px;
	font-weight: normal;
}
.Pie {
	clear: both;
	width: 999px;
	background-image: url(../Imagenes/pie.png);
	background-repeat: no-repeat;
	height: 32px;
}
.Cuerpo {
	width: 891px;
	margin-right: auto;
	margin-left: auto;
}
.Titulos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.texto1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.TituloProm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
