@charset "utf-8";
/* CSS Document */
body{
background:url("../images/Xinduva background.jpg") no-repeat top center;
text-align:center;
margin:0;
padding:0;
background-color:#FFFFFF;
}

#imagen{
border:0;
position:relative;
top:35px;
left:15px;
}
#principal{
	width:810px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:20px;
	text-align:left;
}

#cabecera{
	background-image:url(../images/Xinduva%20header.png);
	background-repeat:no-repeat;
	width:810px;
	height:170px;
}
#separador{
	width:800px;
	height:20px;
}

#contenido{
	margin:0;
	text-align:justify;
	font-family:Calibri,Courier New, Arial;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}

#contenido p{
	padding-left:25px;
	padding-right:25px;
}				

#fondo{
	background-image:url(../images/footer3.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:20px;
	width:1000px;
	height:30px;
}
