@charset "utf-8";
/* CSS Document */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 13, 2014 */



@font-face {
    font-family: 'Garamond-regular';
    src: url('fontes/ebgaramond-webfont.eot');
    src: url('fontes/ebgaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/ebgaramond-webfont.woff') format('woff'),
         url('fontes/ebgaramond-webfont.ttf') format('truetype'),
         url('fontes/ebgaramond-webfont.svg#eb_garamondregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Garamond';
    src: url('fontes/ebgaramondsc-webfont.eot');
    src: url('fontes/ebgaramondsc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/ebgaramondsc-webfont.woff') format('woff'),
         url('fontes/ebgaramondsc-webfont.ttf') format('truetype'),
         url('fontes/ebgaramondsc-webfont.svg#eb_garamondsc') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin:0;
	padding:0;
}
#palco {
	min-width:990px;
	width: 100%;
	margin: 0 auto;
	border-bottom:2px solid #CCC;
	overflow:hidden;
}
#site {
	width:100%;
	overflow:hidden;
}
#banner {
	width: 990px;
	margin: 0 auto;
	height:367px;
	overflow:hidden;
}
#slogan {
	width: 990px;
	margin: 0 auto;
	height:45px;
	text-align:center;
	overflow:hidden;
}
#conteudo {
	width: 990px;
	margin: 0 auto;
	/*height:300px;*/
	padding:30px 0;
	overflow:hidden;
}
#midia_system{
	width: 334px;
	position: absolute;
	left: 526px;
	top: 150px;
	z-index: 1;
}
#utilitario_inferior {
	width: 990px;
	margin: 0 auto;
	height:250px;
	overflow:hidden;
}
#utilitarios {
	width: 990px;
	margin: 0 auto;
	height:250px;
}
.bloco_utilitarios{
	width:310px;
}
.bloco_utilitarios2{
	width:220px;
	height:250px;
	float:left;
}
.topo {
	width:990px;
	margin:0 auto;
	overflow:hidden;
	height:130px;
}
#principal {
	width:440px;
	list-style: 0;
	float:right;
	position:relative;
	overflow:hidden;
	margin: 60px 0 0 0;
	padding:0;
}

#principal li {
	display:block;
	width:109px;
	float:left;
	list-style:none;
	cursor:pointer;
	font:bold 15px Garamond;
	color:#666;
	text-align:center;
	height:25px;
	text-decoration:none;
		
	-webkit-transition: all ease-out 300ms ;
	-o-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-ms-transition:all ease-out 300ms;
}

#principal li:hover {
	color:#999;

}
.texto_slogan{
	font:normal 18px Garamond;
	line-height:45px;
	width:990px;
	letter-spacing:1px;
	margin:0 auto;
	text-align:center;
	color:rgba(255,255,255,1);
}
.texto_preto2{
	font:normal 24px Garamond;
	letter-spacing:0.5px;
	color:#333;
}
.texto_preto{
	font:normal 22px Garamond;
	letter-spacing:0.5px;
	color:#666;
}
.texto_branco{
	font:normal 18px Garamond;
	letter-spacing:0.5px;
	color:rgba(255,255,255,1);
}
.txtpadrao_preto{
	font-family:Tahoma;
	line-height:20px;
	color:#333;
	font-size:12px;
	text-align:justify;
}
.txtpadrao_rodape{
	font-family:Tahoma;
	line-height:50px;
	color:#FFF;
	font-size:12px;
	text-align:center;
}
.txtpadrao_branco{
	font-family:Tahoma;
	line-height:20px;
	color:#FFF;
	font-size:12px;
	text-align:justify;
}
.txtpadrao_branco2{
	font:bold 12px Tahoma;
	color:#FFF;
	font-size:12px;
	padding:10px 5px ;
	text-align:justify;
	cursor:pointer;
}
.txtpadrao_branco2:hover{
	padding:10px 5px ;
	border-radius:3px;
	background:rgba(255,255,255,0.2);
	text-decoration:none;
	
	-webkit-transition: all ease-out 300ms ;
	-o-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-ms-transition:all ease-out 300ms;
} 
.txtpadrao_preto2{
	font:normal 12px Tahoma;
	color:#333;
	font-size:12px;
	padding:10px 0;
	line-height:38px;
	text-align:left;
	cursor:pointer;
}
.txtpadrao_preto2:hover{
	padding:10px 0;
	border-radius:3px;
	text-decoration:underline;
	
	-webkit-transition: all ease-out 300ms ;
	-o-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-ms-transition:all ease-out 300ms;
} 
.txt_box{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 12px;
	line-height: 14px;
	text-align:left;
	border-radius:5px;
	background-color:#eee;
}

.txt_box_bt{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 12px;
	line-height: 14px;
	text-align:left;
}
#menu_lateral{
	margin:0;
	padding:0;
	list-style:none;
	border-top: 1px solid #ccc;
	border-top:none;
}
#menu_lateral li{
	border-top: 1px solid #c1c1c1;
}
#menu_lateral li:first-child{
	border-top:none;
}
#menu_lateral li a{
	display:block;
	padding:8px;
	font:normal 12px Arial;
	color:#666;
	text-decoration:none;
	border-left: 7px solid #999;
	
	-webkit-transition: all ease-out 300ms ;
	-o-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-ms-transition:all ease-out 300ms;
}
#menu_lateral li a:before{
	content:"»";
	float:left;
	margin-right:5px;
}
#menu_lateral li a:hover{
	border-left: 25px solid #999;
	background:#fff;
}