hr {
border: 1px dotted #E8E8E8;
margin: 20px;
}
#logo {
    width:901px;height:106px;/* Make it the same size as your images */
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
	text-align: left;
}

#image_include {
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
	height: 425px;
	width: 930px;
	background-color: white;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#body_pagina {
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
	width: 930px;
	background-color: white;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: gray;
}

#footer_pagina {
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
	width: 930px;
	height: 160px;
	background-color: gray;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	color: white;
	bottom: 0px;
}