﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	border: 0 0 0 0;
}

.setFloatLeft {
	float:left;
}
.setFloatRight{
	float:right;
}
/*HEADER*/
.head{
	width: 100%; height: 270px;
}

.bloco1{
	background:url(../imgs/home_01.jpg) top center no-repeat;
	width: 100%; height: 26px;
}
.bloco2{
	background:url(../imgs/home_02.jpg) top center no-repeat;
	width: 100%; height: 85px;
}
.bloco3{
	background:url(../imgs/home_03.jpg) top center no-repeat;
	width: 100%; height: 88px;
}
.bloco4{
	background:url(../imgs/home_04.jpg) top center no-repeat;
	width: 100%; height: 71px;
}

/*CORPO*/
.corpo{
	width: 100%; height: auto;
	margin: 0 0 0 0;
	background: url(../imgs/home_06.gif) top center repeat-y;
	text-align: center;
}

.baseCorpo{
	width: 100%; height: 53px;
	margin: 0 0 10 0;
	background: url(../imgs/home_09.gif) top center no-repeat;
}

.miolo{
	width: 750px; height: auto;
	text-align:center;
	margin: auto;
}

.coluna_esq{
	width: 390px; height: auto;
	float:left;
	margin-left: 20px; margin-top: 40px; margin-right: 20px;
}
.coluna_dir{
	height: auto; width: 247px;
	float: left;
	margin-top: 40px; margin-left: 20px;
}
.barraDotz{
	width: 390px; height: 40px;
}
.corpoTexto{
	width: 390px; height: auto;
	margin: 0 0 0 0; *margin-top: 10px;
}
.boxGol{
	width: 262px; height: 264px;
	background: #ff8300;
}
.contato{
	width: 261px; height: auto;
}
/*TXT*/

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e68304;
}

.txtHome{
	text-align: right;
}
.disc{
	font-size: 9px;
	color: #6590b1;
}
.dest{
	color: #405b76;
}

a:link, a:visited{
	color: #405b76;
	text-decoration: none;
}
a:hover, a:active{
	color: #405b76;
	text-decoration: underline;
}