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


/* tipografia ----------------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
}


h2{
	font-size:14px;
	margin-top:40px;
	padding-right:50px;
	padding-bottom:10px;
	border-bottom:1px dotted #000;
}
		

.header {
	font-size:11px;
}


.header a:link, .header a:visited, .header a:hover, .header a:visited:hover {
	font-weight:bold;
}


.title {
	font-size:11px;
	font-weight:bold;
}


.english {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}


.txt {
	font-size:11px;
	font-weight:normal;
}


.black {
	color:#000;
}


.white {
	color:#fff;
}


.grey {
	color:#828282;
}


.bold {
	font-weight:bold;
}


.post {
	line-height:16px;
}


.post p {
	padding-bottom:10px;
}


.post a:link, .post a:visited, .post a:hover, .post a:visited:hover {
	font-weight:bold;
}


.link {
	font-size:11px;
	font-weight:bold;
}


.small {
	font-size:10px;
}


.normal {
	font-size:11px;
}
	
	
	.link a:link, .small a:link, h2 a:link, .txt a:link, .footer a:link, .header a:link {
		color:#000;
		text-decoration:none;
	}
	
	.link a:visited, .small a:visited, h2 a:visited, .txt a:visited, .header a:visited {
		color:#000;
		text-decoration:none;
	}
				
	.link a:hover, .small a:hover, h2 a:hover, .txt a:hover, .footer a:hover, .header a:hover {
		color:#75695c;
		text-decoration:none;
	}
	
	
.link-bto {
	font-weight:normal;
}


	.link-bto a:link {
		color:#fff;
		text-decoration:none;
	}
	
	.link-bto a:visited {
		color:#fff;
		text-decoration:none;
	}
	
	.link-bto a:hover, .link-bto a:visited:hover {
		color:#b9c2cf;
		text-decoration:none;
	}

	

/* fim de tipografia ----------------------------------------------------- */


