﻿@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 12px;
	background:url(img/fondo6.jpg) top center #000000 repeat fixed;
	overflow-y:scroll;
}

h1 {
	font-size:16px;
	margin:0;
	}
	
h2 {
	font-size:14px;
	margin: 0px;
	color: #630000;
}

h3 {
	font-size:12px;
	margin: 0px;
}

ul {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}
	
ul.listaEnlaces li {
	margin:0px;
	padding:0;
	list-style-position:inside;
	list-style-type:none;
	display: inline;
	}
	
ul.listaEnlaces li img {
	border:1px solid #CCC;
	width:47px;
	height:47px;
	/*width: 91px;
	height: 91px;*/
	margin: 0;
	padding:0;
	}
	
p {
	margin:0 0 12px 0; 
	color: #333333;
	text-align:justify;
	}

h1 + h2, h2 + h3, h3 + p, h2 + p, h1 + p, p + p, p + h1, p + h2, p + h3 {
	margin:12px 0px;
	}

table.tableElement {
	margin:12px 0px;
	width:100%;
	border: 1px solid #FFFFFF;
	background: transparent;
}

table.tableElement td, table.tableElement th {
	padding:2px 6px;
	}

	
table.tableElement th {
	font-weight:bold;
	text-align:left;
	background-color:#F3DEA0
	}
	
a:active, a:hover, a:link, a:visited {
	color:#F06000;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

img.menuImagen  {
	position:relative;
	/*z-index:100;*/
	top:0;
	left:-42px;
	}

.error {
	color:#F00;
	font-weight:bold;
	font-size:larger;
}

.inset {
	margin:0px;
	padding:0;
	background:transparent;
	position: relative;
}

.float {
	display:block;
	position:relative;
	float:left;
	padding:0px;
	margin:0px 12px 12px 0px;
	/*background-color:#FFFFFF;*/
	z-index:100;
}

.right {
	float:right;
	margin: 0px 0px 12px 12px;
	}

.nomargin {
	margin:0px 0px 0px 0px;
	}

.parche {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:top left;
	background-repeat:no-repeat;
	overflow:visible;
	z-index:500;
}

.shadow {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	overflow:hidden;
	filter:alpha(opacity=50);	/*Needed for IE*/
	-moz-opacity:0.5;			/*Older mozilla broswers like NN*/
	-khtml-opacity: 0.5;		/*Old versions of Safari and "KHTML" browser engines*/
	opacity: 0.5;			/*FF, Safari, and Opera*/
}

.hidden { display:none; }

#player {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:310px;
	margin-top: -50px;
	}
	
#mapaGoogle {
	width:574px;
	height:400px;
	margin:0;
	border:1px solid #74743A;
	overflow: visible;
}

#logo { background:transparent; }

/* —————————————————— GALERÍAS —————————————————— */
#galeriaEntorno,
#galeriaMicologia,
.galeria {
	position:relative;
	display:block;
	overflow:hidden;
}

.mediana {
	width: 290px !important;
	height: 217px !important;	
}

.grande {
	width: 580px !important;
	height: 435px !important;
	}
	
/* —————————————————— BOTONES —————————————————— */

/* Botón Noticias */
#btnNoticias { background-color:#853328; }
#btnNoticias.accordion_toggle { background-image:url(img/btnNoticiasUp.png); }
#btnNoticias.accordion_toggle_active, #btnNoticias.accordion_toggle_active:hover { background-image:url(img/btnNoticiasDown.png); }

/* Botón Nosotros */
#btnNosotros { background-color:#EEB111; }
#btnNosotros.accordion_toggle { background-image:url(img/btnNosotrosUp.png); }
#btnNosotros.accordion_toggle_active, #btnNosotros.accordion_toggle_active:hover { background-image:url(img/btnNosotrosDown.png); }

/* Botón Actividades */
#btnActividades { background-color:#F06000; }
#btnActividades.accordion_toggle { background-image:url(img/btnActividadesUp.png); }
#btnActividades.accordion_toggle_active, #btnActividades.accordion_toggle_active:hover { background-image:url(img/btnActividadesDown.png); }

/* Botón FAQ */
#btnFAQ { background-color:#9C9C00; }
#btnFAQ.accordion_toggle { background-image:url(img/btnFAQUp.png); }
#btnFAQ.accordion_toggle_active, #btnFAQ.accordion_toggle_active:hover { background-image:url(img/btnFAQDown.png); }

/* Botón Ubicación */
#btnUbicacion { background-color:#74743A; }
#btnUbicacion.accordion_toggle { background-image:url(img/btnUbicacionUp.png); }
#btnUbicacion.accordion_toggle_active, #btnUbicacion.accordion_toggle_active:hover { background-image:url(img/btnUbicacionDown.png); }

/* Botón Contacto */
#btnContacto { background-color:#483A0B; }
#btnContacto.accordion_toggle { background-image:url(img/btnContactoUp.png); }
#btnContacto.accordion_toggle_active, #btnContacto.accordion_toggle_active:hover { background-image:url(img/btnContactoDown.png); }

/* Datos y créditos */
#footer {
	height:30px;
	padding:10px 0;
	background-image:url(img/bg85.png);
	background-color:transparent;
	font-size:11px;
	text-align:center !important;
}

#imagen1 { background:url(img/img1.jpg); }
#imagen2 { background:url(img/img2.jpg); }
#imagen3 { background:url(img/img3.jpg); }
#imagen4 { background:url(img/img4.jpg); }
#imagen5 { background:url(img/img5.jpg); }

/* —————————————————— FORMULARIOS —————————————————— */

.bigForm {
	margin:0px;
	padding:0px;
	width: 600px;
	border: 0;
	}
	
.bigForm fieldset {
	display: block;
	margin: 0 0 6px 0;
	padding: 6px 12px 12px 12px;
	border: 1px solid #CCC;
	clear: both;
	width: 574px;
}

.bigForm fieldset.left {
	float: left;
	clear: none;
	margin: 0 0 6px 0;
	width: 288px;
}
.bigForm fieldset.right {
	float:right;
	margin:0 0 6px 0;
	clear: none;
	width: 248px;
	}

.bigForm fieldset.radio { margin: 1em 0 2em 0; }

.bigForm fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}

.bigForm fieldset.radio label { font-weight: normal; }

.bigForm input, .bigForm textarea, .bigForm select {
	display: block;
	width: 100%;
	border:1px solid #999;
}

.bigForm label {
	float: left;
	display: block;
	margin: 0 12px 0 0;
	font-weight: bold;
	width: auto;
}
.bigForm#formSugerencias label {
	float:none;
	margin: 0 0 12px 0;
	width:572;
	}

.bigForm textarea {
	height:inherit;
	width: 572px;
}

.bigForm select { height:20px; }

.bigForm input#submit, .bigForm input#reset {
	display: inline;
	background-color:#877F66;
	color:#FFFFFF;
	width:276px;
	height:20px;
	clear:both;
	margin: 6px 12px 0 0;
}

#calendarDiv { overflow:visible; background:#FF0000; z-index:500 }
