@charset "utf-8";
/* CSS Document */
body {
	margin:20px 0;
	background:#E2ECF5 url(../images/linea.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#666;
}
a:link, a:visited {
	text-decoration:none;
	color:#009;
}
a:hover {
	text-decoration:underline;
	color:#F90;
}
a.menu:link, a.menu:visited {
	float:left;
	border-top:1px solid #CCC;
	padding:7px 5px;
	width:190px;
	color:#000;
}
a.menu:hover {
	background:#E0EBF5;
}
a img {
	border: none;
	text-decoration: none;
}
img {
	border: none;
	text-decoration: none;
}
h1 {
	font-size:1.5em;
	color:#69C;
}
h2 {
	font-size:1.2em;
	color:#000;
}
h3 {
	font-size:1.2em;
	color:#69C;
}
ul {
	list-style-image: url(../images/lista-img.jpg);
}
#home {
	margin-left:auto;
	margin-right:auto;
	margin-left:-380px; /* mitad del ancho */
	margin-top:-260px; /* mitad de la altura */
	width:760px;
	height:480px;
	position:absolute;
	left:50%; 
	top:50%;
	text-align:center;
	color:#039;
	font-weight:bold;
}
.fondo_index {
	background:#FFF;
}
#contenedor {
	margin-left:auto;
	margin-right:auto;
	margin-left:-480px; /* mitad del ancho */
	position:absolute;
	left:50%; 
	width:960px;
	border:1px solid #CCC;
	background:#FFF;
}
#cabecera {
}
#menu {
	position:absolute;
	top:200px;
	left:15px;
	width:218px;
	/*border-top:10px solid #69C;*/
	border-right:2px solid #999;
	border-bottom:2px solid #999;	
	background:#FFF;
}
#menu-nueva {
	position:absolute;
	top:240px;
	left:15px;
	width:218px;
	/*border-top:10px solid #69C;*/
	/*border-right:2px solid #999;
	border-bottom:2px solid #999;*/	
	background:#FFF;
}
#menu-superior {
	padding:0 30px 0 280px;
}
#submenu-superior {
}
#submenu-superior-izq {
	float:left;
	width:420px;
	padding:0 20px;
	font-size:1.2em;
}
#submenu-superior-der {
	float:left;
	width:420px;
	padding:0 30px;
	font-size:1.2em;	
	text-align:right;
}
#cuerpo {
	width:665px;
	min-height:350px;
	padding:30px;
	float:right;
	background:#FFF;
	font-size:1.2em;
	text-align:justify;
}
#cuerpo-presentacion {
	width:665px;
	min-height:350px;
	padding:30px;
	float:right;
	background:url(../images/fondo_logo.jpg) no-repeat center;
	font-size:1.2em;
	text-align:justify;
}
#asociacion li {
	font-weight:bold;
	color:#69C;
}
#mapa {
	float:left;
	width:455px;
}
#comunidades {
	float:left;
	width:250px;
}
hr {
	border:1px dotted #CCC;
}
.azul {
	color:#69C;
}
.rojo {
	color:#F00;
}
.formulario {
	width:520px;
	padding:5px;
	border:1px dotted #CCC;
	background:#EEE;
	text-align:right;
}
.centro {
	text-align:center;
}
.borde_derecha {
	margin-bottom:50px;
	border-bottom:1px #CCC dotted;
	text-align:right;
}
.float_left {
	float:left;
	padding:10px;
}
.clear {
	clear:both;
}
#pie {
	clear:both;
	padding:5px;
	background:#69C;
	text-align:center;
	font-size:1em;
	color:#FFF;
	font-weight:bold;
}
#datos {
	margin:10px;
	background:#FFF;
	padding:10px;
	text-align:justify;
}
#entidad {
	clear:both;
}
#entidad-imagen {
	float:left;
	width:150px;
	margin-bottom:40px;
}
#entidad-texto {
	width:430px;
	float:left;
}
#asociacion2 {
	width:371px;
	float:left;
}
#asociacion-direcciones {
	width:294px;
	float:left;
}