@charset "utf-8";
/* CSS Document */
body {  font-family: "Mulish", serif;padding: 0px; margin: 0px;
}
#top_var {background-color: #A011A1;}
.intro {width: 100%; background-color: #2E0A90; text-align: center; }
.logo { font-size: 14px; padding-bottom: 15px; letter-spacing: 0;}
#campus {padding-bottom: 70px; background-color: orange; background-image: url("../images/bg_campus.png"); background-size: cover; margin-bottom: 5px;}
.button {margin-top: 30px;}
.bcampus:hover {background-color: orangered;}
.button:hover {background-color: none; }
.copyright {background-color: #2E0A90;}
.lineaverde {width: 100%;  padding-bottom: 15px; margin-top: 15px; 
text-align: center; font-size: 14px; color: #ffffff; font-weight: 500; line-height: 20px; background-color: #15036D; }
.titulo {color: #2E0A90; font-size: 22px; line-height: 22px; padding-bottom: 25px; margin-top: 50px; text-align: center;}
.formulario {
	width: 100%; padding-left: 10%; padding-right: 10%;
	margin-top: 20px; font-size: 16px; font-weitht: 600;}
.formu_campo {margin-bottom: 5px; font-weight: 600;}
.formu_text {border-bottom: 1px solid black; text-decoration: none;
border-top: 0 white; border-left: 0 white; border-right: 0 white; font-size: 16px; width: 100%; outline: none; margin-bottom: 15px;}


.boton_enviar { color: #2E0A90; background-color: white; border: solid 2px #2E0A90; font-size: 20px; font-weight: 700; padding: 10px 25px 10px 25px; border-radius: 3px; margin-top: 15px;
	
}

.mensaje { height: 100px;
	
}
/*ESCRITORIO*/
@media only screen and (min-width: 769px) {
	.logo_web {max-width: 400px; } 	
	.column {width: 100%;}
	#formulariobox { width: 100%;  margin-top: 50px; margin-bottom: 50px; }
	
	
}