@charset "utf-8";
@font-face {
	font-family: 'MyriadProCondensed';
	src: url('../fuentes/myriadpro-cond-webfont.eot');
	src: local('☺'), url('../fuentes/myriadpro-cond-webfont.woff') format('woff'), url('../fuentes/myriadpro-cond-webfont.ttf') format('truetype'), url('../fuentes/myriadpro-cond-webfont.svg#webfontTZ7oP6wG') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	color: #000;
	text-decoration: none;
}
body {
	background-image: url(../imagenes/img_fondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #282A02;
}

.top {
	height: 219px;
	width: 1000px;
	display: block;
	float: left;
}
.conte_info {
	width: 1000px;
	background-color: #def2a0;
	height: 445px;
	float: left;
}
.info {
	color: #262B00;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	overflow: auto;
	height: 365px;
}
.info .titulo {
	color: #466000;
}
.lista_info {
	display: block;
	padding: 5px;
	list-style-type: disc;
	background-color: #EDF8CD;
	font-size: 11px;
	list-style-position: inside;
}
.lista_info li {
	float: left;
	width: 220px;
}




.cuerpo_central .pie_info {
	position: absolute;
	height: 50px;
	width: 540px;
	background-color: #c3e66b;
	padding: 5px;
	color: #344800;
	z-index: 15;
	bottom: 35px;
}


.pie {
	background-color: #484300;
	bottom: 0px;
	width: 990px;
	height: 20px;
	float: left;
	color: #BEBA61;
	font-family: MyriadProCondensed;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: absolute;
}
.pie a {
	color: #F90;
	text-decoration: none;
}
.pie a:hover {
	color: #FFF;
}

.barra_izq {
	width: 200px;
	height: 445px;
	float: left;
	background-color: #7e9e18;
	color: #FFF;
}
.cuerpo_central {
	float: left;
	height: 445px;
	width: 550px;
}
.form {
	float: left;
	height: 435px;
	width: 240px;
	background-color: #466000;
	color: #FFF;
	padding: 5px;
	font-family: MyriadProCondensed;
	font-size: 18px;
}
.botonera {
	font-family: MyriadProCondensed;
	color: #FFF;
	font-size: 20px;
}
.botonera ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.boton   {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E9E18;
	background-color: #658013;
	width: 200px;
	height: 30px;
}

.boton a   {
	width: 190px;
	color: #FFF;
	text-decoration: none;
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #466000;
}

.boton_activo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E9E18;
	width: 190px;
	color: #FFF;
	text-decoration: none;
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #658013;
}

.boton a:hover {
	background-color: #658013;
	display: block;

}
.boton_activoturismo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E9E18;
	width: 190px;
	color: #FFF;
	text-decoration: none;
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #658013;
}
.boton_activoturismo a {
	color: #FFF;
	text-decoration: none;
}
.boton_activoturismo ul {
	position: absolute;
	z-index: 30;
	left: 200px;
	top: 313px;
	display: none;
}


.boton_activoturismo:hover ul  {
	display: block;
}

.botonturismo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E9E18;
	background-color: #658013;
	width: 200px;
	height: 30px;
}
.botonturismo a {
	width: 190px;
	color: #FFF;
	text-decoration: none;
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #466000;
}
.botonturismo ul {
	position: absolute;
	z-index: 30;
	left: 200px;
	top: 313px;
	display: none;
}
.botonturismo:hover ul {
	display: block;
}




.top_logo {
	position: absolute;
	z-index: 10;
	top: 25px;
	left: 25px;
}
.titulo {
	font-family: MyriadProCondensed;
	font-size: 30px;
	display: block;
}
.titulo2 {
	font-family: MyriadProCondensed;
	font-size: 24px;
	display: block;
}

.cita {
	font-size: 11px;
	font-style: italic;
}

#formulario label {
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#formulario .submit {
	color: #FFF;
	font-family: MyriadProCondensed;
	height: 35px;
	width: 120px;
	margin-right: auto;
	margin-left: 50px;
	font-size: 18px;
	margin-top: 10px;
	background-color: #2C3C00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


input, textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #030;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
input:focus, textarea:focus {
	background-color: #7E9E18;
}
.lateral_derecha {
	float: right;
	margin-top: -20px;
	margin-right: 15px;
}
.lateral_derecha a, .lateral_derecha a img {
	text-decoration: none;
	border-style: none;
}

.bandera {
	position: absolute;
	z-index: 30;
	top: 0px;
	right: 25px;
	background-image: url(../imagenes/fondo_semitransparente_negro.png);
	padding: 10px;
}
.galeria_pie {
	list-style-type: none;
	padding: 0px;
	float: left;
	height: 50px;
	width: 435px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.galeria_pie li {
	padding: 2px;
	float: left;
}
.conte_galeria {
	display: block;
	height: auto;
	width: auto;
	background-color: #c3e66b;
}
.conte_galeria .foto_item {
	padding: 6px;
	float: left;
	height: 45px;
	width: 45px;
}
.title_destacado {
	font-family: MyriadProCondensed;
	font-size: 30px;
	text-align: center;
	color: #262B00;
}
#slide .panel {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.boton_destacado {
	color: #FFF;
	font-family: MyriadProCondensed;
	height: auto;
	width: 100px;
	font-size: 16px;
	background-color: #2C3C00;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
.foto_item{
	width:40px;
	height:40px;	
	}
.idioma {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	position: absolute;
	z-index: 300;
	margin-top: -36px;
	margin-left: 850px;
	display: block;
	padding: 10px;
	background-color: #2C3C00;
	background-image: url(../imagenes/sombra2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.idioma a {
	color: #FFF;
}

.idioma img {
	display: inline;
	vertical-align: middle;
	text-decoration: none;
	border-style: none;
}
.boton_destacado a {
	color: #FFF;
}
