body {
	margin: 0px;
	padding: 0px;
	background-image: linear-gradient(top, rgb(254,208,208) 46%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(top, rgb(254,208,208) 46%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(top, rgb(254,208,208) 46%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(top, rgb(254,208,208) 46%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(top, rgb(254,208,208) 46%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.46, rgb(254,208,208)),
		color-stop(1, rgb(255,255,255)),
		color-stop(1, rgb(255,255,255))
	);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: arial, verdana, times;
}
div {
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url('img/header.jpg');
	height: 257px;
	background-position: center;
	background-repeat: no-repeat;
}

#menu {
	background-image: url('img/barra.png');
	background-position: center;
	background-repeat: no-repeat;
	margin:-10px auto 0px auto;
	height: 80px;
	width: 968px;
}

#menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	text-align: center;
}

#menu li {
	float: left;
	background-image: url("img/Boton.png");
	background-repeat: no-repeat;
	width:168px;
	height: 41px;
	padding-top: 10px;
	margin-right: 10px;
}

#menu li a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#content {
	background-color: #ffffff;
	width: 900px;
	margin:0px auto 0px auto;
	padding: 0px 25px 0px 25px;
}

#content h1 {
	margin-top: 0px;
}