body{
	margin: 0;
	padding: 0;
}

#top{
	height: 54px;
	background-image:url(images/top.gif);
}

#cabecera{
	width: 1034px;
	height: 54px;
	margin: 0 auto 0 auto;
}

#titulo{
	float: left;

}

#menu{
	float: right;
	margin-top: 16px;
}

#menu ul {
	list-style: none;
	margin-top: 0;
}

#menu ul li {
	display: inline;
	font-family: Arial;

}

#menu li a{
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin-right: 20px;
	font-family: Arial;

}

#banner{
	height: 283px;
	background-image: url(images/backbanner.gif);
	margin: auto 0;
	margin-top: 0;
}

#contenidos{
	height: 385px;
	background-color: #d9f4fa;
	margin: 0;
	padding: 0;
	font-family: Arial;
}

#footer{
	height: 40px;
	background-color: #d9f4fa;
}

#imagen{

	margin:0 auto 0 auto; width:1064px; 
	margin-top: 0;

}