@charset "utf-8";
/* CSS Document */
.titulo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.titulo2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FF6600;
	font-weight:bold;
}
.destaque{
font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
}
.textohome {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}
.captular{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #6d6d6d;
}
.captular2{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #6d6d6d;
}
.captulartel{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #FF6600;
}
.captulartel2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #FF6600;
}


.link{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#6d6d6d;
	padding-left:15px;
	padding-right:15px;
}
a{
font-family:"Trebuchet MS";
	font-size:11px;
	color:#6d6d6d;
	text-decoration:none;
}
a:hover{
font-family:"Trebuchet MS";
	font-size:11px;
	color:#6d6d6d;
	text-decoration:overline;
}