body {
	background-color: #FFC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	background-image: url(../images/fondobody.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contenedor {
	height: 1024px;
	width: 990px;
	position: relative;
	margin: auto;
}
#menusup {
	height: 50px;
	width: 990px;
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menusup li{
	float: left;
	font-size: 1.5em;
	padding-right: 30px;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 10px;
	font-style: normal;
	padding-bottom: 0px;
	margin: 0px;
}
#menusup ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menusup a{
	text-decoration: none;
	color: #180B03;
}
#menusup a:hover {
	color: #26A5E1;
}

#cabecera {
	height: 190px;
	width: 990px;
	background-color: #150E09;
}

#contenido {
	height: 684px;
	width: 990px;
}




#pie {
	height: 75px;
	width: 990px;
	background-color: #180B03;
	margin-bottom: 25px;
}
