body {
	background-image: url(../img/fondo_paginas.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial, "Trebuchet Ms";
	font-size: 70%;
	color: #333333;
}
a {
	color: #006B4A;
	text-decoration:none;
}

a:hover {
	color: #DBAD02;
	text-decoration:underline;
}
.boton {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 1.1em;
}

.formulario {
	font-size: 1.1em;
	vertical-align: top;
}

#Principal {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#TextoInicial {
	height: 1px;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	position: relative;
	top: -200px;
	float: right;	
}
#TextoInicial h1 {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 0px;
	display: inline;
	height: 1px;
	float: right;
}
#Cabecera {
	clear: both;
	height: 105px;
}

#Logotipo {
	position: absolute;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	z-index: 4;
}
#MenuCabecera {
	background-image:url(../img/fondo_MenuCabecera.gif);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	padding: 12px;
	text-align: right;
	z-index: 1;
}
#MenuCabecera ul, #MenuCabecera li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#MenuCabecera li {
	padding-left: 12px;
}
#MenuCabecera li.DescargaCatalogo {
	display: list-item;
	color: #006633;
	padding-left: 2px;	
	padding-right: 25px;		
	padding-bottom: 5px;			
	padding-top: 50px;
	background-image: url(../img/pdf.gif);
	background-position: right bottom;
	background-repeat: no-repeat;	
}
#MenuCabecera li.DescargaCatalogo a {
	font-weight: bold;
}

#Cuerpo {
	background-color: #FFFAE1;
	border: 1px solid #E2BC2B;
	padding: 12px;
	clear: both;
}
#Contenido {
	background-color: #FFFFFF;
	background-image: url(../img/fondos_paginas/blanco.jpg);
	background-repeat: no-repeat;
	height: 500px;
}
#Menu {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 1.7em;
	color: #FFFFFF;
	background-color: #006a49;
	padding: 3px 6px;
	line-height: 90%;
	width: 44px;
	text-align: center;
	height: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 0px;	
	cursor: pointer;
	position: absolute;
}

#MenuHorizontal {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 1em;
	color: #8A7313;
	text-align: center;
	cursor: pointer;
	clear: both;
	background-color: #e2bc2b;
	height: 19px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}
#MenuHorizontal a{
	font-weight: bold;
}
#MenuHorizontal a:hover{
	color: #621b73;
}

#OpcionesMenu {
	visibility:hidden;
	background-color: #ffffff;
	border: 1px solid #F4D134;
	width: 200px;
	cursor: pointer;
	filter: Alpha(Opacity=90);
	position: absolute;
	top: 171px;
	padding: 12px;
}
#OpcionesMenu ul {
	list-style: none;
	padding-top: 0px;	
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#OpcionesMenu li, #OpcionesMenu a{
	padding-left: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;	
	width: 100%;
	color: #006B4A;
	text-decoration:none;
	behavior: url(http://www.huescainternationalcamp.es/css/MenuGral.htc);
	
}
#OpcionesMenu li:hover {
	font-weight:bold;
	color: #DBAD02	
}
#ContenidoPortada {
	background-color: #445F1C;
	height: 440px;
	background-image: url(../img/fotos/foto_portada.jpg);
	background-repeat:no-repeat;
}
#MenuIdiomasPortada {
	position: relative;
	left: 57px;
}

#TextosPortada {
	vertical-align: bottom;
	color: #006633;
	text-align: center;
}

#TextosPortada p {
	margin-bottom: 30px;
	display: block;
	padding: 12px;
	font-size: 16px;
}

#TextosPortada h1 {
	padding-top: 90px;
	font-family: "Trebuchet MS", Georgia, Arial;
	margin:0px;
	font-size: 4.5em;
	filter: Alpha(Opacity=70);
	color: #fff;
	line-height: 100%;
	display: block;
	font-weight:normal;	
	
}
#TextosPortada h2 {
	font-family: "Trebuchet MS", Georgia, Arial;
	margin:0px;
	font-size: 2.5em;
	filter: Alpha(Opacity=70);
	color: #fff;
	display: block;
	font-weight:normal;	
	
}

#Destacados {

	clear:both;	
	height: 110px;	
}
.Destacado {
	margin-top: 10px;
	padding: 3px;
	height: 85px;
	border: 6px solid #FFFAE1;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	cursor: pointer;	
}

#Destacado1 {
	width: 190px;
	position: relative;
	float:left;
	height: 80px;	
}

#Destacado2 {
	width: 188px;
	margin-left:13px;
	position: relative;
	float:left;
	height: 80px;
}

#Destacado3 {
	background-image: url(../img/fondo_destacado_3.png);
	background-repeat: no-repeat;
	width: 310px;
	position: relative;
	float:right;
	height: 80px;	
}
#Destacado3_es {
	background-image: url(../img/fondo_destacado_3_es.png);
	background-repeat: no-repeat;
	width: 310px;
	position: relative;
	float:right;
	height: 80px;	
}
#Destacado3_fr {
	background-image: url(../img/fondo_destacado_3_fr.png);
	background-repeat: no-repeat;
	width: 310px;
	position: relative;
	float:right;
	height: 80px;	
}
#Destacado3_en {
	background-image: url(../img/fondo_destacado_3_en.png);
	background-repeat: no-repeat;
	width: 310px;
	position: relative;
	float:right;
	height: 80px;	
}
.Destacado h2 {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 1.9em;
	color: #52087B;
	font-weight: normal;
	display:inline;
}

#Pie {
	text-align: center;
}
#PiePortada {
	text-align: center;
	border-top: 1px solid #DBAD02;	
}
#Textos {
	padding: 12px 20px 12px 360px;
	text-align: justify;
}

#Textos h1{
	font-family: Arial, "Trebuchet MS", Georgia,;
	font-weight: normal;
	font-size: 2.1em;
	color: #7B7774;
	display:inline;	
}

#Textos h4 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 1.5em;
	font-weight: normal;	
	color: #DCAF07;
	text-transform:uppercase;
	display:inline;	
}

#Subsecciones {
	margin-top: 8px;
	margin-bottom: 16px;	
	font-size: 1.3em;
}
#Subsecciones a {
	text-decoration: underline;
}

#caja_textos {
	width: 360px;
	overflow: auto;
	height: 355px;
	padding: 0px;
	padding-right: 8px;	
	margin: 0px;
	scrollbar-base-color: #FFFAE1;
	scrollbar-arrow-color: #DCAF07;
	scrollbar-darkshadow-color: #FFFAE1;
	scrollbar-face-color: #FFFAE1;
	scrollbar-highlight-color: #FFFAE1;
	scrollbar-shadow-color: #DCAF07;
	scrollbar-3dlight-color: #DCAF07;
}

#caja_textos li {
	margin-bottom: 4px;
	list-style-image: url(../img/li.gif);
}
#Textos h3 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	text-transform:uppercase;
	display:inline;
	text-align: left;
}
#Horario {
	background-color: #FFFAE1;
}

#Horario td {
	
}

#caja_textos td, #caja_textos th {
	color: #333333;
}

#caja_textos .Alimentacion td, #caja_textos .Alimentacion th {
	font-size: 9px;
	color: #333333;
	text-align: center;
	border: 1px solid #ccc;
}

#caja_textos th {
	background-color: #fff1b6;
}

#caja_textos th.dato2 {
	background-color: #fffae1;
}

#CajaDescarga {
	padding: 8px;
	padding-left: 70px;
	background-color: #f7e891;
}
#CajaDescarga a {
	font-family: Trebuchet Ms;
	font-weight: normal;
	font-size: 1.6em;
}

.Reslate {
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
}

.Reslate4 {
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
}

#MapaLocalizacion {
	position: absolute;
	margin: 45px;
	margin-top: 50px;
	text-align: center;
	width: 254px;
	overflow: hidden;
}

#MapaLocalizacion iframe {
	border: 2px solid #fff;
	margin-bottom: 2px;
}

.addthis_default_style {
	position: absolute;
	right: 0px;
	top: 75px;
}