@charset "utf-8";
/* CSS Document */

.contenedor_footer{
	float:left;
	width:100%;
	min-height:122px;
	background:url(/imagenes/repeat-footer.png) repeat-x;
}

.footer{
	margin:28px auto 0px auto ;
	width:934px;
	min-height:90px;
	position:relative;
	text-align:center;
}

.footer h3{
	margin:0px 0px 10px 0px;
	font-size:15px;
	color:#FFFFFF;
}

.footer h4{
	font-size:13px;
	color:#FFFFFF;
	
}

.footer h5{
	margin:10px 0px 0px 0px;
	font-size:12px;
	color:#FFFFFF;
}

.footer a{
	margin:10px 0px 0px 0px;
	font-size:13px;
	color:#FFFFFF;
}

.info_pie_contacto p{
	color:#FFFFFF;
	font-size:13px;
	margin:2px 0px 0px 0px;
	
	}
	
.info_pie_contacto{
	margin:5px 0px 0px 0px;
	
}

.redes_footer {
 	position:absolute;
	bottom:90px;
	right:64px;
    height: 22px;
    width:100px;
}

#facebook{
	background:url(/imagenes/facebook.jpg) no-repeat;
	float:right;
	margin-top:4px;
	margin-right:36px;
   height: 17px;
    width: 17px;
    z-index: 500;
	
}
	
#facebook:hover{
	background:url(/imagenes/facebookSOB.jpg) no-repeat;
}

#twitter{
	background:url(/imagenes/socialmedia02.png) no-repeat; 
}

#twitter:hover{
	background:url(/imagenes/socialmedia02SOB.png) no-repeat; 
}


