/* CSS Document */
html{
	margin:0;
	padding:0;
	height:100%;
}
.cuerpo{
	padding-bottom:140px;
	position:relative;
	min-height:100%;
	overflow:hidden;
	box-sizing:border-box;
}
.pie{
	background-image:url(../imagenes/pie.png);
	background-repeat:repeat-x;

	height:120px;
	width:100%;
	position:absolute;
	bottom:0;
	z-index:99;
}
.redesSociales{
	max-width:1200px;
	left:0%;
	right:0%;
	margin:auto;	
	z-index:10;	
	position:relative;
	padding:35px 0px 35px 0px;
	font-family: CAVIARDREAMS, serif;
	font-size:32px;
	color:#FFFFFF;
	text-align:center;
}
.redesSociales img{
	padding-left:15px;
}
@media screen and (max-width: 607px){
	.redesSociales{
		font-size:18px;
	}
}