body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #F2F4DF;
}

#contenedor{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#cabecera{
	clear: both;
}
#cabecera #logo{
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 95px;
	float: left;
	width: 100px;
}
#cabecera #sup{
	height: 48px;
	margin-left: 110px;
	vertical-align: bottom;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
}
#cabecera h1{
	color: #5B812A;
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	padding-top: 10px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.4em;
}

#cabecera #inf{
	height: 48px;
	margin-left: 110px;
}

#central{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#central #supi{
	background-image: url(../img/csupizq.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 250px;
	width: 398px;
}
#central #supi h1{
	font-size: 32px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 0px;
}
#central #supi h2{
	font-size: 20px;
	font-weight: normal;
	color: #996600;
	text-align: center;
	margin: 0px;
}

#central #supd{
	background-image: url(../img/alojamiento/portadasupd.jpg);
	height: 250px;
	width: 398px;
	float: right;
}
#central #barra{
	background-image: url(../img/bgbarracentral.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	text-align: center;
	color: #a9986f;
	vertical-align: bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E6E2C1;
	clear: both;
	text-transform: uppercase;
	padding-top: 6px;
}
#central #infi{
	float: left;
	width: 397px;
	height: 250px;
	border: 1px solid #cc9900;
	vertical-align: middle;
}
#central #infd{
	float: right;
	width: 380px;
	height: 232px;
	background-color: #dfdfba;
	text-align: justify;
	padding: 10px;
	color: #a9986f;
}
#central #infi div.floati {
	float: left;
	height: 150px;
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
}
#central #infi div.floati p{
	text-align: center;
	color: #a9986f;
	padding: 0px;
}

#pie{
	font-size: 10px;
}
#pie #logo{
	color: #FFFFFF;
	background-color: #a8b985;
	height: 60px;
	width: 60px;
	float: right;
}
#pie #sup{
	text-align: center;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8b985;
	color: #CC9900;
	margin-right: 70px;
	height: 25px;
	background-image: url(../img/bgbarracentral.jpg);
}

#pie #inf{
text-align: center;
	padding-top: 7px;
	color: #CC9900;
	margin-right: 70px;
}

.espacio{
	clear: both;
	height: 15px;
}

a:link {
	color: #c5d5a5;
	text-decoration: none;
}
a:visited {
	color: #c5d5a5;
	text-decoration: none;
}
a:hover {
	color: #c5d5a5;
	text-decoration: underline;
}
