/*
 * Autor: Ronald Mennel Junior - Mennel Comunicação - www.mennel.com.br
 */
 
 *, body{
	margin:0px;
	padding:0px;
}

span{
	display:none;
}

p, label, li, td{
	font: 11px Verdana;
	color:#2e2e2e;
}

p.fonte{
	font: bold 10px Verdana;
}

a{
	font: 11px Verdana;
	text-decoration:none;
	text-align:justify;
	color:#8b0007;
}
a:hover{
	color:#000000;
}
a img{
	border:none;
}
img.Direita{
	float:right;
	margin: 0px 25px 0px 10px;
}
img.Esquerda{
	float:left;
	margin: 0px 10px 0px 25px;
}
img.Centro{
	float:none;
	margin: 0px 0px 0px 0px;
}

h1{
	font: bold 14px Verdana;
}
h1 a{
	font: bold 14px Verdana;
}

h2{
	font: bold 13px Verdana;
}
h3{
	font: bold 12px Verdana;
	margin:10px 20px 3px 20px;;
	padding:0px;
}

#contaneir{
	width:100%;
	height:auto;
	display:block;
	min-width:920px;
	float:left;
}

#topo{
	width:100%;
	height:241px;
	display:block;
	float:left;
	background-image:url(../img/layout/back_body.jpg);
	background-repeat:repeat-x;
}
#logoTopo{
	width:276px;
	height:84px;
	display:block;
	background-image:url(../img/layout/logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:90px;
	left:12px;
}

#rodape{
	width:100%;
	height:30px;
	float:left;
	display:block;
}
#rodape p{
	font: 10px Verdana;
	text-align:center;
	color:#ff792f;
}
#rodape a{
	font: 10px Verdana;
}

#cont_principal{
	width:600px;
	height:auto;
	display:block;
	float:left;
	margin:10px;
}

#banner120{
	width:120px;
	float:left;
	margin-top:10px;
}

#menuPrincipal{
	width:100%;
	float:left;
}
#menuPrincipal ul{
	position:relative;
	top:205px;
	left:5px;
}
#menuPrincipal ul li{
	list-style:none;
	display:inline;
}
#menuPrincipal ul li a{
	margin:0px 5px;
	padding:10px 28px;
}
#menuPrincipal ul li a:hover{

}

#servicos{
	width:150px;
	float:left;
	border-right:1px solid #ff792f;
}
#servicos ul{
	background-color:#fad7c4;
}
#servicos ul li{
	border-bottom:1px solid #ff792f;
	list-style:none;
}
#servicos ul li a{
	width:140px;
	display:block;
	padding:5px 5px 5px 5px;
	text-align:left;
}
#servicos ul li a:hover{
	background-color:#ff792f;
}

ul.listaServicos{
	margin:0px 0px 0px 0px;
	padding:0px;
}
ul.listaServicos li{
	width:250px;
	margin:0px 0px 0px 30px;
	float:left;
}
ul.listaServicos li a{
	width:100%;
	display:block;
	padding:5px 5px 5px 5px;
	text-align:left;
	color:red;
}

.destaque{
	width:600px;
	height:auto;
	display:block;
	padding:15px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	float:left;
}
.destaque h1{
	width:570px;
	margin:0px 0px 0px 0px;
	padding:0px 15px 15px 15px;
	background-color:#8b0007;
	color:#fff;
}
.destaque h1 a{
	color:#fff;
}
.destaque img{
	max-width:200px;
	float:left;
	margin-right:10px;
}
.destaque p{
	margin:10px;
}

.destaque2{
	width:600px;
	height:auto;
	display:block;
	padding:15px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	float:left;
}
.destaque2 h1{
	width:570px;
	margin:0px 0px 0px 0px;
	padding:0px 15px 15px 15px;
	background-color:#ff8a00;
	color:#fff;
	/*background-image:url(../img/layout/back_h1_destaque.gif);
	background-position:top;*/
}
.destaque2 h1 a{
	color:#fff;
}
.destaque2 img{
	max-width:200px;
	float:right;
	margin-left:10px;
}
.destaque2 p{
	margin:10px;
}


.home{
	width:295px;
	height:auto;
	display:block;
	padding:15px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.home h1{
	width:265px;
	margin:0px 0px 0px 0px;
	padding:0px 15px 15px 15px;
	background-color:#ff8a00;
	font-size:10px;
	color:#000066;
}
.home h1 a{
	font-size:12px;
	color:#fff;
}
.home img{
	max-width:100px;
	float:left;
	margin-right:10px;
}
.home p{
	margin:10px;
}

.divDireita{
	float:right;
}
.divEsquerda{
	float:left;
}

.bloco_mat{
	width:98%;
	margin-left:1%;
	padding-bottom:5px;
	float:left;
	border-bottom:1px dashed #ff8a00;
}
.bloco_mat h1{
	width:100%;
	margin:5px 0px 5px 0px;
	padding:0px;
	background-color:#fff;
	color:#8b0007;
}
.bloco_mat img{
 	width:150px;
	margin:0px 0px 0px 10px;
	float:right;
}
.bloco_mat p{
 	margin:0px;
	padding:0px;
}

#relEmpresas{
	width:100%;
}
#relEmpresas tr td{
	border-bottom:1px dashed #ff8a00;
	border-top:1px dashed #ff8a00;
	padding-top:5px;
	padding-bottom:5px;
}

.dupla{
	width:48%;
	float:left;
	margin-right:2%;
}
.trio{
	width:33%;
	float:left;
}
.quadra{
	width:25%;
	float:left;
}
