@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}
@font-face {
    font-family: 'ArialRoundedMTBoldRegular';
    src: url('../fonte/arlrdbd-webfont.eot');
    src: url('../fonte/arlrdbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonte/arlrdbd-webfont.woff') format('woff'),
         url('../fonte/arlrdbd-webfont.ttf') format('truetype'),
         url('../fonte/arlrdbd-webfont.svg#ArialRoundedMTBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#989898;
	
}
a{
	color:#989898;
	text-decoration:none;
}
a:hover{	
	text-decoration:underline;
}
h1{
	width:100%;
	height:70px;
	background:#000000;
	clear:both;
	text-align:center;
	vertical-align:middle;
	padding:15px 0;
}
p{
	margin-bottom:10px
}
h1 span{
	display:none;
}
#geral{width:779px; margin:50px auto 0 auto;}
#topo{
	background:#f7f7f7;
	text-align:right;
	overflow:hidden;
	margin-bottom:12px;
}

.box_left{
	width:490px;
	float:left;
	min-height: 800px;
}
.box_right{
	width:280px;
	float:left;
	margin-left:9px;
}




.box_right h2 {
	font-family: 'ArialRoundedMTBoldRegular';
	font-size: 30px;
	color: #D0D0D0;
	font-stretch:extra-condensed;
}

.box_right span {
	font-family: 'ArialRoundedMTBoldRegular';
	font-size: 30px;
	color: #9DC334;
	font-stretch:extra-condensed;
}
.maior {
	font-size: 15px;
	font-weight:bold;
}
.menu_categorias{
	width:100%;
	height:20px;
	background:#f7f7f7;	
	margin-bottom:8px;
}
.menu_categorias li{
	float:left !important;
}

img.borda{
	border:10px solid #e4e4e4;
}
img.borda:hover{
	border:10px solid #DD7922 !important;
}


img.borda_verde{
	border:10px solid #e4e4e4;
}
img.borda_verde:hover{
	border:10px solid #9DC435 !important;
}

img.borda_amarela{
	border:10px solid #e4e4e4;
}
img.borda_amarela:hover{
	border:10px solid #F2C108 !important;
}

/*.lista_imagens_correcao{
	border: 1px solid;
	margin: 0 10px 0 0;
	*margin-top:2px;
}*/

.lista_imagens{
	margin-top:5px;
	*margin-top:2px;
}
.lista_imagens li{
	float:left;
	margin-right:5px;
}
.lista_imagens li.nomargin{
	margin-right:0;
}
.lista_imagens h3{
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.box_news{
	height:105px;
	background:#f2f2f2;
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	color:#989898;
	padding:10px;
}

.box_news h4{
	font-size:18px;
}

.box_contato:hover .texto_contato{
	display:block;
	
}

.texto_contato{
	background:#000000;	
	position:absolute;
	padding:10px;
	height:125px;
	text-align:left;
	color:#FFFFFF;
	margin:20px 0 0 501px;
	*margin:20px 0 0 -211px;
	display:none;
}
.texto_contato a{
	color:#FFFFFF;
}
.texto_contato:hover .btn_contato{
	background:url(../img/btn_contato_hover.gif) center #000000 no-repeat;
}




/*BOTÕES*/
.btn_contato{
	background:url(../img/btn_contato.gif) center no-repeat;
	height:20px;
	width:50px;
	display:block;
	float:right;
	text-indent:-9999px;
	padding:0 10px;
	text-align:center;
}
.btn_contato:hover{
	background:url(../img/btn_contato_hover.gif) center #000000 no-repeat;
}
.btn_branding{
	background:url(../img/btn_branding.gif) center no-repeat;
	height:20px;
	width:53px;
	display:block;
	text-indent:-9999px;
	padding:0 10px;
}
.btn_branding:hover{
	background:url(../img/btn_branding_hover.gif) center #000000 no-repeat;
}

.btn_anuncios{
	background:url(../img/btn_anuncios.gif) center no-repeat;
	height:20px;
	width:53px;
	display:block;
	text-indent:-9999px;
	padding:0 10px;
}
.btn_anuncios:hover{
	background:url(../img/btn_anuncios_hover.gif) center #000000 no-repeat;
}

.btn_filmes{
	background:url(../img/btn_filmes.gif) center no-repeat;
	height:20px;
	width:37px;
	display:block;
	text-indent:-9999px;
	padding:0 10px;
}
.btn_filmes:hover{
	background:url(../img/btn_filmes_hover.gif) center #000000 no-repeat;
}

.btn_continua{
	background:url(../img/btn_continua.gif) center no-repeat;
	height:7px;
	width:36px;
	display:block;
	text-indent:-9999px;
	padding:5px;
	float:right;
}
.btn_continua:hover{
	background:url(../img/btn_continua_hover.gif) center #000000 no-repeat;
}
/*TITULOS*/
.tit_news{
	background:url(../img/tit_news.gif) 10px 0 #f2f2f2 no-repeat;
	width:100%;
	height:20px;
	text-indent:-9999px;
	margin-top:57px;
	*margin-top:54px;
}
.tit_contato{
	background:url(../img/tit_contato.gif) 10px 0 #f2f2f2 no-repeat;
	width:100%;
	height:20px;
	text-indent:-9999px;
	margin-top:35px;
	*margin-top:34px;
}

.img_home{
	margin: 28px 0 0 0;
}
