html, body {
	  height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: #f5f5f5 url(../img/fondo.png);
	background-color:#0B0B0B;
	font-family: Arial,Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
}

/* Quita el maldito borde azul de los enlaces al estar activos */ 

*:focus { 
	outline: none; 
	}
*::-moz-focus-inner { 
	border: none; 
	}



div#freno {
	/* Permite que si el tamaņo de la ventana del navegador es inferior al alto de la web se fije arriba */
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     
	margin-top: -278px; /* La mitad del alto del contenedo */                                                   
	float: left;
 }
 
#contenedor {
	width:960px;
	height:556px;
	clear: both;
	margin:0 auto 0 auto; /* Centrado horizontal */
	position: relative;
    top: -278px; /* La mitad del alto del contenedor */
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}

.fondo_generico {
	background-image:url(../img/cuerpo.jpg);
}

.fondo_jardin {
	background-image:url(../img/cuerpo_jardin.jpg);
}

.fondo_comunidades {
	background-image:url(../img/cuerpo_comunidades.jpg);
}


#titular {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#0c2e6d;
	padding-top:20px;
}

#sub_botonera {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#7b7b7d;
	padding-top:20px;
}

#lista_azul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#0c2e6d;
}

#lista_normal {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:0px;
	padding-left:14px;
}

#lista_normal .compress li {
	padding-bottom:1px;
}

#lista_normal li {
	padding-bottom:2px;
}

.destacado {
	font-weight:bold;
	color:#0c2e6d;
}
