@import url("pie.css");

body {
	background-color: #DDDDFF;
	background-image: url(body.jpg);
	font-family: Georgia, serif;
	font-size: 11px;
	margin: 15px 0 0 0;
	text-align: center;
	overflow:auto;
}

a{
	color: #999999;
	text-decoration: none;
}
a:hover{
	color: #CCCCCC;
}

#clear{
	clear: both;
	height: 25px;
	width: 100%;
}

#flash{
	border: none;
	height: 550px;
	margin: 0 auto;
	top: 0;
	width: 950px;
	z-index: -1;
}

/* MAPAS */

#cerrar{
	height: 21px;
	margin-left: 0;
	margin-top: -35px;
	position: relative;
	width: 150px;
	z-index: 100;
}

#miContent{
	background-color:transparent;
	/*background-color:#FFFFDD;*/
	border: none;
	height: 315px;
	left: 50%;
	margin-left: -263px;
	padding: 0;
	position: absolute;
	top: 195px;
	width: 700px;
	z-index: 1;
	visibility: hidden;
}

#miContent #miFrame{
	height: 310px;
	width: 694px;
}	

/* ACCESIBLE */

h1, h2, h3, h4{
	font-family: Georgia, serif;
}

h1{
	display:inline-block;
	float:left;
	font-size: 1.8em;
	font-weight: bold;
}

#cabecera{
	margin: 0;
	padding: 15px;
	text-align:left;
}

#cabecera img{
	display:block;
	float:left;
	height: 120px;
	width: 165px;
}

#cabecera h1{
	display:block;
	float:left;
	width: 100%;
}

#contenedor{
	position: relative;
	margin: 0;
	min-height: 100%;
	padding: 0;
}

ul#menu{
	float: right;
	font-size: 1.8em !important;
	list-style:none;
	margin: -100px 0;
	padding:0;
}

ul#menu li {
	float:left;
	margin:2px;
	padding:0;
}

ul#menu li a {
	background-color:#111111;
	border-left:10px solid #99AACC;
	color:#EEEEFF;
	display:block;
	padding:4px 0;
	text-align:center;
	text-decoration:none;
	width:110px;
}
	
ul#menu li a:hover {
	background-color:#CCCCCC;
	color:#003399;
	border: 0;
	border-left:10px solid #003399;
}

#titulo{
	background-color: #99AACC;
	border-bottom: 6px solid #003399;
	border-top: 1px solid #003399;
	color:#CCCCCC;
	float:left;
	padding: 25px 0;
	width: 100%;
}
	
#titulo a{
	color: #444444;
	border-bottom-color: #444444;
}

#titulo p{
	font-size: 2.2em;
	margin-left: -100px;
	margin-right: 40px;
}
	
#titulo strong{
	font-weight: normal;
	font-size: smaller;
	text-transform: uppercase;
	color: #EEEEFF;
}
