
body{
	background-image:url(../../img/form/impresora2.png);
	backgorund_size: 100vw 100vh;
	background-attachment:fixed;
	margin:0:
	}
	

	
	


label {
	width: 140px;	
	padding: 4px;
}

input, textarea {
	width: 100%;
	margin-bottom:20px;	
	padding: 7px;
	box-sizing:border-box;
	font-size:17px;
}

#formulario {
	width: 400px;
	margin: 0 auto;
	background-color:rgba(0,0,0,0.4);
	padding: 10px 20px;
	box-sizing:border-box;
	margin-top:6px;
	border-radius: 7px;
	border:thin #C1C1C1;	
}

textarea {
	min-height:100px;
	max-height:200px;
	max-width:100%;
	
	}
	
#boton {

	background:rgba(108,221,75,1.00);
	color:rgba(0,0,0,1.00);
	padding:20px;
	
	}

#boton:hover{
	cursor:pointer;
	background:rgba(31,139,0,1.00);
	color:rgba(250,250,250,1.00);
	}
	
	
@media (max-width:480px){
	form{
		width:100%;	
		}
	}	