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

footer{
	background:url(../img/hp/fondo-01.jpg) center;
	padding:100px 0px 80px 0px;
	position:relative;
}
	footer h3, footer h4{
		color:#fafafa !important;
	}
	#datosC{
		background:#444;
		padding:10px 0px;
		display:block;
		position:absolute;
		z-index:10;
		color:#fafafa !important;
		width:100%;
		top:100%;
		margin-top:-40px;
	}
		#datosC i{
			margin-left:30px;
		}