#contenedor {
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 1000px;
	margin: auto;
}
#contenedor #cabezote {
	height: 217px;
	width: 1000px;
	background-repeat: repeat;
}
#contenedor #menu {
	margin: 0px;
	height: 30px;
	width: 613px;
	padding-left: 387px;
}
#contenedor #contenido {
	height: 90px;
	width: 510px;
	margin: 0px;
	padding-top: 228px;
	padding-left: 490px;
}
#contenedor #pie {
	height: 35px;
	width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

