@charset "UTF-8";
@font-face {
   font-family: 'Cairo', sans-serif;
}

div {
   font-family: 'Cairo', sans-serif;
}
h1 {
	font-weight: 300;
	color: grey;
	font-size: 24px;
	line-height: 26px;
}

.menu_text {
	font-weight: 300;
	color: grey;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
.main_headline{
	position: absolute;
	top: 68px;
	left: 76px;
	color: grey;
	font-size: 20px;
	  }

.sub_headline {
	font-size: 17px;
}
.main_text{
	position: absolute;
	top: 276px;
	left: 77px;
	width: 500px;
	color: grey;
	font-size: 14px;
	  }
.menu_nav{
	position: absolute;
	top: 340px;
	left: 670px;
}

.img_descargas {
	border:1px solid #ccc;
}

a {
	color: grey;
}

a:hover {
	color: black;
}
