@charset "UTF-8";
/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/back.jpg) no-repeat center fixed;
	vertical-align: baseline;
	font-family: 'Bree Serif', serif;
	color: white;
	z-index: -1;
}

ul {
	list-style: none;
}

hr {
   height: 6px;
   border-top: 2px solid #FFF;
   border-bottom: 2px solid #FFF;
   border-right: none;
   border-left: none
}

h1 {
	color: #014879;
	font-size: 80px;
	text-shadow: 0.01em 0.01em 0.05em #FFF;
}

h2 {
	color: #F5DA67;
	font-size: 40px;
	text-shadow: 0.01em 0.01em 0.05em #000;
}

.menudiv {
	border-left: 1px solid ;
} 

.clear {
	margin: 50px auto;
	clear: both;
}

.left {
	float: left
}

.right {
	float: right;
}

nav {
	width: 100%;
	height: 80px;
	margin-top: 60px;
	background: #000000;
	opacity: 0.7;
}

.menu {
	width: 50%;
	margin-top: 20px;
	font-size: .8em;
}

.menu li {
	display: inline;
	padding: 0px 10px;
}

.menu li a {
	text-decoration: none;
	color: white;
}

.menu li a:hover {
	color: #014879;
}

.content {
	width: 75%;
	margin: 50px auto;
}

.information {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: black;
	border-radius: 5px;
	height: auto;
}

.information .about {
	padding: 15px 0 0 30px;
	width: 60%;
	text-align: justify;
	list-style: none;
}

.information ul {
	padding: 50px;
}

.information ul li {
	display: inline;
}

.information ul li img {
	width: 250px;
	height: auto;
}

.formulario {
	position: absolute;
	top: 50%;
	right: 15%;
	width: 40%;
	height: auto;
	background: #FFF;
	border-radius: 5px;
}

.formulario label {
	margin-left: 20px; 
}

.formulario .box {
	clear: both;
	margin-left: 20px;
	width: 90%;
}

.formulario textarea {
	resize: none;
	width: 100%;
	height: 150px;
}

.formulario .boton {
	font-size: .9em;
	font-weight: bold;
	background: none;
	border: none;
	margin: 20px 30px 20px 0;
}

footer {
	position: fixed;
	margin-top: 50px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: #212121;
	opacity: 0.7;
}

footer p {
	position: absolute;
	margin: 35px 0 0 20px;
	font-size: 0.8em;
}
