/* CSS Document */

body{
	/*background:#3e2800;*/
	background:#023306;
	margin:0px;
	/*
	background-position:top;
	background-image:url(images/cielo.jpg);
	background-repeat:repeat-x;
	*/
}
div.pie_pag{
	/*position:fixed;
	z-index:-40px;
	bot:0px;*/
	background:#bec0c1;
	width:100%;
	height:300px;
	
	background-image:url(images/piee.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
div.cabecera{
	background:#023306;
	width:800px;
	/*height:170px;*/
}
div.cuerpo_web{
	background:#023306;
	width:800px;
	vertical-align:top;
}

div.botones_secciones{
	width:127px;
	background:#023306;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	letter-spacing:1px;
	padding:4px;
	color:#FFFFFF;
	border:#FFFFFF solid 5px;
}
div.botones_secciones:hover{
	border:#bec0c1 solid 5px;
}
div.botones_secciones_b{
	width:127px;
	background:#023306;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	letter-spacing:1px;
	padding:4px;
	color:#FFFFFF;
	border:#FFBF3C solid 5px;
}
div.botones_secciones_b:hover{
	border:#bec0c1 solid 5px;
	color:#FFBF3C;
}
div.cont_presentacion{
	position:absolute;
	z-index:1;
	width:100%;
	background:#CCCCCC;
	visibility:hidden;
}
div.imagenes_subapartados{
	width:175px;
	float:left;
	/*background:#CCCCCC;*/
	margin:4px;
}
.imagenges_contorno_blanco{
	border:#FFFFFF solid 2px;
	cursor:pointer;
}
.imagenges_contorno_blanco:hover{
	border:#bec0c1 solid 2px;
	cursor:pointer;
}
.imagenges_contorno_blanco1{
	border:#FFFFFF solid 1px;
	cursor:pointer;
}
.imagenges_contorno_blanco1:hover{
	border:#bec0c1 solid 1px;
	cursor:pointer;
}
.images_lateral{
	border:#FFFFFF solid 2px;
}
.images_ofertas{
	border:#666666 solid 2px;
}
.titulo_secciones{
	font-family:Arial,Helvetica,sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:4px;
}
.texto_normal_blanco{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.texto_normal_verde{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#023306;
}
.texto_fotos{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	color:#999999;
}
.texto_fotos_claro{
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	letter-spacing:2px;
	color:#CCCCCC;
}
.texto_fotos_con_borde{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#666666;
	padding:2px;
	border:#999999 dotted 1px;
}
.texto_apartados{
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
}
.texto_cerrar{
	color:#CC0000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	padding:2px;
	border:#CC0000 solid 4px;
}
.texto_horario_blanco{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	letter-spacing:1px;
	color:#FFFFFF;
}
.texto_temporadas{
	font-family:Arial,Helvetica,sans-serif;
	font-size:28px;
	font-weight:bold;
	letter-spacing:2px;
	color:#bec0c1;
}
div.texto_temporadasgris{
	width:100px;
	background:#bec0c1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	letter-spacing:1px;
	padding:4px;
	color:#023306;
	border-bottom:#bec0c1 solid 1px;
}
div.texto_temporadasgris:hover{

	border-bottom:#023306 dotted 1px;
	/*border-left:#023306 dotted 5px;*/
}
a.link_blanco:link, a.link_blanco:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #FFFFFF;
}
a.link_blanco:hover{
	text-decoration: underline;
}
a.link_blanco_sin_efecto:link, a.link_blanco_sin_efecto:visited, a.link_blanco_sin_efecto:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #FFFFFF;
}

.siguiente{
 height:25px;
 /*width:275px;*/
 background-image:url(images/siguiente.jpg);
 background-repeat:no-repeat;
 background-position:right;
 cursor:pointer;
}
.anterior{
 height:25px;
 /*width:275px;*/
 background-image:url(images/anterior.jpg);
 background-repeat:no-repeat;
 background-position:left;
 cursor:pointer;
}

.siguiente_off{
 height:25px;
 /*width:275px;*/
 background-image:url(images/siguiente_off.jpg);
 background-repeat:no-repeat;
 background-position:right;
 cursor:pointer;
}
.anterior_off{
 height:25px;
 /*width:275px;*/
 background-image:url(images/anterior_off.jpg);
 background-position:left;
 background-repeat:no-repeat;
 cursor:pointer;
}
.celda_borde_blanco{
	border:#9acc99 solid 4px;
	padding:2px;
}
.celda_borde_blanco:hover{
	border:#bec0c1 solid 4px;
	
}

div.fondotrasparente{
	visibility:hidden;
	position:fixed;
	z-index:1;
	top:0px;
	width:100%;
	height:100%;
	background:#000000;
	-moz-opacity:70%;
	opacity: .7;
	filter: alpha(opacity=70);
}

div.cont_foto_ampliada{
	visibility:hidden;
	position:fixed;
	z-index:100;
	top:0px;
	width:100%;
	height:100%;
	/*background:#000000;*/
}

.marco_foto{
	background:#bec0c1;
	/*border:#666666 dashed 4px;*/
}
.foto_ampliada{
	border:#CCCCCC solid 1px;
}
td.contacto{
	border-bottom:#bec0c1 dashed 1px;
	border-left:#bec0c1 dashed 1px;
	border-top:#bec0c1 dashed 1px;
	padding: 6px;
}
td.telefonos{
	border-bottom:#bec0c1 dashed 1px;
	border-right:#bec0c1 dashed 1px;
	border-top:#bec0c1 dashed 1px;
	padding: 6px;
}
.borde_presentaciones{
	border:#bec0c1 solid 2px;
}
.imagenes_cabecera{
	border:#bec0c1 solid 1px;
}
.borde_menu_lateral{
	border-right:#bec0c1 solid 1px;
}
.borde_contenido{
	/*border-right:#bec0c1 solid 1px;*/
}
div.prox{
	width:20px;
	height:200px;
	background:url(images/prox.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
div.prox:hover{
	background:url(images/prox_on.jpg);
}
div.ant{
	width:20px;
	height:200px;
	background:url(images/ant.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
div.ant:hover{
	background:url(images/ant_on.jpg);
}
