@charset "utf-8";

* { margin: 0; padding: 0; z-index: 1; }
html, body {
	height: 100%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #1E1E1E;
}

/* contendo float */ 
.contemfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.contemfloat { display: inline-block; } 
/* Hides from IE-mac \*/ 
* .contemfloat { height: 1%; } 
.contemfloat { display: block; } 

.png_bg {
}
/* End hide from IE-mac */ 
 
#limites {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
} 
* html #limites { height: 100%; } 

a:focus {
	outline: none;
}

#conteudo {
	width: 100%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#home-topo {
	height: 250px;
	width: 100%;
	font-size: 11px;
	background-color: #061313;
	background-image: url(images/fundo-geral.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#home-fundo-topo {
	height: 250px;
	width: 100%;
	background-repeat: repeat;
}

#home-topo #topo-content {
	width: 810px;
	margin-left: -405px;
	position: absolute;
	left: 50%;
	height: 250px;
	background-image: url(images/fundo-topo.jpg);
	background-repeat: no-repeat;
}

#home-topo #logo  {
	width: 147px;
	height: 100px;
	float: left;
	position: absolute;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	left: 99px;
	z-index: 900;
	top: 50px;
}
#home-topo  a.link {
	color: #818181;
	text-decoration: none;
}
#home-topo  a.link:hover {
	color: #333333;
	text-decoration: none;
}
#home-topo .menu-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 810px;
	height: 47px;
	float: right;
	right: 0px;
	position: absolute;
	bottom: 0px;
	background-image: url(images/fundo.bt.png);
	background-repeat: repeat;
}
#home-topo  .menu-list li {
	padding: 8px 5px 5px 5px;
	cursor: pointer;
	width: 125px;
	float: left;
	height: 38px;
	color: #787878;
}
#home-topo  .menu-list li:hover {
	border: 1px solid #3D3C3A;
	padding: 7px 4px 4px 4px;
	background-image: url(images/fundo.bt.png);
	background-repeat: repeat;
}
#home-topo     .menu-list   .active  {
	border: 1px solid #3D3C3A;
	padding: 7px 4px 1px 4px;
	background-image: url(images/fundo.bt.png);
	background-repeat: repeat;
	width: 125px;
	height: 38px;
}

#home-img {
	top: 130px;
	height: 290px;
	width: 100%;
	background-color: #000;
	position: relative;
}

#home-text {
	width: 336px;
	text-align: left;
	line-height: 16px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 50px;
	color: #6C6C6C;
	padding-top: 5px;
	right: 40px;
	top: 40px;
	position: relative;
	left: 380px;
}

.home-tit {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	line-height: 22px;
}
h2 {
	margin: 0;
	padding: 0 0 .3em;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}

#home-main {
	width: 100%;
	position: relative;
	height: 156px;
	background-color: #ebebeb;
	border-bottom: solid #fff 1px;

}
#home-main #home-center {
	width: 810px;
	height: 156px;
	margin-left: -405px;
	position: relative;
	left: 50%;
}


#home-main  a.link {
	color: #C0A062;
	text-decoration: none;
}
#home-main  a.link:hover {
	color: #333333;
	text-decoration: none;
}
#home-main #main-1 {
	line-height: 16px;
}
#home-main #main-2 {
	line-height: 16px;
}
#home-main #main-3 {

}

#home-main #tit1 {
	background-image: url(images/icon_1.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 28px;
	padding-left: 130px;
	padding-top: 10px;
}
#home-main #tit2 {
	background-image: url(images/icon_2.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 28px;
	padding-left: 125px;
	padding-top: 10px;
}

h3 {
	margin: 0;
	padding: .7em 0 .7em;
	font-size: 13px;
}
p {
	margin: 0;
	padding: 0 0 .5em;
}
.pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
}
.pane-list li {
	cursor: pointer;
	width: 239px;
	float: left;
	height: 140px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.li-border {
	border-right: solid #fff 1px;
}
.pane-list li:hover {
	background: #f3f3f3;
}
#meio {
	width: 100%;
	position: relative;
	background-color: #f6f6f6;
	border-top: solid #f3f3f3 20px;
	padding-top: 5px;
	line-height: 21px;
	font-size: 13px;
}
#meio #meio-content {
	width: 810px;
	margin-left: -405px;
	position: relative;
	left: 50%;
	padding: 0;
}
#meio  #meio-content  #meio-cont-left {
	width: 810px;
	float: left;
}
#meio  #meio-content  #meio-cont-left  #meio-text-right {
	width: 335px;
	float: left;
	padding-right: 25px;
	height: 198px;
	padding-bottom: 20px;
}
#meio #meio-content #meio-cont-right {
	width: 210px;
	float: right;
	position: relative;
	padding: 0;
}
#meio #meio-content #meio-img-right {
	width: 210px;
	float: right;
	position: relative;
	padding: 26px 0 0 0;
}


#meio #meio-content #meio-base {
	width: 680px;
	height: 30px;
	clear: left;
	padding: 10px 0 0 0;
	background-image: url(images/fundo-base.png);
	background-repeat: no-repeat;
	margin: 0 65px 0 65px;
}
#meio-content  a.link {
	color: #C0A062;
	text-decoration: none;
}
#meio-content  a.link:hover {
	color: #333333;
	text-decoration: none;
}
.textsimple {
	font-size: 9pt;
	line-height: 16px;
}
#meio #meio-content #text-meio {
	width: 216px;
	float: left;
	height: 186px;
	border-bottom: dotted #666 1px;
}



h4 {
	margin: 0;
	padding: .5em 0 .8em;
	font-size: 14pt;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	color: #707070;
	line-height: 21px;
	letter-spacing: normal;
	width: 580px;
	float: left;
}
h5 {
	margin: 0;
	padding: 0 0 .5em;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #454545;
	line-height: 20px;
	letter-spacing: normal;
}
h1 {
	margin: 0;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #707070;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
}






#rodape-all {
	width: 100%;
	position: relative;
	height: 195px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 60px;
}



#rodape {
	left: 50%;
	width: 810px;
	color: #666666;
	margin-left: -405px;
	position: relative;
	line-height: 22px;
}
#rodape  #rodape-left {
	width: 210px;
	margin-top: 8px;
	float: left;
	font-size: 14px;
	padding: 0 40px 0 0;
}
#rodape #logo {
	width: 160px;
	margin-top: 20px;
	float: left;
	font-size: 14px;
	background-image: url(images/logotipo.rodape_lida.mais.jpg);
	background-repeat: no-repeat;
	height: 115px;
	margin-left: 50px;
	background-position: 10px 0px;
}
#rodape #logo2 {
	width: 160px;
	margin-top: 20px;
	float: left;
	font-size: 14px;
	background-image: url(images/logotipo.rodape_lida.mais.jpg);
	background-repeat: no-repeat;
	height: 115px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.5;
	opacity: 0.8;
	margin-left: 50px;
	background-position: 10px 0px;
}

#rodape #rodape-right {
	width: 350px;
	margin-top: 8px;
	float: left;
	height: 124px;
}
#rodape #rodape-botton {
	width: 810px;
	margin-top: 8px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #151515;
	padding: 8px 0 0 0;
}

#rodape a:hover {
	background-color: #4D4D4D;
	color: #FFEDCA;
	text-decoration: underline;

}
#rodape a.link  {
	line-height:25px;
	color:#C0A062;
	text-decoration:none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272727;
}
#rodape a.link:hover {
	background-color: #232323;
	color: #FFEDCA;
	text-decoration: none;
}
#empresa-img {
	top: 120px;
	height: 290px;
	background-image: url(images/home_site.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 100%;
	background-color: #000;
}


#empresa-text {
	width: 300px;
	position: absolute;
	margin-top: 75px;
	text-align: left;
	line-height: 20px;
	background-image: url(images/icon_3.png);
	background-repeat: no-repeat;
	background-position: 8px 0px;
	padding-left: 50px;
	color: #999999;
	padding-top: 15px;
	left: 460px;
	font-size: 16px;
	font-weight: normal;
}
#home-main #empresa-main {
	width: 790px;
	margin: 10px 0px 10px 20px;
}
