/*
 * Colores
 * Azul oscuro: #1c334a
 * Azul medio: #6292e4
 * Naranja oscuro: #ffaa24
 * Naranja claro: #ffe2b2
 */
body {
	font-family: Verdana, arial, sans-serif;
	text-align:center;
	font-size:0.9em;
}
* {
	margin:0;
	padding:0;
}
p {
	margin:0.8em 0;
}
a {
	color:#6292e4;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #6292e4;
}
a:hover, a:focus, a:active {
	border:0;
}
h1 {
	background:#ffe2b2;
	border:1px solid #ffaa24;
	padding:10px;
	font-size:1.4em;
	color:#1c334a;
	margin-bottom:15px;
}
h2 {
	font-size:1.2em;
	text-align:center;
	margin:35px 0 5px 0;
}
h3 {
	font-size:1.1em;
	text-align:center;
	margin:25px 0 5px 0;
}
.center {
	text-align:center;
}
.italic {
	font-style:italic;
}
#centered {
	width:80%;
	margin:0 auto;
	text-align:left;
}
#header {
	font-family: "Trebuchet MS";
	font-size:2.2em;
	height:4em;
	color:#1c334a;
	/*height:138px;
	min-height:138px;*/
	background:url('img/palacio.jpg') 93% center no-repeat;
}
#header a {
	padding-top:0.6em;
	color:#1c334a;
	border:none;
	display:block;
	line-height:0.8em;
}
#header a img {
	border:none;
	float:left;
	margin-top:-0.6em;
}
#header div {
	width:70%;
	text-align:right;
	border:1px solid #fff;
}
#header span {
	font-size:0.6em;
	text-align:right;
}
#breadcumbs {
	clear:both;
	font-size:0.9em;
	margin:20px 0;
	padding-left:10px;
}
#menu {
	float:left;
	width:270px;
	background:url('img/fondo_menu.jpg') top right no-repeat;
	margin-bottom:20px;
}
#menu ul {
	list-style-type:none;
}
#menu ul li ul li a {
	padding-left:35px;
}
#menu a {
	text-decoration:none;
	color:#1c334a;
	font-size:0.9em;
	font-weight:normal;
	border:0;
	display:block;
	padding:9px 5px 9px 10px;
	background:url('img/linea_menu.jpg') bottom center no-repeat;
}
#menu a:hover, #menu a:focus, #menu a:active {
	color:#ffaa24;
}
#menu a.here {
	background:#1c334a;
	color:#fff;
	font-weight:bold;
}
#content {
	margin-left:290px;
}
#content ul {
	margin-left:50px;
	list-style-image:url('img/li.gif');
}
#content ol {
	margin-left:40px;
	list-style-type:none;
}
#content ol.alpha {
	list-style-type:lower-alpha;
	margin-left:40px;
}
#content li {
	margin:0.6em 0;
}
#content #map {
	width:500px;
	height:400px;
	margin:10px auto 0 auto;
	border:1px solid silver; 
}
#content table {
	border-collapse:collapse;
	border:1px solid #444;
}
th {
	border:1px solid #444;
	background:#ddd;
	padding:5px;
	text-align:center;
}
td {
	border:1px solid #444;
	padding:5px;
}
table caption {
	padding:5px;
	font-weight:bold;
}
#fotos {
	text-align:center;
	margin-top:40px;
}
#fotos a {
	text-decoration:none;
	border:none;
	margin:0 10px;
}
#fotos img {
	padding:4px;
	background:#eee;
	border:1px solid #777;
}
#paginacion a {
	margin:0;
	border-bottom:1px solid #6292e4;
}
#paginacion a:hover, #paginacion a:focus, #paginacion a:active {
	border:0;
	background:#aaa;
}
/* Estilo para los logos */
p.logos {
	text-align:center;
	margin-top:20px;
}
span.logo {
	display:block;
	float:left;
	width:30%;
}
#footer {
	margin-top:20px;
	clear:both;
	background:#1c334a;
	color:#FFF;
	padding:10px 50px;
	font-size:0.8em;
}