@charset "UTF-8";
body {
	font: 10pt Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bg.jpg) left top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 1px solid #3c81c4;
	border-left: 1px solid #3c81c4;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF url(../images/bg-maincontent.gif) top right repeat-y;
}
.twoColFixRtHdr #header {
	background: #FFFFFF url(../images/bg-header.gif) left top no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	border-bottom: 3px solid #ff6600;
}

.twoColFixRtHdr #header img.suporte {
float: right;
margin: 0px 25px 0 0;

}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 0;
	border-left: 0px solid #EBEBEB;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: 9pt;
}
.twoColFixRtHdr #sidebar1 h3 {
	font-style:normal;
	font-size: 14pt;
	margin: 10px 0 0 0;
}
.twoColFixRtHdr #sidebar1 ul li {
	padding: 5px 0 0 0;
	
	
}

.twoColFixRtHdr #sidebar1 ul li a {
	text-decoration:none;
	font-variant:small-caps;
	font-weight:bold;
	
}

.twoColFixRtHdr #sidebar1 ul {
	padding: 0 0 0 15px;
	color:#ff6600;
	margin:0px;
}
.twoColFixRtHdr #sidebar1 img {
	margin: 0 0 0 0px;
}
.twoColFixRtHdr #sidebar1 blockquote {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	font-style:italic;
	font-size: 9pt;
}
.twoColFixRtHdr #sidebar1 blockquote .quote {
	font-size: 14pt;
	font-weight:bold;
	line-height: 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 220px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. Era 250px */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #mainContent p {
	font-size:10pt;
	padding: 10px 10px 0 10px;
	margin:0px;
	
}

.twoColFixRtHdr #mainContent ul li {
	font-size:9pt;
}

.twoColFixRtHdr #mainContent h3 {
	font-size:12pt;
	margin: 30px 0 0 0;
	padding: 0 10px 0 0;
}

.twoColFixRtHdr #mainContent h4 {
	margin: 35px 0 5px 10px;
}

.twoColFixRtHdr #mainContent img.picture {
	border: 1px solid #555555;
	margin: 0 15px 0 0;
	float:left;
}
.twoColFixRtHdr #mainContent em {
	color: #666;
	font-style:italic;
	font-size: 8pt;
	padding: 0 30px 0 0;
	display:block;
}
.twoColFixRtHdr #mainContent h1 {
	font-size: 12pt;
	background: url(../images/bg-h1.gif) right bottom no-repeat;
	padding: 5px 20px;
	line-height:26px;
	margin: 0 0 0 -20px;
	color:#FFF;
	display:inline;
	text-transform:uppercase;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b0dae5 url(../images/bg-footer.gif) repeat-x top center;
	border-top: 2px solid #999999;
	color:#555555;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color:#555555;
}
.twoColFixRtHdr #footer h3 {
	font-style:normal;
	color:#555555;
	font-size: 14pt;
	margin: 10px 0 0 0;
}
.twoColFixRtHdr #footer div {
	width: 100%;
}

.twoColFixRtHdr #footer div strong {
	font-size: 8pt;
}

.twoColFixRtHdr #footer div .footer-item {
	width: 350px;
	margin: auto;
	text-align:center;
	padding: 5px 0px 0 0;
}


.twoColFixRtHdr #footer div .footer-item span {
	
}

.twoColFixRtHdr #footer div.full {
	width: 100%;
	clear:both;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color: #295982;
	font-style:italic;
}
.logo {
	position:absolute;
	margin: 10px 0 0 0;
}
#flash {
	width: 780px;
	height: 160px;
	position:absolute;
	margin: 140px 0 0 -20px;
	background: url(../images/flash.gif) top center no-repeat;
}
.content-image {
	padding: 15px;
}
h1 {
	font-size: 20pt;
	color: #ff6600;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
/*.box {
width: 210px;
height: 190px;
border: 1px solid #999999;
padding: 15px;
float:left;
margin: 12px 0 0 12px;
background: #FFFFFF;
}*/

.table-form {
	font-size: 8pt;
	text-align:right;
	margin: 10px 0 0 0;
}

.table-form-main {
	text-align:left;
}

.table-form-main {
	font-size: 9pt;
	
}

.table-form td {
	padding: 3px;
}
.table-footer {
	text-align:left;
	clear:both;
}
.table-footer td {
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 ul {
	font-size: 9pt;
}
a:link, a:visited, a:active, a:hover {
	color:#666;
}
a:hover {
	color: #ff9b59;
}
.clear {
	clear:both;
}
a.galeria img {
	margin: 10px;
	border: 1px solid #555555;
}
a.galeria {
	color: none;
	border: none;
}
/*BOX*/

.box_box {
	width: 220px;
	margin:0px auto;
	background:#fff url(../images/box/leftside.gif) repeat-y left top;
	float:left;
	margin: 5px 0 0 -18px;
}
.box-wide {
	width: 510px;
}
.box_top {
	width:100%;
	height:20px;
	background:url(../images/box/top.gif) no-repeat left top;
}
.box_top div {
	display:block;
	position:relative;
	height:20px;
	background:url(../images/box/top-right.gif) no-repeat right top;
}
.box_content {
	position:relative;
	background:url(../images/box/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}
.box_content h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 9pt;
	color: #003263;
}
.box_bottom {
	height:60px;
	margin-top: 45px;
	background:url(../images/box/bottom.gif) no-repeat left bottom;
}
.box_bottom div {
	display:block;
	position:relative;
	height:60px;
	background:url(../images/box/bottom-right.gif) no-repeat right top;
}
.box-home {
	width: 240px;
	height: 200px;
	border: 1px solid #d8d8d8;
	float:left;
	margin: 18px 18px 0 0;
	background: #FFFFFF url(../images/bg-box-home.gif) bottom left repeat-x;
}


.box_content h2 {
	background: url(../images/bg-h2-box.gif) right bottom no-repeat;
	line-height:28px;
	margin: -17px 0 10px 5px;
	width:160px;
	display:block;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
}

.box_content p span b {
color:#734526;	
}

.full-size {
width: 498px;	
}

.twoColFixRtHdr #mainContent .box-home h3 {
	height: 36px;
	display:block;
	width:100%;
	background:#06F url(../images/bg-box-home-header.gif) repeat-x center center;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	color: #003263;
	line-height: 36px;
	font-size:10pt;
	font-style:normal;
}

.twoColFixRtHdr #mainContent .box-home h3 {
font-size:10pt;	
}

.twoColFixRtHdr #mainContent .box-news {
height: 150px;	
}

.box-home p {
	font-size: 9pt;
	padding: 0 10px 0 10px;
}
.box-home h3 img {
	margin: 0px 0 0 0;
	float:left;
}

.box-home a {
	color: none;
	border:none;
	margin: 130px 0 0 160px;
	position:absolute;

}

.full-size a {
margin: 120px 0 0 420px;	
}

.box-news a {
margin:0 0 0 200px;
font-size: 8pt;
}

.box-news h5, .box-news cite {
	padding: 0 10px 0 10px;
	font-size: 8pt;
	
}

.box-news i {
	font-size: 8pt;
	margin: 10px 0 0 0px;
	display:block;
	color:#888;
}

.box-news cite, #mainContent cite {
	color:#888;
}

.box-news h5 {
	
	margin:10px 0 0 0;
	font-size: 9pt;
	float:left;
}

.box-news i, .box-news cite , #mainContent cite, #mainContent i {
	padding: 0 10px 0 10px;
}


#mainContent h3.header-noticias {
	font-style:normal;
	margin: 30px 0 0 0;
	
}

#mainContent i {
	font-size: 9pt;
	
}


.twoColFixRtHdr #mainContent .box-news p {
	padding: 0 20px 0 10px;
}

.twoColFixRtHdr #mainContent .box-news a {
	
}

#mainContent a.leia-mais {
margin : 0 0 0 430px;
font-size: 8pt;
}

#mainContent cite {
	font-size: 8pt;
}
										  
										  


.box-home a img {
	
	color: none;
	border:none;
	
}

a.btn-link {
	border: 1px solid #d8d8d8;
	padding: 3px 5px;
	background: #ccdadf url(../images/bg-btn-link.gif) repeat-x;
	color:#666;
	text-decoration:none;
	font-size:8pt;
	
	
	
}




