@import "xerais.css";

body {
	background: #2c6088 url(../imaxes/fondo.jpg) repeat-x ;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#cabeceira { 
	width:100%;
	height:190px;
	background: url(../imaxes/cabeceira.jpg) no-repeat;
}
#cabeceira h1,
#cabeceira h2 {
	display: none;
}
#cabeceira img {
	margin: 90px 0 0 90px;
}
#menu {
	background: url(../imaxes/menu.jpg);
	width: 100%;
	height: 21px;
}
#menu ul {  
	list-style: none outside;
	margin: 0 0 0 110px;
	width: 100%;
	height: auto;
}
#menu ul li {
	display: block;
	float: left;
	width:110px;
	height: 20px;
	text-align: center;
	background: #2c6088;
}
#contido {
	background: #4076a2;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #679ac9;
	padding: 10px 0;
	float: left;
}
#colesq {
	width: 440px;
	height: auto;
	float: left;
	padding: 0 0 0 110px;
}
#colder {
	width: 360px;
	height: auto;
	float: left;
	padding: 20px 0 0 20px
}
#colder2 {  
	font-size: 0.9em;
	float: left;
	padding: 20px 0 0 20px;
	width: 260px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#colder2 p {
	font-weight: bold;
}
#contido ul {
	list-style: none outside;
}
#item1 a,
#item2 a,
#item3 a,
#item4 a,
#item5 a,
#item6 a {
	display: block;
	width:108px;
	height: 20px;
	text-decoration: none;
}
#metro #item1 a,
#museo #item2 a,
#visitas #item3 a,
#expo #item4 a,
#descargas #item5 a,
#creditos #item6 a {
	display: block;
	width:108px;
	height: 20px;
	background: #4076a2;
 	border-top: solid 1px #679ac9;
	border-right:  solid 1px #679ac9;
	border-left:  solid 1px #679ac9;
	color: #fff;
	text-decoration: none;
}
#creditos #colesq {
	width: 550px;
}
#expo #colesq {
	width: 350px;
}
#item1 a:hover,
#item2 a:hover,
#item3 a:hover,
#item4 a:hover,
#item5 a:hover,
#item6 a:hover {
	display: block;
	width:108px;
	height: 20px;
	background: #4076a2;
 	border-top: solid 1px #679ac9;
	border-right:  solid 1px #679ac9;
	border-left:  solid 1px #679ac9;
	color: #fff;
	text-decoration: none;;
}
#contido h3,
#contido h4,
#contido p,
#contido ul,
#contido ol,
#contido form {
	margin: 0;
}
#contido h3,
#contido h4 {
	font-weight: normal;
	margin: 0.5em  0 0.5em 0;
	color: #98bbdc;
	border-bottom: solid 1px #98bbdc;
}
#contido p,
#contido ul {
	font-size: 0.8em;
	margin: 0.5em 0;
	line-height: 1.5em;
}
#contido ul {
 list-style: square;
 list-style-position: inside;
}
#contido ul ul {
	margin-left:20px;
	list-style: disc;
	font: normal 0.9em Arial, Helvetica, sans-serif;
}
#pe { 
	width: 100%;
	height: auto;
	clear: both;
}
#pe p {
	margin: 5px 0 0 110px;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	color: #98bbdc
}
#formulario {
	display: block;
	background: #528dbb;
	height: auto;
	border: solid 1px #98bbdc;
	padding: 0 5px;
}
form label {
	font-size: 0.7em;
}
form input {
	width: 340px;
	margin: 0 0 5px 0;
}
form #submitter {
	width: 150px;
}
#log {
	width: 360px;
	margin-top: 10px;
}
 
#log_res {
	font-size:0.8em;
   background: #FF9933;
}
 
#log_res.ajax-loading {
   padding: 10px 0;
   background: url(../imaxes/spinner.gif) no-repeat center;
}
#aviso {
   background: orange;
   padding: 10px;
}
#aviso p {
   font-weight: bold;
   text-align: center;
   font-size: 1em;
   line-height: 100%;
}
#galeria {
   padding: 0 0 0 110px;
   width: 705px;
   height: auto;
   float: left;
}
.item {
   float: left;
   width: 100px;
   height: auto;
   padding: 5px;
   background: #4685b7;
   border: solid 1px #679ac9;
   margin: 0 5px 5px 0;
}
.item img,
.item p {
   float: left;
}
.item p {
   font-size: 1em;
}