<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*{
	border: 0;
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: "Arista";
	src: url("../font/Arista2.0-RegularTrial.ttf");
	font-weight: normal;
	font-style: normal;
}
body{
	background-image: url("../img/fondo.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family:Arial;
	color: #fff;

}
section#contacto{
	background: rgba(0,0,0,0.3);
	display: block;
	width: 30%;
	margin: 10% auto 0 auto;
	padding: 4%;
	text-align: justify;
	position: relative;
	
}
section#contacto input{
	margin: 3% 15%;
	width: 70%; 
	line-height: 2em;
	font-size: 1em;
	padding: 0 0 0 1%;
}
section#contacto p{
	text-align: center;
	color: #848484;
	font-size: 0.8em;
}
section#contacto input#boton{
	color: #FFF;
	background: #3a7999;
}
section#contacto input#boton:hover{
	background: rgba(255,255,255,0.9);
	color: #3a7999;
	box-shadow: inset 0 0 0 3px #3a7999;
}
.fondo{
	background: rgba(0,0,0,1);
	display: none;
	z-index: 10;
	margin: 10% 20%;
	padding: 3%;
	position: absolute;
}
.cerrar{
	position: absolute;
	left: 93%;
	bottom: 100%;
	z-index: 100;
}</pre></body></html>