@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);/* FONTE 'LATO' */
/* CSS Document */
* {
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
	color: #444;
}
body {
	font-family:'Lato', Calibri, Arial, sans-serif;
    color:#444;
}
h2 {
	font-size:14px;
	font-weight:normal;
}
h3 {
	font-size:14px;
	font-weight:bolder;
}
h5 {
	font-size:16px;
	font-weight:bolder;
}
.ad-lin2 {
	width:100%;
	height:2px;
	margin:5px 0 5px 0;
	background:#88C641;
	float:left;
	position:relative;
}
ad-img {
	width:100px;
	height:64px;
	margin:7px 0 7px 0;
	float:left;
}
ad-tit {
	width:200px;
	height:64px;
	margin:7px 0;
	float:right;
}
ad-img, ad-tit {
	display:inline-block;
	position:relative;
}