body {
	background-image:url(../imagenes/CV.png);
	background-size: 100vW 115vh;
	background-attachment: fixed;
}

form {
	width: 500px;
	margin: 0 auto;
	background: rgba(0,0,0,0.6);
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 8px;
}

#myFooter .row1 p {
    font-size: 20px;
	color: darkblue;
}

#myFooter .row1 a {
    font-size: 20px;
	color: darkblue;
}

#archivo1 {
	font-size: 18px;
	color: white;
	}

#boton {
	width: 100;
	height: 60px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 15px;
	}

#boton:hover {
	background: rgba(0,0,0,0.4);
	}


form h4 {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 20px;
	margin-bottom: 20px;
}

 form h8 {
	color: #fff;
	font-size: 32px;
	text-align: center;

}

form h9 {
	color: #fff;
	font-size: 25px;

}

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

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

 form #boton {
	background: #31384A;
	color: #fff;
	padding: 20px;
	text-align: center;
}

form #boton:hover {
	cursor: pointer;
	background: rgba(0.0.0.0,9);
}

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

@media (min-width:768px) {
	.contacto form{
		width: -100%;
	}
}