@charset "utf-8";

body{font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";

}

header {
margin-top: 20px;
color:#000000;
}
nav {color:black;}

main{width: 850px;
background-color: white;
margin-left: auto;
margin-right: auto;}

.logo{
	float:left;
	margin-left: 10%;
	margin-bottom: 5px;
}
.contact{
	float:right;
	margin-right: 14%;
	margin-bottom: 5px;
}
.titulo1{
float: none;
margin-top: 15px;
}
.titulo2{
float: none;
width:250px;
margin-top: 15px;
}
.texto{
float:left;
width: 380px;
margin:20px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
font-size: 14px;
line-height:18px;
text-align: justify;
}
.grid{
float: left;
width:250px;
margin: 16px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		font-weight: normal;
	font-size: 12px;
}
.textoabout{
width: 600px;
margin-left:10%;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
font-size: 16px;
line-height:24px;
text-align: justify;
}
footer{
display: block;
text-align: center;
margin-top: 100px;
}
hr { 
border-color: black;
  border-width: 1px;
}
a:link {
		color: #000000;
		font-size: 14px;
		text-decoration: none;
        } 
		a:hover {
		color: #00E1D9;
		font-size: 14px;
		text-decoration: underline;
		}
		a:visited {
		color: #353839;
		font-size: 14px;
		text-decoration: none;
		}