/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #000;
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
}
div {
	float: left;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
	position: relative;
}
a:hover {
	color: #000;
}

/* --- ESTRUCTURA --- */
#intro {
	float: none;
	width: 800px;
	height: 560px;
	margin: 0 auto;
	padding :0;
}
#todo {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	min-height: 580px; height: auto !important; height: 580px;
	background: url(../images/fondo_cuerpo2.jpg) no-repeat;
}

#top {
	width: 950px;
	height: 60px;
}
#izquierda {
	padding: 0 0 0 40px;
	width: 180px;
	min-height: 440px; height: auto !important; height: 440px;
}
#derecha {
	padding: 90px 25px 0 25px;
	width: 680px;
	min-height: 350px; height: auto !important; height: 350px;
}
#footer {
	clear: both;
	z-index: -999;
	margin: 20px 0 0 0;
	width: 950px;
	height: 70px;
	/*background: url(../images/fondo_footer.jpg) no-repeat;*/
}

/* --- IZQUIERDA --- */
#titulo {
	width: 180px;
	height: 89px;
	border-bottom: 1px #FFF solid;
}
#links p {
	margin: 0.8em 10px;
	font-size: 0.9em;
}
#links {
	padding: 0 0 20px 0;
	width: 180px;
	min-height: 20px; height: auto !important; height: 20px;
	/*min-height: 320px; height: auto !important; height: 320px;*/
	background: url(../images/fondo_blanco.png);
}
#links ul {
	margin: 10px;
	padding: 0;
	list-style: none;
	font-size: 1em;
}
#links ul li {
	padding: 3px 0;
	font-weight: bold;
	border-bottom: 1px #060 solid;
}
#links ul li a {
	padding-left: 10px; 
	display: block;
	width: 150px;
	height: 14 px;
	color: #333;
	background: url(../images/vineta.gif) no-repeat top left;
}
#links ul li a:hover {
	color: #060;
	background-position: bottom left;
}

/* --- DERECHA --- */
h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
	color: #060;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px #060 solid;
}
h2 {
	margin: 0 4%;
	padding: 0;
	width: 92%;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px #060 solid;
}
h2 span {
	color: #060;
}
p {
	margin: 0.8em 0;
}
#texto {
	display: inline;
	padding: 10px;
	width: 660px;
	min-height: 280px; height: auto !important; height: 280px;
	text-align: justify;
	background: url(../images/fondo_blanco.png);
}
#textoGaleria {
	display: inline;
	padding: 10px;
	width: 660px;
	min-height: 80px; height: auto !important; height: 80px;
	text-align: justify;
	background: url(../images/fondo_blanco.png);
}
#texto .direccion {
	padding-top: 5px;
	text-align: center;
	border-top: 1px #060 solid;
}
#texto .mitad1 {
	display: inline;
	margin: 5px 0 0 0;
	padding: 0 10px !important;
	padding: 0 8px;
	width: 309px;
	min-height: 240px; height: auto !important; height: 240px;
	border-right: 1px #060 solid;
}
#texto .mitad2 {
	display: inline;
	margin: 5px 0 0 0;
	width: 330px;
}
#texto .linkMapa a {
	color: #060;
}
#texto .linkMapa a:hover {
	color: #000;
}

/* --- LISTA --- */
ul#lista {
	margin: 30px 45px;
	padding: 0;
	list-style: none;
}
ul#lista li {
	float: left;
	margin: 0 10px;
}
ul#lista li span {
	display: none;
}
ul#lista li a {
	display: block;
	width: 160px;
	height: 127px;
	background-position: top;
	background-repeat: no-repeat;
}
ul#lista li a:hover {
	background-position: bottom;
}
#uno a {
	background: url(../images/btn_rec_1.gif);
}
#dos a {
	background: url(../images/btn_rec_2.gif);
}
#tres a {
	background: url(../images/btn_rec_3.gif);
}

ul#menus {
	margin: 10px 20px;
	padding: 0;
	list-style: none;
	font-size: 1em;
}
ul#menus li {
	margin: 5px 0;
	padding: 3px 0;
	font-weight: bold;
	border-bottom: 1px #060 solid;
}
ul#menus li a {
	padding-left: 10px; 
	display: block;
	height: 14 px;
	color: #333;
	background: url(../images/vineta.gif) no-repeat top left;
}
ul#menus li a:hover {
	color: #060;
	background-position: bottom left;
}

/* --- GALERIA --- */
#galeriaTitulo {
	margin: 20px 20px 0 20px;
}
#galeria {
	margin: 20px;
}
#galeria td {
	text-align: center;
}

/* --- FORMULARIO --- */
.encuesta {
	margin: 0;
	padding: 0 150px;
}
.contacto {
	margin: 0;
	padding: 30px 10px 0 10px;
}
#texto fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#texto fieldset legend {
	display: none;
}
#texto fieldset label {
	float: left;
	width: 100px;
	height: 11px;
	text-align: left;
}
#texto fieldset input, #texto fieldset select {
	float: left;
	position: relative;
	width: 200px;
	margin: 1px 0;
}
#texto .submit {
	clear: left;
	width: 80px;
	font-size: 0.8em;
	margin: 10px 0 0 100px;
}
#texto .borrar {
	width: 80px;
	font-size: 0.8em;
	margin: 10px 0 0 45px;
}
#texto #consulta {
	float: left;
	position: relative;
	width: 200px;
	margin: 1px 0;
}
#texto input.error, #texto select.error, #texto #consulta.error {
	color: #F00;
	border: 1px solid #F00;
	text-align: left;
}
.mensaje_contacto {
	padding: 40px 5px;
	color: #060;
	text-align: center;
}
/*
#texto .contacto2 fieldset label {
	display: block;
	float: left;
	width: 100%;
	height: 11px;
	text-align: left;
}
*/
/* --- CALENDARIO --- */
#calendario {
	float: none;
	width: 600px;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/fondo_calendario.jpg) no-repeat;
}
#mes {
	margin: 20px auto;
	width: 310px;
	height: 245px;
	border: none;
	background: url(../images/fondo_mes.png) no-repeat;
}
#mes .titulo {
	width: 310px;
	height: 65px;
	color: #FFF;
}
#mes th {
	width: 44px;
	height: 24px;
}
#mes td {
	width: 44px;
	height: 26px;
	text-align: center;
}
#ref {
	margin: 0 auto;
	width: 550px;
	height: 100px;
	border: none;
	font-size: 0.8em;
	background: url(../images/fondo_ref.png) no-repeat;
}
#ref th {
	width: 40px;
	height: 30px;
	text-align: center;
}
#ref td {
	width: 500px;
	height: 30px;
	text-align: left;
}

/* --- RECETAS --- */
#recetas {
	float: none;
	width: 600px;
	min-height: 500px; height: auto !important; height: 500px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/recetas_top.png) no-repeat;
}
#recetas .fondoReceta {
	width: 600px;
	height: 500px;
	border: none;
}
#recetas .contReceta {
	width: 600px;
	height: 420px;
	border: none;
	background: url(../images/recetas_fondo.jpg) repeat-y;
}
#recetas .contReceta table{
	width: 100%;
}
#recetas .nombre {
	width: 400px;
	height: 20px;
	padding-left: 5px;
	text-align:left;
}
#recetas .desc {
	height: 20px;
	padding-left: 10px;
	text-align:left;
}
#recetas .top {
	width: 600px;
	height: 40px;
	color: #FFF;
	font-weight: bold;
}
#recetas .footer {
	width: 600px;
	height: 40px;
	color: #FFF;
	background: url(../images/recetas_footer.png) no-repeat;
}
#recetas .footer a {
	color: #FFF;
}
#recetas .footer a:hover {
	text-decoration: underline;
}
/* --- Verano --- */
.direVerano{
	font-size: 11px;
	color: #666;
}

/* --- --- */
.contMenu{
	margin: 0 10px;
	padding: 5px;
	background: #fff;
}
.contItem{
	padding: 5px 10px;
	margin: 0 0 5px 0;
	width: 610px;
}
.contItem h2{
	margin: 0;
	padding: 0;
	width: 100%;
}
.contItem .titulo{
	width: 580px;
}
.contItem .abrir{
	width: 30px;
}
.contItem .detalle{
	width: 600px;
}
.infoAbrir img{
	padding: 3px 0 0 10px;
	float: right;
}
.masInformacion{
	cursor: pointer;
	text-align: right;
}

