@charset "utf-8";
/* CSS Document */
@import url(reset.css);

body {
  background-color: #ECEDEE;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #009EDB;
	text-decoration: none;
}

a.exterior {
	padding-right: 15px;
	background: transparent url('../images/enlace-externo.gif') no-repeat right 0;
	font-style: italic;
}

img {
  border: none;
}

.clear {
	clear: both;
}

#contenedor-microsite {
	margin: 0 auto;
	width: 980px;
	background: transparent url('../images/fondo-contenedor-microsite.png') repeat-y 0 0;
}

#contenedor {
	overflow: hidden;
	height: 1%;
}


/* ========================================================================= */
/* === Cabecera                                                          === */
/* ========================================================================= */

#cabecera {
	background: transparent url('../images/logo-cac.jpg') no-repeat 25px 0;
}

#cabecera #titulo-microsite {
	padding: 15px 40px 0 0;
	width: 670px;
	float: left;
}

#cabecera #titulo-microsite h1 {
	color: #666;
	font-size: 26px;
	text-align: right;
	display: none;
}


/* ========================================================================= */
/* === Barra idiomas                                                     === */
/* ========================================================================= */

#idioma {
	width: 270px;
	height: 46px;
	float: right;
	padding-top: 8px;
	margin-bottom: 12px;
	background: transparent url('../images/fondo-barra-idioma.png') no-repeat 0 0;
}

#idioma a {
	color: #FFF;
	padding-right: 20px;
	margin-left: 12px;
}

#idioma a.castellano {
	background: transparent url('../images/bandera-esp.gif') no-repeat right bottom;
}

#idioma a.valenciano {
	background: transparent url('../images/bandera-val.gif') no-repeat right bottom;
}

#idioma a.ingles {
	background: transparent url('../images/bandera-ing.gif') no-repeat right bottom;
}


/* ========================================================================= */
/* === Menú Horizontal                                                   === */
/* ========================================================================= */

#menu-horizontal {
	font-family: Arial, sans-serif;
	font-size: 14px;
	height: 62px;
	clear: both;
	background: transparent url('../images/fondo-menu-horizontal.png') no-repeat 0 0;
}

#menu-horizontal ul {
	overflow: hidden;
	height: 62px;
	margin-left: 50px;
}

#menu-horizontal li {
	float: left;
	margin-top: 20px;
	border-right: 1px solid #FFF;
}

#menu-horizontal li.ultimo {
	border-right: none;
}

#menu-horizontal li a {
	color: #FFF;
	padding: 0 10px;
  display: block;
  text-decoration: none;
}

#menu-horizontal li a:hover {
	color: #CCC;
}


/* ========================================================================= */
/* === Menú Vertical                                                     === */
/* ========================================================================= */

#menu-vertical {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666;
	width: 280px;
	float: right;
	padding-left: 20px;
}

#menu-vertical ul.menu-nivel-1 li {
	margin-bottom: 10px;
	font-weight: bold;
}

#menu-vertical ul.menu-nivel-1 li span {
	text-transform: uppercase;
	margin-right: 20px;
	border-bottom: 2px solid #969696;
	display: block;
}

#menu-vertical ul.menu-nivel-1 li a {
	color: #666;
}

#menu-vertical ul.menu-nivel-1 li a:hover {
	text-decoration: underline;
}

#menu-vertical ul.menu-nivel-2 {
	padding-left: 20px;
}

#menu-vertical ul.menu-nivel-2 li {
	margin: 2px 0;
	font-weight: normal;
}

#menu-vertical ul.menu-nivel-2 li span {
	margin-right: 0;
	border-bottom: none;
	display: block;
}

#menu-vertical ul.menu-nivel-2 li a {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
}

#menu-vertical ul.menu-nivel-2 li a:hover {
	text-decoration: underline;
}


/* ========================================================================= */
/* === Rastro de migas                                                   === */
/* ========================================================================= */

#rastro-migas {
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

#rastro-migas a {
	color: #666;
}

#rastro-migas a:hover {
	text-decoration: underline;
}


/* ========================================================================= */
/* === Contenido                                                         === */
/* ========================================================================= */

#contenido {
	color: #666;
	font-size: 12px;
	width: 600px;
	padding: 0 30px 0 50px;
	float: left;
	background: transparent url('../images/fondo-contenido.jpg') no-repeat 25px 0;
	min-height: 260px;
	_height: expression(this.scrollHeight < 261? "260px" : "auto" );
}

#contenido .resaltado {
	color: #009EDB;
	font-weight: bold;
}

#contenido .cursiva {
	font-style: italic;
}

#contenido .subrayado {
	text-decoration: underline;
}

#contenido h2 {
	color: #009EDB;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	text-transform: uppercase;
}

#contenido h3 {
	color: #009EDB;
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 10px;
}

#contenido h4 {
	color: #009EDB;
	font-size: 14px;
	margin: 20px 0 20px 50px;
}

#contenido h2.hemisferic {
	padding-left: 40px;
	background: transparent url('../images/ico_hemisferic.gif') no-repeat 0 0;
}

#contenido h2.museo {
	padding-left: 31px;
	background: transparent url('../images/ico_museo.gif') no-repeat 0 0;
}

#contenido h2.umbracle {
	padding-left: 34px;
	background: transparent url('../images/ico_umbracle.gif') no-repeat 0 0;
}

#contenido h2.oceanografic {
	padding-left: 37px;
	background: transparent url('../images/ico_oceanografic.gif') no-repeat 0 0;
}

#contenido h2.agora {
	padding-left: 37px;
	background: transparent url('../images/ico_palau.gif') no-repeat 0 0;
}

#contenido img {
	margin: 0 5px;
}

#contenido ol {
	list-style-type: decimal;
}

#contenido ul, #contenido ol {
	margin-left: 5px;
	padding-left: 30px;
}

#contenido ul {
	list-style-type: square;
}

#contenido li {
	margin: 10px 0;
	line-height: 140%;
	text-align: justify;
}

#contenido div.galeria {
	overflow: hidden;
	width: 100%;
}

#contenido p {
	margin: 15px 0;
	line-height: 140%;
	text-align: justify;
}

#contenido p.identado {
	margin-left: 30px;
}

#contenido p.nota {
	font-size: 10px;
}

#contenido table {
	border: 1px solid #666;
	width: 100%;
	font-size: 11px;
}

#contenido table th, #contenido table td {
	border: 1px solid #666;
	padding: 5px;
}

#contenido table th {
	text-align: center;
	background-color: #ECEDEE;
}

#contenido a.enlace-volver {
	padding-left: 20px;
	background: transparent url('../images/volver.gif') no-repeat left center;
}

#contenido a.enlace {
	text-decoration: underline;
}

#contenido a.enlace:hover {
	background-color: #ECEDEE;
}

#contenido a.enlace-foto {
	margin: 5px;
	padding: 2px;
	display: block;
	float: left;
	border: 1px solid #009EDB;
	text-align: center;
	display: inline;  /* Arregla double-margin IE6 */
}

#contenido a.flotante {
	margin: 0 0 5px 20px;
	padding: 2px;
	display: block;
	float: right;
	clear: right;
	border: 1px solid #009EDB;
}

#contenido a.flotante:hover,
#contenido a.enlace-foto:hover {
	background-color: #EEE;
}

#contenido a.flotante img,
#contenido a.enlace-foto img {
	display: block;
	margin: 0;
}

#contenido .video-flash {
	text-align: center;
}


/* ========================================================================= */
/* === Contenido: Botones                                                === */
/* ========================================================================= */

#contenido p.botonera {
	text-align: left;
	margin: 30px 0;
}

#contenido a.boton {
	color: #666;
	text-align: center;
	padding: 2px 10px;
	border: 1px solid #009EDB;
}

#contenido a.boton:hover {
	color: #009EDB;
	background-color: #EEE;
}


/* ========================================================================= */
/* === Contenido: Intro edificio                                         === */
/* ========================================================================= */

#contenido #intro-edificio {
	color: #999;
	width: 600px;
	background: #000 url('../images/fondo-intro-edificio-sup.png') no-repeat 0 top;
}

#contenido #intro-edificio #intro-edificio-b {
	padding: 1px 15px;
	background: transparent url('../images/fondo-intro-edificio-inf.png') no-repeat 0 bottom;
}

#contenido #intro-edificio span.resaltado {
	color: #CCC;
}

#contenido #intro-edificio img {
	float: left;
	margin: 0 10px 0 0;
}


/* ========================================================================= */
/* === Contenido: Lista de enlaces                                       === */
/* ========================================================================= */

#contenido ul.lista-enlaces {
	margin: 20px 0 10px 100px;
	padding: 0;
	border-left: 1px solid #009EDB;
	list-style-type: none;
}

#contenido ul.lista-enlaces li {
	margin: 5px 0 5px 5px;
	border-bottom: 1px solid #DDD;
	line-height: 100%;
}


#contenido ul.lista-enlaces li a {
	color: #666;
	background-color: #DDD;
	padding: 2px 10px;
	display: block;
}

#contenido ul.lista-enlaces li a:hover {
	color: #009EDB;
	background-color: #EEE;
}



/* ========================================================================= */
/* === Pie de página                                                     === */
/* ========================================================================= */

#pie {
	background: transparent url('../images/pie.jpg') no-repeat 0 0;
	height: 80px;
}

