@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body, html {
	height: 100%;
	width: 100%;
	margin: 0;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: rgba(0,80,160,0.3);
}
.wrapper{
	width: 100%;
	height: 100%;
	margin: auto 0;
}
a{
	text-decoration: none;
	color: #2a2a2a;
	background: transparent;

}
header{
	margin: auto;
	background-color:rgba(0, 154, 46,0.5);
}
hgruop{
	vertical-align: middle;
	display: inline-block;
	margin: auto;
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
}
nav{
	letter-spacing: 4px;
	float:right;
	margin-top:30px;
}
nav ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 5px;
}
nav ul li a{
	/*padding: 5px;
	transition: all 1s cubic-bezier(.6,.04,.98,.34);*/
	color: #fff;
	background-color: rgb(0,154,46);
	padding: 8px;
	/*border:dashed 1px gray;*/
	border-radius: 5px;
}
nav ul li a:hover{
	background-color: rgb(45,102,158);
	border-radius: 5px;
	transition: all 1s cubic-bezier(.6,.04,.98,.34);
}
.navigation{
	margin: auto;
	width: 100%;
}
.wrapper-content{
	margin: 20px 30%;
}
.content-1{
	margin: 0;
	background-color: white;
}
.title-acerca{
	text-align: left;
	font-style: italic;
	text-shadow: 1px 1px 1px white;
	background: rgba(0,80,160,0.7);
	padding: 10px;
}
.image{
	padding-top: 10px;
	text-align: center;
	background: white;
}
.contenido{
	font-size:16px;
	text-align: justify;
	color: #263238;
	padding: 20px;
	background-color: white;
}
.formulario{
	color: rgba(0,80,160,0.7);
	text-align: right !important;
	text-decoration-line: underline;
}
