body{
	background-image: url("http://www.fatela.com.ar/img/contacto.jpg");
	background-size: 100vw 100vh;
	background-attachment: fixed;
	margin: 0;
	}
#cont {
    margin-top: 80px
	
}
.container {
    min-height: calc(100vh - 250px);
}

/*
form{
	width: 450px;
	margin: auto;
	background: rgba(250,193,67,0.5);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 70px;
	margin-bottom: 20px;
	border-radius: 7px;
}


h2{
	color: black;
	text-align: left;
	margin: 0;
	font-size: 30px;
	margin-bottom: 20px;
}
input, textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 17px;
	border: 0px;
}
textarea {
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
    min-width: 100%;
}
#boton{
	background: #F59907;
	color: black;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}
#boton,.bordesolido{
   border-color: #800000;
   border-width: 2px;
   border-style: solid;
}
#boton:hover{
	cursor: pointer;
}
*/
@media (max-width: 480px){
	form{
		width: 100%;
	}
}
h3{
	text-align: center;
	max-width: 680px;
	font-size: 20px;
	background: #ffdf9f;
	margin: 40px auto; 
	padding: 20px;

}
@media (max-width: 480px){
	form{
		width: 100%;
	}
}