/* layout divs */

#navegation{
position:absolute;
top:3%;
z-index:3;
left:4%;
width:12%;
}

#navegation_corner{
position:absolute;
top:40%;
z-index:3;
left:12%;
width:6%;
}

/* end of layout divs */


a:link {
	font-family: "Franklin Gothic Book", Times, serif;
	color: maroon;
	text-decoration: underline;

}
 a:visited {
	font-family: "Franklin Gothic Book", Times, serif;
	color: maroon;
	text-decoration: underline;
}
h1 {
	font-family: "Franklin Gothic Book", Times, serif;
	font-size: 36px;
	color: #68513b;
}
h2 {
	font-family: "Franklin Gothic Book", Times, serif;
	font-size: 24px;
	color: #68513b;
}
h3 {
	font-family: "Franklin Gothic Book", Times, serif;
	font-size: 16px;
	color: #68513b;
}
body {
	font-family: "Franklin Gothic Book";
	font-size: medium;
	color: #68513b;
}	




	

