@charset "UTF-8";
/* CSS Document */


body {
	font-family:'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:300px;
	line-height:24px;
	margin:0;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	border-bottom:dotted thin #000;
}


.titulo {
	font-size:20px;
	line-height:30px;
}