#footer {
	width: 100%;
	float: left;
	display: block;
	clear: both;
	min-height: 105px !important;
	margin-top: 1px !important;
	padding: 15px 0 10px 0;
	background-image: url(../images/footer_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer #junta {
	float: left;
	margin: 10px 15px 0 0;
	width: 234px;
	height: 60px;
	background-image: url(../images/logo_junta.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer #infor {
	float: left;
	margin-top: 15px;
}

#footer p {
	margin:  0;
	padding: 10px 3px 0 10px;
	font-size: 1.12em;
	color: #000;
	line-height: 1.1;
}

#footer p a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #000;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer #validacion {
	float: right;
	width: 82px;
	margin: 15px 10px 0 0;
	padding: 0;
	text-indent: -3000px;
}

#footer #validacion p {
	margin: 0;
	padding: 0;
	line-height: 0;
}
	
#footer #validacion p a {
   display: block;
	margin-top: 5px;
}

#footer #validacion p a.xhtmlValido {
	float: left;
	width: 82px;
	height: 17px;
	background-image: url('../images/valid-xhtml.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer #validacion p a.cssValido {
	float: left;
	width: 82px;
	height: 17px;
	background-image: url('../images/vcss.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#footer #validacion p a.waiValido {
	float: left;
	width: 82px;
	height: 17px;
	background-image: url('../images/wcag1AAA.png');
	background-repeat: no-repeat;
	background-position: center center;
}


#areas_footer {
	float: left;
	display: block;
	clear: both;
	width: 1000px;
	height: 125px;
	margin: 5px 0 10px 0;
	padding: 0;
	background-color: #F2F0F1;
}

#areas_footer h2 {
	font-size: 1.8em;
	color: #C6000A;
	font-weight: normal;
	margin: 9px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

#areas_footer #cole {
	float: left;
	width: 275px;
	height: 125px;
	margin: 0 20px;
	background-image: url(../images/cole_bg.png);
	background-position: center right;
	background-repeat: no-repeat;
}

#areas_footer #cole h2 {
	width: 200px;
}

#areas_footer #cole ul {
	float: left;
	clear: right;
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	list-style: none;
	font-size: 1.6em;
}

#areas_footer #cole li {
	width: auto;
	padding: 0;
	display: inline;
	text-indent: -3000px;
}

#areas_footer #cole li a:link, #areas_footer #cole li a:active, #areas_footer #cole li a:visited {
	float: left;
	margin-right: 10px;
	padding: 3px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.8em;
}

.jove {
	width: 43px;
	height: 43px;
	background-image: url('../images/jove_perf.png');
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #CCC;
}

.muje {
	width: 43px;
	height: 43px;
	background-image: url('../images/muje_perf.png');
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #CCC;
}

.mayo {
	width: 43px;
	height: 43px;
	background-image: url('../images/mayo_perf.png');
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #CCC;
}

.turi {
	width: 43px;
	height: 43px;
	background-image: url('../images/turi_perf.png');
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #CCC;
}

#areas_footer .areas {
	float: left;
	width: 665px;
}

.area_foot {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.12em;
	line-height: 1.7;
}

.area_foot a {
	float: left;
	color: #333;
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 0 3px 1px 0;
}

.area_foot ul {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: auto;
	list-style: none;
}

.area_foot ul a {
	background-color: #FFF;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.area_foot:hover  .tooltip {
	display: block;
	padding: 2px 2px 3px 2px;
	margin: 0;
	cursor: default;
	text-decoration: none;
	border: 1px solid #FC9D49;
}

.tooltip {
	position:absolute;
	display: none;
	left: 0px;
	top: 20px;
	min-width: 150px;
	height: auto;
	padding: 10px;
	padding-top: 20px;
	color: #003366;
	border: 1px solid #FC9D49;
	cursor: default;
	text-decoration:none;
	background: #FFF;
	z-index: 9999;
}
