body{
	background-image: url(..//imagenes/logo_expregraf.jpg);
	background-size: 100vw 100vh;
	background-attachment: fixed;
	margin: 0;
	font-family: monospace;

	}
#info_contacto_cotizacion{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	}	

#info_contacto_cotizacion .contenedor{
	border-radius: 15px;
	margin-top:70px;
	width:700px;
	padding:10px;
	box-sizing: border-box;
	background:rgba(250,251,214);
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	
}

.contacto{
margin-top: 20px;
position:relative;
padding:20px;
	text-align: center;

}



form {
	width:450px;
	margin:auto;
	background: rgba(0,0,0,0.4);
	padding: 10px 20px;
	box-sizing: border-box;

	border-radius: 7px;
}


h2{
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 22px;
	margin-bottom: 20px;

}

h4 {
	color: #31396A;	
	text-align: center;
	margin-bottom:20px;
	
}

input, textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 17px;
	border: none;
}

textarea {
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
}

#boton{
	background: #31384A;
	color: #fff;
	padding: 20px;
}

#boton:hover {
	cursor: pointer;
	background: #31396A;
	
		
}



@media (max-width:480px){
	form{
	width: 100%;
	}
	#info_contacto_cotizacion .contenedor{
	margin-top:40px;	
	width:100%;
	}
	#info_contacto_cotizacion .contacto{
	padding:0px;
	}

}