*
{
	margin:0px;
	padding:0px;
	border:none;
	font-family:"Trebuchet MS", Tahoma, Arial;
	list-style:none;
	text-decoration:none;
}

body
{
	background-color:#a5cefa;
	
	background-image:url(../imgs/bg-x.jpg);
	background-repeat:repeat-x;
	background-position:top;
}


.geral
{
	width:930px;
	
	margin:0 auto;
	padding:0px 30px 0px 30px;
}


/* ------------------------------
	= TOPO
-------------------------------*/

.topo 
{
	height:150px;
}

.topo h1,
.topo h2
{
	float:left;
}

.topo .botSite
{
	float:right;
	margin-top:30px;
}

/* ------------------------------
	= Geral / LEFT
-------------------------------*/

.geral .left
{
	width:220px;
	float:left;
}

.geral .left table td.boxTop
{
	background-image:url(../imgs/box-top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	
	height:20px;
}

.geral .left table td.boxMeio
{
	background-image:url(../imgs/box-bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	
	padding:0px 20px 0px 20px;
}

.geral .left table td.boxBase
{
	background-image:url(../imgs/box-bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	
	height:20px;
}


.geral .left table td.boxMeio
{
	font:11px "Trebuchet MS", Tahoma, Arial;
	color:#2f3337;
}

.geral .left table td.boxMeio ul 
{
	padding-bottom:20px;
	margin-bottom:20px;
	
	background-image:url(../imgs/box-linha.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;	
}

.geral .left table td.boxMeio ul li
{
	color:#2f3337;
	font-weight:bold;
	font-size:13px;
	margin-left:5px;
	
}

.geral .left table td.boxMeio ul li a
{
	font-weight:normal;
	font-size:11px;
	color:#2f3337;
	
	background-image:url(../imgs/box-mid.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	
	padding-left:15px;
	margin-top:3px;
	display:block;
}

.geral .left table td.boxMeio ul li a:hover
{
	color:#b7b7b7;
}


.geral .left table td.boxMeio a.contato
{
	color:#2f3337;
	font-weight:bold;
	font-size:13px;
	margin-left:5px;
}


.geral .left table td.boxMeio a:hover.contato
{
	color:#b7b7b7;
}

.geral .left .end
{
	color:#3c5876;
	font-size:11px;
	margin-top:25px;
}


/* ------------------------------
	= Geral / RIGHT
-------------------------------*/

.geral .right
{
	width:670px;
	float:right;
}

.geral .right 
{
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:13px;
	color:#2f3337;
}

.geral .right p
{
	text-align:justify;
	margin-bottom:15px;
}


.geral .right h1,
.geral .right h2,
.geral .right h3,
.geral .right h4
{
	color:#145e76;
	margin-bottom:15px;
}

.geral .right h1 { font-size:25px; }
.geral .right h2 { font-size:22px; }
.geral .right h3 { font-size:20px; }
.geral .right h4 { font-size:18px; }


.geral .right h3 
{
	border-bottom:1px solid #145e76;
	margin-bottom:0px;
	margin-top:10px;
}



.geral .right a
{
	color:#6192c6;
}

.geral .right a:hover
{
	color:#193858;
}

/* ------------------------------------
	= Geral / right / MODELO TABELA
-------------------------------------*/

.ModeloTabela
{
	margin:20px 0px 20px 0px;
}

.ModeloTabela
{
	border-collapse: collapse;
}
.ModeloTabela thead td
{
	background-image:url(../imgs/bg-thead.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#4c8dc0;
	padding:5px;
	
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	
	border:1px solid #5ba8cf;
	border-bottom:none;
	border-top:none;
}


.ModeloTabela tbody td
{
	padding:5px;
	
	color:#073848;
	font-size:13px;
	
	background-color:#b7d8fb;
	border:1px solid #cde4fc;
}



input,
select
{
	padding:3px 5px 3px 3px;
	color:#6390c3;
	border:1px solid #4c7fb3;
}

option
{
	padding:0px 0px 0px 4px;
}



.botEnviar
{
	background-color:#4c7fb3;
	color:#ffffff;
	padding:3px 3px 4px 3px;
	width:65px;
	height:27px;
	text-align:center;
	cursor:pointer;
	
}

/* ------------------------------------
	= Geral / right / contato
-------------------------------------*/

.contato
{
	
}

.contato label
{
	display:block;
	margin-bottom:10px;
}

.contato label input,
.contato label select
{
	margin-left:20px;
	width:318px;
	padding:3px;
	color:#6390c3;
	border:1px solid #4c7fb3;
}

.contato label select
{
	width:326px;
	margin-left:7px;
}

.contato label textarea
{
	display:block;
	padding:3px;
	color:#6390c3;
	border:1px solid #4c7fb3;
}

.contato a.botVoltar
{	
	display:block;
	background-color:#4c7fb3;
	color:#ffffff;
	padding:3px;
	width:55px;
	height:20px;
	text-align:center;
	cursor:pointer;
	margin-top:5px;
}

.contato .botEnviar
{
	margin-left:326px;
}
.contato a:hover.botVoltar
{
	background-color:#77a8da;
}



