/*pie de pagina*/
#piedepagina {
	background-image:url(../images/imagen_fondo_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:60px;
	text-align:center;
}
.foot_superior {
	padding-top:15px;
/*	
	margin:15px auto;
*/
margin-left:340px;
	text-align:center;
}
.foot_superior a {
	line-height:12px;
}
.foot_superior li {
	float:left;
	padding-left:2px;
	padding-right:2px;
	list-style-image:none;
	list-style-type:none;
}
.fusiona {
	/*	margin-left:870px;
	position:absolute;*/
}
a#fus {
	text-indent:-9999px;
	display:block;
	width:10px;
}
.foot_inferior {
	height:12px;
	line-height:12px;
	text-align:right;
	margin-top:3px auto;
	float:left;
	width:630px;
}
/*botones*/
a#foot_1 {
	display:block;
	width:34px;
	height:12px;
	text-indent:-9999px;
	background-image:url(../images/footer_btn_inicio.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
a#foot_1:hover {
	background-position:top;
}
a#foot_2 {
	text-decoration: none;
	display:block;
	width:84px;
	height:12px;
	text-indent:-9999px;
	background-image:url(../images/footer_btn_mapa.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
a#foot_2:hover {
	background-position:top;
}
a#foot_3 {
	display:block;
	width:55px;
	height:12px;
	text-indent:-9999px;
	background-image:url(../images/footer_btn_contacto.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
a#foot_3:hover {
	background-position:top;
}
a#foot_4 {
	text-decoration: none;
	display:block;
	width:69px;
	height:12px;
	text-indent:-9999px;
	background-image:url(../images/footer_btn_aviso.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
a#foot_4:hover {
	background-position:top;
}

.texto {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
.titulo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold} 

.boton_fusiona_flot{
	float:right;
	width:321px;
	height:15px;
	position:absolute;
	cursor:pointer;
	line-height:20px;
	}
/*	
.boton_fusiona_flot:hover{
		opacity:0.0;
		filter:alpha(opacity=00);
	}	*/