body {
	background-image: url(../imagenes/fondo-pag.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEF0BB;
}

#contenido{
	width: 1165px;
	height: 600px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#menu-superior{
	width: 1165px;
	height: 85px;
}
#articulo{
	width: 1165px;
	height: 500px;
	
}
#titulos{
	width: 630px;
	height: 60;
	color: #D40808;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 36px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#texto{
	width: 650px;
	height: 374px;
	color: #600909;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer{
	width: 1165px;
	height: 85px;
	background-color: #4B0013;
	top: auto;
	float: right;
	/* [disabled]display: table; */
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-size: 15px;
	text-align: center;
	background-image: url(../imagenes/footer.png);
	}
