body {
	/*background: white url(img/bg.gif) no-repeat top left;*/
	background: white url(img/bg.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
}

p {
	font-size: 11px;
	font-family: Trebuchet MS, georgia;
	color: #222;
	margin: 8px 2px;
}

img {
	border: 0;
	opacity:1;
	filter:alpha(opacity=100);
}

#contiene {
	width: 900px;
	/*min-height: 680px;*/
	margin: 0px auto;
	position: relative;
	border: 2px solid #F3F3F3;
	background: white;
	opacity:0.9;
	filter:alpha(opacity=90)
}

#horizontal {
	width: 100%;
	margin: 4px 0 0px 0;
	padding: 2px;
	opacity:1;
	filter:alpha(opacity=100);
}

#idiomas {
	width: 180px;
	height: 24px;
	position: absolute;
	top: 4px;
	left: 90%;
	font-size: 10px;
	font-family: verdana, arial;
	color: #555;
}

#idiomas img {
	margin: 4px 1px;
	vertical-align: middle;
}

#menu {
	height: 500px;
	position: relative;
	width: 166px;
	float: left;
	margin: -23px 0 0 1px;
}

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

#menu ul li {
	padding: 0px;
	margin: 0;
}

#menu ul li a {
	/*/background: white url('img/boton.gif') top left repeat-x;*/
	border-bottom: 1px solid #c0a077;
	margin: 2px 0;
	padding: 6px 0 6px 8px;
	display: block;
	width: 150px;
	text-decoration: none;
	font-family: Arial, verdana;
	font-size: 12px;

	color: black;
}

#menu ul ul li a {
	border: 0;
}

#menu ul li a:hover {
	font-weight: bold;
	color: #FFFFCC;
}

.li0 a { border-right: 8px solid #000066; }
.li1 a { border-right: 8px solid #003366; }
.li2 a { border-right: 8px solid #004080; }
.li3 a { border-right: 8px solid #336699; }
.li4 a { border-right: 8px solid #9999CC; }
.li5 a { border-right: 8px solid #999999; }
.li6 a { border-right: 8px solid #cccc99; }
.li7 a { border-right: 8px solid #cccc66; }
.li8 a { border-right: 8px solid #cccc33; }

.li0 a:hover { background-color: #000066; }
.li1 a:hover { background-color: #003366; }
.li2 a:hover { background-color: #004080; }
.li3 a:hover { background-color: #336699; }
.li4 a:hover { background-color: #9999CC; }
.li5 a:hover { background-color: #999999; }
.li6 a:hover { background-color: #cccc99; }
.li7 a:hover { background-color: #cccc66; }
.li8 a:hover { background-color: #cccc33; }

#menu div#submenu2 {
	background-color: #004080;
}

#menu div#submenu2 ul li a {
	margin: 0;
	padding: 4px 0 4px 22px;
	font-family: arial;
	font-size: 12px;
	background-color: #004080;
	background-image: none;
	color: white;
}

#menu div#submenu3 {
	background-color: #336699;
}

#menu div#submenu3 ul li a {
	margin: 0;
	padding: 4px 0 4px 22px;
	font-family: arial;
	font-size: 12px;
	background-color: #336699;
	background-image: none;
	color: white;
}

#menu div#submenu1 {
	background-color: #9999CC;
}

#menu div#submenu1 ul li a {
	margin: 0;
	padding: 4px 0 4px 22px;
	font-family: arial;
	font-size: 12px;
	background-color: #99aacc;
	background-image: none;
	color: white;
}

#menu div#submenu1 ul li a:hover {
	background-color: #003366;
	color: yellow;
}
#menu div#submenu2 ul li a:hover {
	background-color: #003366;
	color: yellow;
}
#menu div#submenu3 ul li a:hover {
	background-color: #333366;
	color: yellow;
}

#menu_horizontal {
	width: 100%;
	position: relative;
	height: 30px;
}

#menu_horizontal ul {
	list-style-type: none;
	position: absolute;
	padding: 0;
	left: 25%;
	top: 0;
	margin: -32px 0 0 0;
}

#menu_horizontal ul li {
	display: inline;
}

#menu_horizontal ul li a {
	display: block;
	float: left;
	color: #FFFFCC;
	background-color: #949473;
	text-decoration: none;
	font-family: arial, verdana;
	margin: 0 4px;
	width: 90px;
	text-align: center;
	font-size: 12px;
	opacity: 1;
	filter:alpha(opacity=100);
	z-index: 10;
	padding: 6px 16px;
}

#menu_horizontal ul li a:hover {
	background-color: #848433;
}

#central {	float: left; padding: 0; margin: -22px 0 0 0px;}

#monoSlideshow {
	margin: 0 0 0 0;
	float: left;
	padding: 0;
}

#full {
	margin-left: 6px;
	width: 494px;
	height: 520px;
	float: left;
/*	overflow: auto;*/
}

#full h1 {
	font-family: arial black;
	font-size: 18px;
	color: #996600;
}

#full form ul {	list-style-type: none; margin: 0; padding: 0; font-family: arial; font-size: 12px; width: 100%; }
#full form ul li {	margin: 0; padding: 0; }
#full form ul li label { display: block; padding: 2px 4px; margin: 4px 0; border-bottom: 1px solid #cccc66; border-top: 1px solid #cccc66; font-weight: bold; background-color: #ede7b6; width: 94%;}
#full form ul li input[type=text], #full form ul li textarea { margin: 3px 5px; width: 180px; border: 1px inset #cc9900; background-color: #ffffcc; }
#full form ul li input[type=select] { margin: 3px 20px; width: 160px; background-color: #ffffcc; }
#full form ul li textarea { width: 440px; }

.col {
	width: 46%;
	margin: 1%;
	float: left;
}


#contenido {
	width: 500px;
	height: 320px;
	margin-left: 4px;
	border: 2px solid gray;
}

#engrande {
	width: 710px;
	height: 600px;
	margin-left: 4px;
	float: left;
}
#contenidocorto {
	height: 200px;
}

#contenidolargo {
	margin-left: 4px;
	height: 320px;
	width: 718px;
}

#contenidobeta {
	margin-left: 4px;
	height: 320px;
	width: 500px;
	border: 2px solid gray;
}

#contenidoalfa {
	margin-left: 4px;
	width: 364px;
	border: 2px solid gray;
	float: right;
}

#contenidobeta2 {
	margin-left: 4px;
	height: 320px;
	width: 364px;
	float: left;
	border: 2px solid gray;
}


#inferiorlargo {
	width: 720px;
	height: 170px;
	float: left;
}

#parte {
	width: 500px;
	height: 160px;
	position: absolute;
	bottom: 4px;
	left: 170px;
	padding: 5px;
	overflow: auto;
}


#texto {
	margin-top: 12px;
	width: 500px;
	height: 170px;
/* background: transparent url('img/fondoclaro.jpg') bottom left no-repeat;*/
	overflow: auto;
	padding: 0px 10px;
}

#texto p {
	margin: 5px;
	line-height: 125%;
	color: #4e4e4e;
}

#Colizquierda {
	height: 500px;
	width: 310px;
/*	background: blue */
	float: left;
	margin: -0x 2px 0 8px;
	overflow: auto;
	padding: 0;
}

#colDerecha2 {
	height: 500px;
	width: 200px;
	background: transparent url('img/logo.gif') bottom right no-repeat;
/*	background: blue */
	float: left;
	margin: -26px 2px 0 8px;
	overflow: auto;
	padding: 0;
}

#colDerecha {
	height: 500px;
	width: 200px;
	background: transparent url('img/logo.gif') bottom right no-repeat;
/*	background: blue */
	float: left;
	margin: -23px 0px;
}


#colizquierda2 {
	width: 354px;
/*	background: blue */
	float: left;
	margin: 0 2px;
}

#parte p { 
	margin: 8px;
	color: black;
	font-weight: normal;
	font-size: 12px;
}

#colDerecha p, #colDerecha2 p  {
	font-weight: normal;
	font-size: 12px;
	margin: 4px 8px;
	text-align: left;
}

#colizquierda2 p, #Colizquierda p  {
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	margin: 4px 8px;
	text-align: right;
}

#colDerecha h1, #inferiorlargo h1 { 
	color: #cc9900;
	font-size: 24px;
	border-bottom: 2px solid #cc9900;
	text-align: right;
	margin: 0 4px 14px 4px;
}

#cuadrocolor {
	width: 506px;
	height: 174px;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 172px;
}

#footer {
	width: 100%;
	margin: 2px;
	background-color: #bbbbbb;
}

#horizontal {
	background: white url(img/titulo2.gif) top left no-repeat;
	width: 99%;
	height: 152px;
}

#horizontal h1 {
	font-family: "Arial Black", Georgia, Garamond;
	font-size: 28px;
	color: #b0a48a;
	text-align: right;
	height: 70px;
	line-height: 100%;
	font-weight: bold;
	margin: 0;
	padding-top: 67px;
	padding-right: 0;
}

.conf {
	display: inline-block;
	width: 140px;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
}

.bloconf {
	width: 100px;
	font-size: 12px;
	display: inline-block;
	float: left;
	font-family: verdana;
}

.calendario {
	float: left;
	width: 30%;
	border-collapse: collapse;
	border: 2px inset #cc3300;
	margin: 5px;
}

.calendario tr td {
	border-collapse: collapse;
	border: 0px solid #cccc99;
	font-family: arial, verdana;
	font-size: 12px;
	text-align: center;
}

.calendario tr th {
	background-color: #990000;
	color: #FFFFCC;
	text-align: center;
}

.reserva {
	background-color: #ffffdd;
	width: 90%;
	margin: 1px 5%;
}

.reserva tr td {
	width: 44%;
	vertical-align: top;
	padding: 0px;
}

.reserva tr td strong {
	display: inline-block;
	width: 80px;
}

.reserva tr th {
	font-size: 12px;
	font-family: verdana, arial;
	color: black;
	background-color: #999966;
	border-top: 2px solid #999900;
	border-top: 2px solid #999900;
	padding: 6px;
	text-align: left;
}

table {
	width: 80%;
	margin: 5px 10%;
	border: 0;
	font-family: arial;
	font-size: 12px;
	border: 0;
}

table tr td {
	border-bottom: 1px solid #cccc99;
}

table tr th {
	margin: 4px 0;
	border-bottom: 1px solid #cccc66;
	border-top: 1px solid #cccc66;
	font-weight: bold;
	background-color: #ede7b6;
}

tr.sena td {
	margin: 4px 0;
	border-bottom: 1px solid #cccc66;
	border-top: 1px solid #cccc66;
	font-weight: bold;
	background-color: #cc9966;
}

tr.subtotal td {
	margin: 4px 0;
	border-bottom: 1px solid #cccc66;
	border-top: 1px solid #cccc66;
	font-weight: bold;
	background-color: #ced0a9;
}

tr.total td {
	margin: 4px 0;
	border-bottom: 1px solid #cccc66;
	border-top: 1px solid #cccc66;
	font-weight: bold;
	background-color: #cc9966;
}

.dinero {
	font-weight: bold;
	color: red;
	font-size: 14px;
}

.textocuartos {
	background: white url('img/fondoroom.png') top left no-repeat;
}

.textocuartos p {
	margin-left: 400px;
	line-height: 180%;
}

.cuadrococina {
	background: white;
}

.cuadrococina div {
	width: 32%;
	margin: 0 0.5%;
	float: left;
	font-family: verdana, arial;
	color: #666;
	font-size: 11px;
}

.cuadrococina div strong {
	display: block;
	color: #336699;
	height: 40px;
	
}

.historia {
	background: white url('img/historia.png') bottom left no-repeat;
}

.cuadrohuerta {
	background: white url('img/cultivos_s.jpg') top left no-repeat;
}

.cuadrohuerta p {
	margin-left: 310px;
	line-height: 170%;
}

.cuadrojardin {
	background: white url('img/jardin.png') top left no-repeat;
}

.cuadrojardin p {
	margin-left: 310px;
	line-height: 170%;
}

.cuadrocerveza {
	background: white url('img/cervezas.png') bottom left no-repeat;
}

.cuadrocerveza p {
	line-height: 140%;
	margin-left: 350px;
}


.cabalgata {
	background: white url('img/cabalgata.png') top left no-repeat;
}

#cabalgata  {
	width: 300px;
	margin-left: 5px;
}

#trekking {
	width: 718px;
	margin-left: 5px;
}

.trekking {
	width: 718px;
	margin-left: 10px;
	float: left;
}

.doma {
	background: white url('img/logo.gif') top right no-repeat;
}

.golf {
	background: white url('img/golf.png') top right no-repeat;
}

.doma p {
	margin-right: 290px;
}

.lista h2 {
	margin: 5px 0;
	font-family: Georgia, Arial;
	color: #336699;
	font-size: 12px;
}

.ubicacion p {
	line-height: 180%;
}

.ubicacion h1 {
	font-family: Georgia, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}

.ubicacion strong {
	border-bottom: 1px solid #444;
}

.ubicacion ul {
	margin-left: 60px;
}

.ubicacion ul li {
	margin-left: 60px;
	font-family: arial;
	color: #444;
	font-size: 12px;
	font-style: italic;
}