/*===========================================
// ESTILOS GENERALES
===========================================*/
@import url("ibox.css");  
*{
	margin: 0;
	padding:0;
}

html {
	overflow-y: scroll;
	overflow-x:hidden;
	height: 100%;
}

body {	
	font-family: Tahoma; 
	font-size: 11px;
	color: #6a6a6a;
	background-color: #ffffff;
	height: 100%;

}
#menuWrap{
	scroll:hidden;
	width:100%;			
	clear:both;
	height:300px;
	display:block;
}

#menuWrapHome{
	scroll:hidden;
		
	clear:both;
	height:498px;
	display:block;
}

#menu {	
	position:absolute;
	left:50%;
	display:block;
	width:1920px;		
	margin: 0 auto;
	margin-left:-960px;
	height:300px;
/*	overflow:hidden;*/
}
#wrapMenuHtml{
	width:100%;
	height:300px;	
	background:url(../images/general/bgHtmlMenu.jpg) repeat-x;
	display:none;
}
#menuHtml{
	margin:0 auto;

}

#menuHtml ul{
	float:left;
	margin-right:40px;
	list-style-type:none;
}
#menuHtml lh{
	font-weight:bold;
	color:#004072;
	font-size: 14px;
	text-transform:uppercase;
	line-height:48px;
}
#menuHtml li{
	line-height:20px;
}
#menuHtml li a{
	text-transform:capitalize;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

#menuHtml li a:hover{
text-decoration:underline;

}
#main{
	width: 100%;
}

#contenido{
	width:968px;
	margin: 0 auto;
	margin-top:30px;
	height: 100%;
}

#info{
	margin-left: 10px;

}

#infoAtracciones{
	width:960px;
}

#entradaSeccion{
	width:540px;
	margin-bottom:20px;

}

#bannersInt{
	float:right;
	width: 280px;
}

#bannersFicha {
	fload:left;
	width: 280px;
}

#bannersInt div{
	margin-bottom:20px;
}

table{
	border-collapse:collapse; 
	border-spacing:0;
}

p{
	text-align:justify;
	margin-top:15px;
	margin-bottom:15px;
}

strong{
	font-weight:bold;
}

#pie{		
	width:100%;
	height:110px;
	background: url(/images/general/pie.gif) top center  no-repeat;
	clear:both;
}

#pie a:link {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #7d7d7d; text-decoration: none;}
#pie a:visited {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #7d7d7d; text-decoration: none;}
#pie a:active {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #7d7d7d; text-decoration: none;}
#pie a:hover {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #3b7eb2; text-decoration: none;}

#menuInf{
	display:block;
	margin: 0 auto;
	text-align:center;
	height:70px;
	padding-top:15px;
}
#botonEntradas{
	padding-left:20px;
}

#enlacesLegal{
	text-align: center;
}

#pie_logo{
	margin-top: 5px;
	text-align: center;
	padding-bottom:10px;
}


/*------ ENCABEZADOS REEMPLAZADOS MEDIANTE SWFOBJECT------- */
#titulares h1,#titulares h2, #legal h1, #privacidad h1 {
	margin:0;
	padding:0;
	font: Arial, Helvetica, sans-serif;
}

#ibox_content h1{
	font-size:30px;
}

#ibox_content h1{
	font-size:30px;
}

#ibox_content h2{
	font-size:15px;
}

#ibox_content h3{
	font-size:12px;
}

#titulares h1{
	text-transform:uppercase;
	font-size:20px;
	color:#82bd59;
}
#titulares h2{
	font-size:15px;
	color:#035899;

}

.headerInfo h3,h4{
	margin:0;
	padding:0;
	font: Arial, Helvetica, sans-serif;
	color:#069;
}
.headerInfo h3{
	font-size:16px;
}
.headerInfo h3{
	font-size:13px;

}

a.enlaceAzul{
	text-decoration:none;
	color:#005698;
	padding-left: 14px;
	background:url(/images/general/flechaEnlaces.gif) no-repeat left;
}

a:hover.enlaceAzul  {
	text-decoration:underline;	
}

.clear{
 	clear:both;
}

#textIntro{
	width: 540px;
}

a.enlaceVerdeBold{
	text-decoration:none;
	color:#55a51c;
	font-size: 14px;
	font-weight:bold;
	padding-left: 14px;
	background:url(/images/general/flechaVerde.gif) no-repeat left;
}

a:hover.enlaceVerdeBold  {
	color: #005698;	
}
/*----------
degradado inferior en barra lateral
*/
#bodyAcceso{
	float:right;
	width: 310px;
	display:block;
	height:100px;
	background:url(/images/extras/fondoFinalBarra.jpg) no-repeat left bottom;
	padding-bottom:40px;
	border:none;
}

