body {font-family: 'colaborate-regularregular', Arial, sans-serif;
color: #196DAF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image:url(../imagem/fdo.png);background-repeat:repeat-x;
 }

.titulos {
	font-size: 24px;
	font-family:"colaboratelightregular";
	color: #196DAF;
}
a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #36C;
}
a:hover {
	text-decoration: none;
	color: #C30;
}
a:active {
	text-decoration: none;
	color: #36C;
}
.fone {
	font-size: 24px;
	font-family:"colaborate-boldregular";
	color: #196DAF;
}
.titulos_01 {
	font-family: "colaboratelightregular";
	font-size: 28px;
	color: #F60;
}

.titulos_01a {
	font-family: "colaboratelightregular";
	font-size: 18px;
	color: #F60;
}

.bordaimagem {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.texto_chamada {
	font-family: "colaboratelightregular";
	font-size: 14px;
	color: #000;
}
.texto_rodape {
	font-family: "colaboratelightregular";
	font-size: 14px;
	color: #000;
}
.box_1 {
background-color: #cfecff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ebefff', endColorstr = '#fffdfc');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ebefff', endColorstr = '#fffdfc')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ebefff, #fffdfc);
background-image: -ms-linear-gradient(top, #ebefff, #fffdfc);
background-image: -o-linear-gradient(top, #ebefff, #fffdfc);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ebefff), to(#fffdfc));
background-image: -webkit-linear-gradient(top, #ebefff, #fffdfc);
background-image: linear-gradient(top, #ebefff, #fffdfc);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

.textos {
	font-family: "colaborate-regularregular";
	font-size: 16px;
	color: #666;
}
.fundo_text_field {
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c9c9c9', endColorstr = '#ffffff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c9c9c9', endColorstr = '#ffffff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #c9c9c9, #ffffff);
background-image: -ms-linear-gradient(top, #c9c9c9, #ffffff);
background-image: -o-linear-gradient(top, #c9c9c9, #ffffff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#c9c9c9), to(#ffffff));
background-image: -webkit-linear-gradient(top, #c9c9c9, #ffffff);
background-image: linear-gradient(top, #c9c9c9, #ffffff);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
font-family: "colaborate-regularregular";
	font-size: 16px;
	color: #000;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}