@import url(http://fonts.googleapis.com/css?family=Exo:400,500,200);
body {
	font-size: 62.5%;
}
.titulo {
	font: 400 2.8em 'Exo', sans-serif;
	color: black;
}
p {
	font: 200 1.7em 'Exo', sans-serif;
	color: black;
	/*text-align: justify;*/
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}
a {
	color: #91a6a6;
	text-decoration: none;
}
a:hover {
	color: #91a6a6;
	text-decoration: underline;
}
h3 {
	font: 400 2.8em/1.4em 'Exo', sans-serif;
	color: black; 
	margin: 0;
}
.img_rfloat {
	float: right;
	margin: 0 0 40px 40px;
}
.img_lfloat {
	float: left;
	margin: 0 40px 40px 0;
}
ul.doublespaced {
	margin-left: 0px;
	padding-left: 0px;
}
ul.doublespaced li {
	/*line-height: 2.5em;*/
	margin-left: 30px;
	margin-top: 10px;
	padding-left: 0px;
	font-size: 1.7em;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	font: 200 1.7em 'Exo', sans-serif;
	margin-left: 30px;
}
.col_esq {
	width: 482px;
	float: left;
}
.col_dir {
	width: 418px;
	float: right;
}
.col_esq3 {
	width: 400px;
	float: left;
}
.col_dir3 {
	width: 520px;
	float: right;
}
.col_clear {
	clear: both;
}
.sep_bar2 {
	width: 100%;
	border-top: solid 1px #b2b2b2;
	height: 10px;
}
.sep_bar3 {
	width: 100%;
	border-bottom: solid 1px #b2b2b2;
	height: 20px;
}