
footer.footer{
	height: 400px;
	width: 100%;
	min-width: 1200px;
	z-index: 4;
	background-color: rgba(32, 32, 32, 1);
}
div.f_cont{
	width: 1200px;
	height: 350px;
	margin: 0 auto;
}
div.f_nav_cont{
	height: 330px;
	width: 330px;
	padding: 20px 0px 0px 70px;
	float: left;
}
img.f_columna{
	max-height: 250px;
	float: left;
	padding: 30px 0px 0px 50px;
}
ul.f_nav{
	list-style-type: none;
	float: right;
	width: 140px;
	padding-top: 30px;
}
li.f_nav{
	font-family: 'Patrick Hand SC';
	font-size: 22px;
	height: 36px;
	cursor: pointer;
	color: rgba(144, 144, 144, 1);
	text-align: left;
	padding-right: 20px;
	transition: color 0.2s;
	-o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
	display: block;
}
li.f_nav:hover{
	color: rgba(192, 192, 192, 1);
}
li.f_navsub:hover{
	color: rgba(240, 240, 240, 1);
}
div.f_frase{
	padding: 0px 25px 0px 25px;
	width: 350px;
	float: left;
	padding-top: 50px;
	
}
div.f_social{
	width: 400px;
	height: 300px;
	float: right;
}
div.f_facecont{
	width: 340px;
	height: 130px;
	padding: 0px 30px 0px 30px;
	overflow: hidden;
}
div.f_botones{
	height: 50px;
	width: 210px;
	margin: auto;
	padding-top: 15px;
}
img.f_logo{
	max-height: 50px;
	max-width: 50px;
}
div.f_binfo{
	background-color: rgba(64, 64, 64, 1);
	height: 66px;
	padding-top: 10px;
	width: 100%;
}


h2.f{
	color: rgba(240, 240, 240, 1);
}
h2.f_redes_text{
	color: rgba(240, 240, 240, 1);
	padding: 52px 0px 10px 0px;
	font-family: "Patrick Hand SC";
}
h3.f{
	color: rgba(192, 192, 192, 1);
	line-height: 1.2;
}
h3.f_frase{
	color: rgba(240, 240, 240, 1);
	text-align: center;
	font-family: 'Handlee';
}
h4.f_autor{
	color: rgba(192, 192, 192, 1);
	text-align: right;
	font-family: 'Handlee';
}
p.copyright{
	color: rgba(192, 192, 192, 1);
	font-weight: normal;
	margin: auto;
	padding-left: 10%;
	padding-right: 10%;
}


@media screen and (max-width: 1200px) {
	footer.footer{
		min-width: 760px;
	}
	div.f_cont{
		width: 760px;
		margin: auto;
	}
	div.f_nav_cont{
		width: 130px;
		padding: 35px 0px 0px 0px;
		height: auto;
	}
	ul.f_nav{
		width: 100%;
		padding-top: 0px;
	}
	li.f_nav{
		padding-right: 0px;
		text-align: center;
	}
	img.f_columna{
		display: none;
	}
	div.f_frase{
		padding: 55px 0px 0px 0px;
		width: 300px;
		
	}
	div.f_social{
		width: 310px;
		padding-right: 5px;
	}
	div.f_facecont{
		width: 300px;
		height: 130px;
		padding: 0px 0px 0px 0px;
	}
}
@media screen and (max-width: 760px) {
	footer.footer{
		min-width: 200px;
		height: auto;
	}
	div.f_cont{
		width: 100%;
		height: auto;
	}
	div.f_nav_cont{
		padding-top: 30px;
		width: 100%;
		height: auto;
	}
	ul.f_nav{
		float: left;
	}
	li.f_nav{
		padding-right: 0px;
	}
	img.f_columna{
		display: none;
	}
	div.f_frase{
		width: 80%;
		padding: 30px 10% 0px 10% !important;
		
	}
	div.f_social{
		padding: 0px;
		height: auto;
		width: 100%;
		padding: 10px 0px 30px 0px;
	}
	div.f_facecont{
		display: none;
	}
	div.f_binfo{
		height: auto;
	}
	h2.f_redes_text{
		padding: 20px 0px 0px 0px;
		
	}
}

