@charset "UTF-8";
#banner {
	background-color: #DBB972;
	background-image: url(../images/PIELCANELA.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 147px;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
#slogan {
	background-color: #DBB972;
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
	width: 200px;
	height: 137px;
	
}
#nav {
	height: 30px;
	width: 100%;
	margin-top: 10px;
	border: 1px solid #DBB972;
	background-image: url(../images/fondonav.gif);
	background-repeat: repeat-x;
	font-style: italic;
}

#nav ul {
	font-family: "Times New Roman", Times, serif;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 14px;
	padding-left: 3px;
	margin-top: 15px;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	padding-left: 15px;
}
#nav ul li a {
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DBB972;
	border-right-color: #DBB972;
	border-left-color: #DBB972;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #DBB972;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBB972;
}
table {
	margin-top: 15px;
}

