@charset "utf-8";
/* CSS Document */

/*//////////////////////////////////////// RESETS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:center;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}
* { padding:0; margin:0; outline: 0;}

/*//////////////////////////////////////// GENERALES */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:19px;
	margin-top:10px;
	background-image:url(../gfx/fondo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

a:link,
a:visited,
a:active,
a:hover {
	color:#000;
	text-decoration:none;
}
}

small {
	font-size:9px;
	color:#000;
}

.pequeno {
	font-size:9px;
	color:#000;
}

hr {
	width:100%;
	background-color:#fff;
	height:1px;
}

.italica {
	font-style:italic;
}

ul,ol {
	list-style:none;
	line-height:16px;
}
/*//////////////////////////////////////// CONTENEDOR Y ZONAS INTERFAZ */
#contenedor { 
	width:810px;
	margin:auto;
}

#cabecera {
	width:inherit;
	height:28px;
	margin-bottom:15px;
}
	#boton_hemisferic {width:92px;height:28px;float:left;margin-right:5px;}
	#boton_museo {width:112px;height:28px;float:left;margin-right:5px;}
	#boton_oceanografic {width:113px;height:28px;float:left;margin-right:5px;}
	#boton_humbracle {width:85px;height:28px;float:left;margin-right:5px;}
	#barra_menu_cabecera {width:380px;height:28px;float:left;background-image:url(../gfx/ifaz/ifaz_11.png);background-repeat:no-repeat;}
		
		#barra_menu_cabecera ul li {
			float:left;
			color:#fff;
			font-size:10px;
		}
		
		#barra_menu_cabecera li {
			margin:6px 2px 6px 4px;
		}
		
		#barra_menu_cabecera li a:link,
		#barra_menu_cabecera li a:visited,
		#barra_menu_cabecera li a:active {
			color:#fff;
			text-decoration:none;
		}
		#barra_menu_cabecera li	a:hover {
			color:#fff;
			text-decoration:underline;
		}
		
		#barra_menu_cabecera li	span {
			font-size:16px;
			font-weight:bold;
			margin-left:5px;
		}

#slider {
	width:inherit;
	height:299px;
	margin:auto;
}

#menu_principal {
	width:inherit;
	height:54px;
	margin-top:10px;
}
	#boton_exposicion {width:182px;height:54px;float:left;}
	#boton_horario {width:158px;height:54px;float:left;}
	#boton_comprar {width:163px;height:54px;float:left;}
	#boton_alojamiento {width:299px;height:54px;float:left;}

#contenido {
	background-color:#d5e4ef;
	width:798px;
	min-height:200px;
	margin-left:2px;
}
	#columna_izquierda {float:left;width:315px;margin:20px 10px 20px 10px;}
		ul.thumbs {margin-top:10px;}
		li.contenido {margin-top:10px;}
		ul.contenido {margin-left:50px; margin-bottom:20px; margin-top:10px; list-style:circle; line-height:21px;}
	#columna_centro {float:left;width:270px;margin:20px 10px 20px 10px;}
		#columna_centro_int {float:left;width:580px;margin:20px 10px 20px 30px;}
	#columna_derecha {float:left;width:150px;margin:20px 10px 20px 10px;}
		.lateral {margin-bottom:20px;}
		.facebook {float:right; width:24px; height:24px; }
	
	h1 {
		font-size:18px;
		font-weight:bold;
		margin:0px 0px 10px 0px;
	}
	
	h2 {
		margin:6px 0px 6px 0px;
		font-size:12px;
	}
	
	p {
		color:#424141;
		margin:6px 0px 6px 0px;
	}
	
#pie {
	width:inherit;
	height:61px;
	margin-top:15px;
}
	#pie_izquierda {float:left; width:151px; height:inherit;}
	#pie_derecha {float:right; width:250px; height:inherit; margin-right:10px;}

.clearfix {
	clear:both;
}
