/* DEFINICOES GLOBAIS */

*{
	font-family:verdana;
	margin:0px;
	padding:0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

img{border:0px;}

body{
	text-align:center;
	margin:0px auto;
	/*background:url('imagens/background.jpg') repeat-x;*/
	background-repeat:repeat;
	top:0px;
	background-color:white;
}

/* MAIN */

.div-main{
	background-color:white;
	margin:0px auto;
/*	width:920px;*/
	width:1000px;
	height:600px;
	text-align:left;
	border-top:4px solid silver;
	margin-top:5px;
	display:inline-block;
}

.div-main-content{
	background-color:white;
	margin:0px auto;
/*	width:1000px;*/
	width:980px;
	display:inline-block;
	text-align:left;
	border-top:4px solid silver;
	margin-top:5px;
}

.div-content-home{
	width:100%;
	clear:both;
	display:inline-block;
	/*border:1px solid red;*/
}

.div-content-home .esq{
	width:300px;
	height:280px;
	display:inline-block;
	margin-top:45px;
	/*border:1px solid green;*/
	float:left;
}

.div-content-home .esq p{
	font-size:11px;
	line-height:14px;
	padding-left:15px;
	padding-right:10px;
}

.div-content-home .esq p a{
	color:black;
	text-decoration:none;
}

.div-content-home .esq p a:hover{
	color:gray;
	text-decoration:none;
}

.div-ver-mais{
	padding-left:15px;
	width:100%;
}

.ver-mais{
	font-size:12px;
	color:orange;
	text-decoration:none;
}

.ver-mais:hover{
	font-size:12px;
	color:orange;
	font-weight:bold;
	/*text-decoration:underline;*/
}

.div-content-home .dir{
	width:600px;
	height:280px;
	display:inline-block;
	/*border:1px solid blue;*/
	float:left;
}

/* CONTENT */

.div-content{
	width:885px;
	display:inline-block;
	margin-top:5px;
	margin-left:17px;
	margin-right:10px;
}

.div-titulo h4{
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:27px;
	color:white;
	padding-left:10px;
	padding-bottom:4px;
}

.div-titulo{
	width:882px;
	margin-left:15px;
}

.div-materia{
	padding-top:8px;
	font-size:11px;
	line-height:15px;
	margin-bottom:15px;
	display:inline-block;
	clear:both;
}

.div-materia h1{
	font-size:12px;
	color:#4b4c4d;
	margin-bottom:2px;
}

.div-materia h2{
	font-size:11px;
	color:#68696b;
	margin-bottom:2px;
	margin-bottom:10px;
}

.div-materia-lista-content{
	margin-top:30px;
}

.div-materia-lista-content img{
	margin-top:-5px;
}

.div-materia-lista-content h1{
	font-size:12px;
	margin-bottom:2px;
	
}

.div-materia-lista-content h1 a{
	color:#4b4c4d;
	text-decoration:none;
}

.div-materia-lista-content h1 a:hover{
	color:#4b4c4d;
	text-decoration:underline;
}

.div-materia-lista-content h2{
	font-size:11px;
	font-weight:normal;
	line-height:15px;
}

.div-materia-lista-content h2 a{
	color:#68696b;
	text-decoration:none;
}

.div-materia-lista-content h2 a:hover{
	color:#68696b;
	/*text-decoration:underline;*/
}

/* CARROSSEL */

.div-produto{
	margin-top:35px;
	/*border:1px solid blue;*/
}

.div-produto-content{
	margin-top:10px;
	/*border:1px solid blue;*/
}

.div-produto p, .div-produto-content p{
	font-size:10px;
}

.div-produto p a, .div-produto-content p a{
	color:orange;
	text-decoration:none;
	font-weight:bold;
}

.div-produto p a:hover, .div-produto-content p a:hover{
	color:orange;
	text-decoration:underline;
	font-weight:bold;
}

/* FALE CONOSCO */

.div-frm-faleconosco{
	margin-top:10px;
}

.div-frm-faleconosco p{
	padding-bottom:5px;
}

.botao
{
	cursor:pointer;
	width:70px;
	border:1px solid #FF9900;
	font-size:11px;
	padding:3px;
	font-weight:normal;
	margin:0px;
	background-color:orange;
	color:#FFFFFF;
	font-weight:bold;
}

/*  CABECA TOPO */
.div-cabeca-clip{
	position:absolute;
}

/* CABECA */

.div-cabeca{
	/*margin-top:20px;*/
	margin-top:5px;
/*	width:1000px;*/
	width:980px;
	display:inline-block;
	margin-bottom:5px;
	text-align:right;
	color:999;
	/*font-size:12px;*/
	font-size:9px;
}

.div-cabeca img{
	padding-top:0px;
	position:relative;
	top:5px;
	/*padding-right:3px;*/
	padding-left:3px;
}

/* MENU */

.div-menu{
	width:100%;
	height:110px;
	background:url('imagens/fundo_menu.gif') repeat-x;
}

.div-menu ul{
	list-style:none;
	/*margin-left:20px;*/
	margin-left:2px;
}

.div-menu ul li{
	float:left;
}

.li-logo{
	margin-top:15px;
	/*margin-right:25px;	*/
	margin-right:5px;	
}

/* RODAPE */
	
.div-rodape{
	margin-top:20px;
/*	width:920px;*/
	width:1000px;
	display:inline-block;
	margin-bottom:5px;
	text-align:center;
	color:#a5a5a5;
	font-size:11px;
	padding-bottom:10px;
}

.div-rodape-content{
	margin-top:-10px;
/*	width:920px;*/
	width:1000px;
	display:inline-block;
	margin-bottom:5px;
	text-align:center;
	color:#a5a5a5;
	font-size:11px;
	padding-bottom:10px;
}


.div-rodape p, .div-rodape-content p{
	margin-top:3px;
}

.div-rodape p a, .div-rodape-content p a{
	color:#CCC;
	font-size:10px;
	text-decoration:none;
}

.div-rodape p a:hover, .div-rodape-content p a:hover{
	color:#CCC;
	font-size:10px;
	text-decoration:underline;
}

/* PAINEL */

.div-destaque{
	width:595px;
	height:280px;
	border:1px solid #ecebeb;
	background:url('imagens/fundo_painel.gif') repeat-x;
}

.div-destaque ul{
	list-style:none;
}

.div-destaque ul.painel li{
	display:none;
}

.div-destaque ul.painel li.ativo{
	display:block;
}

.div-destaque .painel .foto{
	float:left;
	margin-right:12px;
	font-size:9px;
	margin-top:30px;
	text-align:left;
	width:270px;
	display:inline-block;
}

.div-destaque .painel .titulo{
	float:left;
	width:300px;
	height:215px;
	text-align:left;
	margin-top:10px;
	/*border:1px solid blue;*/
}

.div-destaque .painel .chamada{
	font-family:Trebuchet MS;
	font-size:35px;
	color:orange;
	font-weight:bold;
	clear:both;
	text-align:right;
	width:582px;
	/*border:1px solid blue;*/
	
}

.div-destaque .painel h1{
	font-family:Trebuchet MS;
	font-size:26px;
	margin-bottom:5px;
	color:orange;
	line-height:26px;
}

.div-destaque .painel h1 a{
	font-family:Trebuchet MS;
	color:orange;
	text-decoration:none;
}

.div-destaque .painel h1 a:hover{
	font-family:Trebuchet MS;
	color:orange;
	text-decoration:underline;
}

.div-destaque .painel p{
	font-size:11px;
	clear:both;
	font-family:Verdana;
	color:#737372;
	line-height:16px;
}

.div-destaque .painel p a{
	font-family:Trebuchet MS;
	color:#737372;
	text-decoration:none;
}

.div-destaque .painel p a:hover{
	font-family:Trebuchet MS;
	color:#737372;
	text-decoration:underline;
}

.container-menu{
	clear:both;
	width:100%;
	height:19px;
	display:inline-block;
	position:relative;
	margin-top:0px;
}

.container-menu .menu{
	/*bottom:0px;
	right:0px;
	list-style:none;*/
	
	position:absolute;
	bottom:4px;
	right:0px;
	list-style:none;
}

.container-menu .menu li{
	font-family:Arial;
	float:left;
	border:1px #eaeaea solid;
	width:14px;
	height:14px;
	background:orange;
	font-weight:bold; 
	text-align:center;
	font-size:9px;
	margin-top:1px;
	margin-right:4px;
	cursor:hand;
	cursor:pointer;
	color:white;
}

/* LARGURAS, ALTURAS E OBJETOS DE FORMULARIOS */

.ct{
	font-size:12px;
	color:black;
	height:20px;
	border:1px solid gray;
}

.w40{width:40px;}
.w50{width:50px;}
.w70{width:70px;}
.w74{width:74px;}
.w80{width:80px;}
.w100{width:100px;}
.w150{width:150px;}
.w160{width:160px;}
.w170{width:170px;}
.w180{width:180px;}
.w182{width:182px;}
.w184{width:184px;}
.w190{width:190px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}
.w350{width:350px;}
.w385{width:385px;}
.w395{width:395px;}
.w400{width:400px;}
.w420{width:420px;}
.w430{width:430px;}
.w440{width:440px;}
.w450{width:450px;}
.w500{width:500px;}

.h20{height:20px;}
.h25{height:25px;}
.h30{height:30px;}
.h90{height:90px;}
.h95{height:95px;}
.h100{height:100px;}
.h137{height:137px;}
.h140{height:140px;}
.h143{height:143px;}
.h145{height:145px;}
.h150{height:150px;}
.h200{height:200px;}

.div-voltar{
	width:60px;
	padding:5px;
	background-color:orange;
	margin-top:8px;
	margin-bottom:10px;
	text-align:center;
}

.div-voltar a{
	font-size:10px;
	color:white;
	text-decoration:none;
}

.div-voltar a:hover{
	font-size:10px;
	color:white;
	text-decoration:underline;
}

.div-outros-produtos{
	font-size:11px;
	margin-left:20px;
	font-weight:bold;
	display:inline-block;
	border-top:1px solid #dedcd8;
	width:890px;
	padding-top:0px;
	margin-top:10px;
}



