@charset "utf-8";
/* CSS Document */


/*  RESET */
*, *:before, *:after {
    margin: 0; padding: 0;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -moz-box-sizing: border-box;
    box-sizing: border-box; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%
}


html, body {
	max-height: 100%;
}

body {
    background-color: #ffffff;
	font-family: "Lucida Sans", Verdana, sans-serif;
}
h1 {
    font-size: 1.625em;
}

h2 {
    font-size: 1.375em;
}
h3 {
	font-size: 1.15em;
}
h4 {
	font-size: 1.05em;
}
h5 {
	font-size: .9em;
}
h1, h2, h3, h4, h5 {
	margin-top: 0.5em;
}
ol, ul {	
	list-style: none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	max-width: 100%;
}
/*---------------------------------*/
#wrapper {
	width: 99.2%;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	display: table;
	/*border: #F00 1px solid;*/
}
/*.desktop {
	max-width: 1920px;
}
.cel {
	max-width: 1024px;
}*/

#abertura {min-height:60px;margin-bottom:2px;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.5);box-shadow:0 0 2px 0 rgba(0,0,0,0.5);background:#09C url(../imagens/geral/index_gradients_sprites_v2.png) repeat-x top;}

.aberturaduo {
	width:100%;
	float:left;
	margin-bottom:2px;
	margin-top:2px;
	background-color:#F90;
	border-top: 2px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size: .8em;
}
	.aberturaduo-texto {
		font-family:Verdana, Geneva, sans-serif;
		font-size:.8em;
		color:#000;
		font-weight: bold;
		text-align:center;
		text-decoration: none;
		margin-top:3px;
		margin-bottom: 5px;
	}
	.aberturaduo-action {
		font-family:Verdana, Geneva, sans-serif;
		font-size:.8em;
		color:#000;
		font-weight: bold;
		text-align:center;
		text-decoration: none;
		margin-top:15px;
		margin-bottom: 4px;
	}	
	.aberturaduo a{
		color: #FFF;
		text-decoration: none;
	}
	.aberturaduo a:hover{
		text-decoration: underline;
		color:#000;
	}

	.aberturaduo li{
		font-size:1em;
		display:inline;
		padding-left:2%;
		background:url(../imagens/geral/sep.gif) no-repeat 3px 0;
	}

	.aberturaduo .sem-sep{	
		background:none !important;
	}
/*MENU LATERAL*/

#check {
	display:none;
}
#icone {
	cursor:pointer;
	padding:15px;
	position:absolute;
	z-index:1;
}

.barra {
	/*background-color: #999;*/
	height:100%;
	width: 250px;
	position: absolute;
	transition: all .2s linear;	
	left:-250px;
}
.nav {
	width: 98%;
	position: absolute;
	top: 50px;
}
.nav a {
	text-decoration: none;
}
.link {
	background-color: #494950;
	padding: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	transition: all .2s linear;
	color: #f4f4f9;
	border-bottom: 2px solid #222;
	opacity:0;
	margin-top: 200px;
}
.link:hover {
	background-color: #09C;
}
.link1 {
	background-color: #494950;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em; 
	transition: all .2s linear;
	color: #FC0;
	border-bottom: 2px solid #222;
	font-weight: bold;	
}
#check:checked ~ .barra {
	transform: translateX(250px);
}
#check:checked ~ .barra nav a .link {
	opacity: 1;
	margin-top: 0;
	transition-delay: .1s;
}

/* -------------------*/
.top-logo {
	position:absolute;
	left:50%;
	margin-left:-80px;
	top:1px
}
.top-logo img {
	max-height:30px
}
.logo {
	width: 160px;
	height: 38px;
	float: left;
	background:url(../img/logo_class1.png) center center/160px no-repeat;
	margin-top: 10px;
	margin-left:auto;
}
.logo1 {
	width: 295px;
	height: 90px;
	float: left;
	background:url(../imagens/geral/logo_classiforte_img.png) center center/290px no-repeat;
	margin-top: 5px;
	margin-left:auto;
}
.iconebc {
	width: 30px;
	height: 25px;
	background:url(../img/iconebc.png) center center/30px no-repeat;
	margin-top: 10px;
	margin-left:15px;
}
.iconebc1 {
	width: 30px;
	height: 25px;
	background:url(../img/iconebc.png) center center/30px no-repeat;
	margin-top: 10px;
	margin-right:15px;
}
/* -------------------*/

.btn-menu {
	float: right;
	cursor:pointer;
	margin-top: 10px;
	margin-right:15px;
	z-index:1;	
}
.menu {
	display: none;
	width:100%;
	height: 100%;
	position: fixed;
	background-color: #494950;
/*	background-color: rgba(0,0,0,0.7); */
	top: 0;
	left: 0;
}
.btn-close {
	font-size: 2em;
	color:#fff;
	float: right;
	cursor: pointer;
	margin-right: 2.8%;
	margin-top: 2.8%;
}
.menu ul {
	width: 99%;
	float: left;
	text-align: center;
}
.menu li {
	padding: 1.5%;
	border-bottom: 2px solid #222;
}
.menu li a {
	font-size: 1em;
	color: #f4f4f9;
	padding: 1.5% 5%;
}
.menu li a:hover {
	background-color: #09C;
}
/*----------desktop----------------------*/
.topo-local {
	width:98.9166666666%;
	height:auto;
	display:table;
	margin:auto;
}
.local {
	float:left;
	width:10.7391304347%;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	margin-left:2.88731144631%;
	margin-top:18px;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
.login {
	float:left;
	width:35.0700976042%;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 12px;
	margin-left:5.0559006211%;
	margin-top:18px;
}
.login a{
	color: #FFF;
	text-decoration: none;
	font-weight:normal
}
.login a:hover{
	text-decoration: underline;
	color: #FC6;
	font-weight:normal; 
}
.login li{
	display:inline;
	padding-left:10px;
	background:url(../imagens/geral/sep.gif) no-repeat 3px 0;	
}

.login .sem-sep{	
	background:none !important;
} 
/*-------------*/
.login2 {
	float:left;
	width:55.0700976042%;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-size: 12px;
	margin-left:1.0559006211%;
	margin-top:18px;
}
.login2 a{
	color: #FFF;
	text-decoration: none;
	font-weight:normal
}
.login2 a:hover{
	text-decoration: underline;
	color: #FC6;
	font-weight:normal;
	 
}
.login2 li{
	display:inline;
	padding-left:10px;
	background:url(../imagens/geral/sep.gif) no-repeat 3px 0;	
}

.login2 .sem-sep{	
	background:none !important;
} 

.redes-sociais {
	float:left;
	width:120px;
	margin-left:10.0559006211%;
	margin-top:18px;
}


 /* Redes Sociais */ 
 
.twitter { width:20px; height:20px; border:0px; float:right;margin:2px;}
.facebook { width:20px; height:20px; border:0px;float:right;margin:2px;}
.youtube { width:20px; height:20px; border:0px;float:right;margin:2px;}
.feed { width:20px; height:20px; border:0px;float:right;margin:2px;}
.google { width:20px; height:20px; border:0px;float:right;margin:2px;}

/*---------------------------------------------------------------------- CABEÇALHO -----------------------------------------*/

/*
	border-left: #666 2px solid;
	border-right: #666 2px solid;*/
.sep_conteudo {
	width:100%;
	height: 100px;
	margin-top:3px;
}

.logoDesktop {
	width:295px;
	float:left;
	margin-left:160px;
	/*min-width:215px;*/
}
.superbanner{
	float:right;
	width:745px;
	margin-right: 140px;
}

/*------ Alfabeto-----*/

.alfabeto {
	width:100%;
	clear:both;
	float:left;
	background-color: #09C;
	border-top: 2px solid #000;
	margin-top:3px;
}

	.alfabeto-texto {
		font-family:Verdana, Geneva, sans-serif;
		font-size:0.7em;
		color:#fff;
		font-weight: bold;
		text-align:center;
		text-decoration: none;
		margin-top:3px;
		margin-bottom: 5px;
	}
	.alfabeto-action {
		font-family:Verdana, Geneva, sans-serif;
		font-size:0.7em;
		color:#fff;
		font-weight: bold;
		text-align:center;
		text-decoration: none;
		margin-top:15px;
		margin-bottom: 4px;
	}	
	.alfabeto a{
		color: #FF0;
		text-decoration: none;
	}
	.alfabeto a:hover{
		text-decoration: underline;
		color:#FFF;
	}

	.alfabeto li{
		font-size:1em;
		display:inline;
		padding-left:0.6%;
		/*	background:url("imagens/geral/sep.gif") no-repeat 1px 0;	*/
	}

	.alfabeto .sem-sep{	
		background:none !important;
	}
	
.styled-select select {
   border:1px solid #7A9CBC; /* BORDA */
    -moz-box-shadow: 0 0 3px #138AE7; /* BORDA */
    -webkit-box-shadow: 0 0 3px #138AE7;/* BORDA */
    box-shadow: 0 0 3px #138AE7;  /*/* BORDA */
    border-radius:4px;  
    -moz-border-radius:14px;
    padding:6px;
	margin-left:20px;
	margin-right: 5px;
    min-width: 180px; /*COMPRIMENTO DO CAMPO INPUT */
    color:#333;
    margin-bottom:2px; 
	display:inline;
   }
.styled-txt {
   border:1px solid #7A9CBC; /* BORDA */
    -moz-box-shadow: 0 0 3px #138AE7; /* BORDA */
    -webkit-box-shadow: 0 0 3px #138AE7;/* BORDA */
    box-shadow: 0 0 3px #138AE7;  /* BORDA */
    border-radius:4px;  
    -moz-border-radius:14px;
    padding:6px;
	margin-left:5px;
	margin-right: 5px;
    min-width: 40%; /*COMPRIMENTO DO CAMPO INPUT */
    color:#333;
    margin-bottom:2px; 
	display:inline;
   }
.busca {
	margin-bottom: 4px;
	}

.conteudo-data {
	width:100%;
	height: 30px;
	margin-bottom: 10px;
}
.data {
	height:24px;
	float: left;
	font-size: 12px;
	margin-top:8px;
	margin-left:200px;
}

.data-menu{
	float:right;
	font-size:12px;
	color: #000;
	text-decoration: none;
	margin-top:8px;
	margin-right:190px;
}
.data-menu a{
	color: #000;
	text-decoration: none;
	margin-top:5px;
}
.data-menu a:hover{
	text-decoration: underline;
	color: #F93;
	font-weight:normal; 
}
.data-menu li{
	display:inline;
	padding-left:10px;
	background:url("../imagens/geral/sep.gif") no-repeat 3px 0;	
}

.data-menu .sem-sep{	
	background:none !important;
}

.barranoticias {
	clear:both;
	height: 40px;
	margin-bottom: 3px;
	margin-left:25%;
}

/*-----------------------CONTEUDO--------------------------*/

.conteudo {
	width:100%;
	float:left;
	padding: 1% 1%;
/*	font-size:0.8em;  */
}

.conteudo-local {
	width:93.9166666666%;
	height:auto;
	display:table;
	margin:auto;
	/*border-left: #666 2px solid;
	border-right: #666 2px solid;*/
}

.home-category{margin:0 0 1%;overflow:hidden}
.home-category-grid{float:left;margin:1% -1% 1% 1%;width:98%}
.home-category-box{float:left;margin-left:auto 100%;width:100%;max-width:100%;height:auto;}
.home-category-box a{color:#fff;display:block;width:98%;height:auto;}
.home-category-box a img{display:block;width:98%;background-position: center}

.gridbox {
    margin-bottom: 2.0242914979757085020242914979757%;
    margin-right: 2.0242914979757085020242914979757%;
    float: left;
}

.gridbox2 {
    margin-bottom: 2.0242914979757085020242914979757%;
    float: left;
}
.gridmenu {
    width: 20.481781376518218623481781376518%;
	/*border-left: #ccc 2px solid;
	border-right: #ccc 2px solid;*/
}
.gridmain {
    width: 55.987854251012145748987854251012%;
	/*border-left: #666 2px solid;
	border-right: #666 2px solid;*/
}
.gridright {
    width: 18.981781376518218623481781376518%;
    margin-right: 0;
	/*background-color: #CDF0F6;*/
}
.menuitem {
    margin: 4.310344827586206896551724137931%;
    margin-left: 0;
    margin-top: 0;
    padding: 4.310344827586206896551724137931%;
    /*border-bottom: 1px solid #e9e9e9;*/
    cursor: pointer;
}
.right {
    padding: 4.310344827586206896551724137931%;
    background-color: #CDF0F6;
}
.main {
    padding: 2.0661157024793388429752066115702%;
}
.gridfooter {
    width: 100%;
    margin-bottom: 0;
	background:#000E1C url(../imagens/geral/page_bottom_bg_t2.png) repeat-x;
	margin-top:35px;
	border-top:#000 4px solid;
	clear:both;
}
.foto3_1 {
	height: 100%;
  	min-height: 100%;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
 	-webkit-justify-content: center;
  	justify-content: center;
 	 margin-top:5px;
	/*margin-bottom:5px;
	border: #666 2px solid;*/
}
.foto3_2 {
	float:left;
	margin-left: 5px;
	margin-top:5px;
	margin-bottom:5px;
}

/*MENU ESQUERDO*/
.menue {
	TEXT-ALIGN: left; 
	PADDING-BOTTOM: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: 5px; 
	font-size: 13px; 
	FONT-WEIGHT: bold;
}
.menue UL {
	MARGIN: 0px 2px 12px;
}
.menue UL LI {
	BORDER-BOTTOM: #ccc 1px solid; 
	LINE-HEIGHT: 2.0em; 
}
.menue UL LI A {
	PADDING-LEFT: 16px; 
	DISPLAY: block; 
	COLOR: #3b3b3b;
}
.menue ul li a:hover{
	padding-left:16px;
	color:#FFF;
	display:block;
	background-color:#06C;	
}
.menue UL .cabeca A {
	PADDING-LEFT: 5px; 
	FONT-SIZE: 1.12em; 
	FONT-WEIGHT: bold; 
	BORDER-BOTTOM: #cecece 1px solid;
	background-color:#0E3560; 
	color:#FFF;
}
.menue UL .cabeca2 a{
	/*PADDING-LEFT: 15px; */
	PADDING-TOP: 10px;
	PADDING-BOTTOM: 10px;
	FONT-SIZE: 1.22em; 
	FONT-WEIGHT: bold; 
	BORDER-BOTTOM: #cecece 1px solid;
	background-color:#0E3560; 
	color:#FFF;
	text-align:center;
}
.menue UL .cabeca a:hover {
	PADDING-LEFT: 5px; 
	FONT-SIZE: 1.12em; 
	FONT-WEIGHT: bold; 
	BORDER-BOTTOM: #cecece 1px solid; 
	background-color:#0033CC; 
	color:#FFF;
}
.menue UL .cabeca SPAN {
	PADDING-LEFT: 5px; 
	FONT-SIZE: 1.12em; 
	FONT-WEIGHT: bold; 
	BORDER-BOTTOM: #cecece 1px solid; 
	background-color:#0033CC;
	color:#FFF;
}

.banners_texto {
	width: 100%;
	float: left;
	font-size:10px;
	text-align: center;
	text-decoration:none;
	margin-left:4px;
}

.banners_img {
	width: 100%;
	float: left;
	margin: 12px 0 6px 1px;
	text-align: center;
}
/*---------------rodapé-----------*/

.rodape {
	width:100%;
	float:left;
	padding: 3% 4%;
	text-align: center;
	background:linear-gradient( #032C69, #000);
	clear:both;
}
.ico-social {
	width:100%;
	float:left;
	font-size: 1.2em;
	padding: 1% 2%;
}
.ico-social a {
	font-size: 1.2em;
	color :rgba(255,255,255,0.7);
	margin-right:3%;
}
.ico-social a:last-child {
	font-size: 1.2em;
	margin-right:0;
}
.ico-social a:hover {
	font-size: 1.2em;
	color : rgb(255,255,255);
	font-weight: bold;
}
.copyright {
	margin-top:2%;
	color :rgba(255,255,255,0.7);
	font-size:0.7em;
}
p {
	margin-top: 1.5em;
}

/*------------------------------------------------------------------------ RODAPÉ ------------------------------------*/


.ninesixty_container { 
	width: 80%; 
	margin: auto; 
	PADDING-BOTTOM: 10px; 
	FONT-SIZE: 11px; 
	PADDING-TOP: 5px;
}

.footer_logo { 
	float: right; 
	margin: 0 10px 0 0; 
	text-align: center; 
	height: 130px; 
	width: 140px; 
	background: url(../imagens/geral/icone_classiforte_img_100x100.png) 3px 2px no-repeat; 
	background-position: center top 
}

.footer_logo_nome {
	TEXT-ALIGN: center; 
	MARGIN-TOP: 105px; 
	PADDING-LEFT: 3px; 
	COLOR: #fff;
}
.footer_links a { 
	color: #fff;
	font-weight: normal;
	 float:left; 
}
.footer_links a:hover {
	color: #AAA;
}

.footer-box1 {PADDING-LEFT: 40px; WIDTH: 150px; FLOAT: left;}
.footer-box2 {PADDING-LEFT: 30px; WIDTH: 170px; FLOAT: left; BORDER-LEFT: #fff 1px solid;}
.footer-box3 {PADDING-LEFT: 30px; WIDTH: 170px; FLOAT: left; BORDER-LEFT: #fff 1px solid;}
.footer-box4 {PADDING-LEFT: 30px; WIDTH: 170px; FLOAT: left; BORDER-LEFT: #fff 1px solid;}
.footer-boxtit {COLOR: #fff; FONT-SIZE: 13px; FONT-WEIGHT: bold; float:left;}
.footer-boxtex {LINE-HEIGHT: 12px; PADDING-TOP: 16px; float:left;}
.footer-copyright {TEXT-ALIGN: center; CLEAR: both;COLOR: #ccc; FONT-SIZE: 12px;  PADDING-TOP: 20px;}

/*-----------------------------------------------------------------------------------------------------*/

.titulo_interno {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	margin-top: 10px;
}
.titulo_interno a:hover{
	color: #FF0;
	text-decoration: none;
}
.titulo_interno2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	margin-top: 10px;
}

.titulo_interno2 a{
	color: #000;
	text-decoration: none;
}
.titulo_interno2 a:hover{
	text-decoration: underline;
	color: #F93;
	font-weight:normal; 
}

.titulo_msg {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
.TituloVermelho {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
} 

.TextoCinzaMedio {
	font-size: 13px;
	text-decoration: none;
	color:#000;
}
.TextoCinzaEscuro {
	font-size: 13px;
	text-decoration: none;
}
.TextoNoticias {
	font-size: 13px;
	text-decoration: none;;
	color:#000;
}
.TextoNoticias a{
	color:#000;
}
.TextoNoticias a:hover{
	color:#ccc;
}	
#dvNoticia {
	font-size:0.9em;
}
ul.square {
	list-style-type: square;
	PADDING-LEFT: 52px;
}
.fundo_login {
	width:100%;
	margin-top: 5px;
	/*margin-left: 10%;*/
	color: #900;
	text-decoration: none;
	/*border:#CCC 1px solid;
	background-color:#E1E1E1;*/
}
.fundo_senha {
	width:100%;
	margin-top: 125px;
	color: #900;
	text-decoration: none;
}
.navegacao {
	float:left;
	width:100%;
	font-size:11px;
	text-align:center;
	color:#000;
}
.navegacao a{
	font-size:11px;
	text-align:center;
	color:#000;
}
.navegacao a:hover{
	font-size:11px;
	text-align:center;
	color:#ccc;
}
.bt-voltar {
	font-size:0.6em;
	width:25%;
	float:left;
	color:#000;
}
.bt-imprimir {
	font-size:0.6em;
	width:30%;
	float:left;
	color:#000;
}
.bt-amigo {
	font-size:0.6em;
	width:45%;
	float:left;
	color:#000;
}

/*-------CATEGORIAS ANUNCIOS-------*/
.e-gratuito {
	width: 95%;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
	border-bottom:#ccc 1px solid;
}
.e-basico {
	width: 95%;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
	background: #FBFBFB;
	border:#000 1px solid;
}
.e-basico-gratuito {
	width: 95%;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
	background:#fff;
	border:#000 1px solid;
}
.e-basicosuper {
	width: 95%;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
	background: #EFEFEF;
	border:#000 1px solid;
}
.e-avancado {
	width: 95%;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
	background: #FFFFCE;
	border:#000 1px solid;
}
.e-avancadosuper {
	width: 95%;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
	background:#FF9;
	border:#000 1px solid;
}
.e-foto {
	float:right;
	width:100px;
	height:100px;
	background:#ccc;
	border:#000 1px solid;
	margin-top:5px;
	margin-right:7px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#000;
}
.e-fotoempresa {
	float:right;
	width:100px;
	height:100px;
	background:#ccc;
	border:#000 1px solid;
	margin-top:5px;
	margin-right:30px;
}
.e-nome {
	width:530px;
	/*border:#000 1px solid;*/
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;	
	display:block;
	font-size: 14px; 
	line-height: 23px;
	margin-bottom: 5px; 
	margin-left:10px;
	color:#900
}
.e-detalhes {
	width: 95%;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
	border-bottom:#ccc 1px solid;
}

.e-notas {
	width: 95%;
	float:left;
	margin-left:5px;
	margin-bottom:20px;
	background-color:#FFC;
	line-height: 23px;
	border:#CCC 1px solid;
}
.e-notas a{
	color: #000;
	font-size: 11px;
	text-decoration: none;
}
.e-notas a:hover{
	font-size: 11px;
	text-decoration: underline;
	color:#ff0000;
}
.e-notas li{
	display:inline;
	padding-left:40px;	
	background:url("../imagens/geral/sep.gif") no-repeat 18px 0;	
}

.e-notas .sem-sep{	
		background:none !important;
	}

.logotipo{float:right;width:100px}
.telefones {/*clear:both;*/ margin-bottom: 5px;margin-top:5px; overflow:hidden;margin-left:14px;}
/*.listPhone{position:relative;float:left;margin: 6px 5px 0 30px;overflow:hidden; }
.listPhone ul li {display:inline;font:bold 14px "Trebuchet MS";color:#333; background:url("../imagens/geral/sep.gif") no-repeat 3px 0;}
.listPhone ul li a {color:#333333;}
.listPhone .sem-sep{	
	background:none !important;
}*/

.telefones a{
	color: #000;
	font:bold 14px "Trebuchet MS";
	text-decoration: none;
	margin-top:10px;
	 
}
.telefones a:hover{
	text-decoration: underline;
	font:bold 14px "Trebuchet MS";
	color:#000;
	
}
.telefones li{
	display:inline;
	padding-left:30px;
	background:url("../imagens/geral/sep.gif") no-repeat 12px 2px;	
}

.telefones .sem-sep{	
	background:none !important;
}
.tel {
	color: #000;
	font: 14px "Trebuchet MS";
	text-decoration: none;
	margin-top:10px;
}

.tel li{
	display: inline;
	padding-left:12px;	
	background:url("../imagens/geral/sep.gif") no-repeat 3px 0;
}
.tel .sem-sep{	
	background:none !important;
}


.e-descricao {display:block;font-size: 12px; line-height: 13px;margin-bottom: 5px; margin-left:14px; color:#000; margin-top:5px;}

.fn{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left:16px;
	overflow:hidden;
	text-transform: uppercase; /*texto em caixa alta*/
}
.fn a{
		color: #900;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
	}
	.fn a:hover{
		text-decoration: none;
		color:#CC0000;
		font-weight: bold;
		font-size: 14px
	}
.categoria {display:block;font-size: 11px; line-height: 13px;margin-bottom: 5px; margin-left:34px;margin-top:5px; color:#000;}
.endereco {display:block; line-height: 13px;margin-bottom: 15px;}
.adr {font-size: 11px; width: 550px; margin-left:5px; margin-top: 5px;}
.rua {font-size: 12px; margin-left:14px;}
.bairro {font-size: 12px;}
.cidade {font-size: 12px; margin-left:14px;}
.estado {font-size: 12px;}
.cod-postal {font-size: 12px;}

.mais_info {
	color: #000;
	font:bold 14px "Trebuchet MS";
	margin-bottom: 5px;
	margin-top:5px; overflow:hidden;
	margin-left:14px;
}
.mais_info_detalhes {
	color: #000;
	font: 12px "Trebuchet MS";
	margin-left:24px;
	margin-bottom: 5px;
	margin-top:5px; overflow:hidden;
}
.nao_info {
	color: #000;
	font: 11px "Trebuchet MS";
}

/*-------FIM CATEGORIAS ANUNCIOS --------*/

.e-abertura {
	float:left;
	width:100%;
	background:#FFF;
	margin-top:5px;
	margin-right:30px;
}
.e-fotoempresa1 {
	float:left;
	width:150px;
	height:150px;
	background:#FFF;
	margin-top:1px;
	margin-right:1%;
}
.e-fotoempresa2 {
	float:left;
	width:100%;
	background:#FFF;
	margin-top:5px;
}
.e-fotoempresa3 {
	float:left;
	width:100%;
	background:#FFF;
	margin-top:5px;
	margin-bottom:15px;
}
.e-nome1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;	
	display:block;
	font-size: 1.3em; 
	margin-bottom: 1%; 
	margin-left:1%;
	color:#900;
	margin-top:12px;
}
.e-rua {	
	display:block; 
	margin-left:1%;
}
.rua1 {font-family:Tahoma, Geneva, sans-serif;font-size:0.9em; margin-left:3%;}
.rua2 {font-family:Tahoma, Geneva, sans-serif;font-size:0.9em; margin-left:3%;}

.apres_empresa {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1em;
  	margin-left: 10%;
 	margin-top:15px;
 	padding-left:5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.blocox {
	margin-top:25px;
	margin-bottom: 25px;
	margin-left:2px;
}
.subtitulo {
	width: 100%;
	font-weight: bold;
	color:#CC3E00;
	font-size: 1.2em;
	margin-top:15px;
	margin-bottom: 5px;
	margin-left:2px;	
}
.atendimento-table {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	margin-top:10px;
	width:80%;
	margin-left: 8%
}
.TextoCinza {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	padding-top: 15px;
	margin-left: 8%
}
.album-fotos-capa{
	max-width: 100%;
	margin:0 auto;
	margin-left: 3%;
	margin-right: 3%;
}

.album-fotos{
	max-width: 510px;
	margin:0 auto;
}
.album-fotos img {
	width: 500px;
	}
.mySlides {display:none;}


.titulo_interno3 {
	float:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #036;
	text-decoration: none;
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 2%;
}
.botao-galeria{
	width:100%;
	text-align: center;
	display: block;
	clear: both;
	padding-top:12px;
	padding-bottom:15px;
}
.galeria{
	background-color: #F60;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	border-radius: 10px;
	padding: 7px 14px;
	text-decoration: none;
}
.base {	
  	margin-left: 15px;
  	padding-left:1%;
}

.atividade {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	PADDING-LEFT: 4%;
	font-size: 0.8em;
	margin-left:6px;
	margin-top:2%;
	color: #000;
	background-color: #FFC;
}
.atividade li {
	list-style-type: square;
	color:#000;
	line-height: 100%;
}
.atividade li a{
		color: #000;
		text-decoration: none;
		
	}
.atividade li a:hover{
		text-decoration: underline;
		color: #930;
	}
.ativ {
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.7em; 
	line-height: 1em;
	margin-bottom: 4px; 
	margin-left:5px;
	margin-top:5px; 
	color:#000;
	text-transform: capitalize;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
.ativ2 {
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.7em; 
	line-height: 1em;
	margin-bottom: 4px; 
	margin-left:5px;
	margin-top:5px; 
	color:#000;
	text-transform: capitalize;
    overflow: hidden;
	}
.end {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
  	margin-left: 80px;
 	margin-top:5px; 
 	padding-left:5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i2Style{
font:bold 12px Tahoma, Geneva, sans-serif;
font-style:normal;
color:#ffffff;
background:#1568db;
border:0px solid #ffffff;
text-shadow:0px -1px 1px #222222;
box-shadow:2px 2px 5px #000000;
-moz-box-shadow:2px 2px 5px #000000;
-webkit-box-shadow:2px 2px 5px #000000;
border-radius:0px 0px 5px 0px;
-moz-border-radius:0px 0px 5px 0px;
-webkit-border-radius:0px 0px 5px 0px;
width:40px;
padding:1px 6px;
cursor:pointer;
margin:0 auto;
margin-right:2%;
margin-bottom:10;
}
.i2Style a {
	color:#ffffff;
}
.i2Style:active{
cursor:pointer;
top:2px;
}
.i3Style{
font:bold 12px Tahoma, Geneva, sans-serif;
font-style:normal;
color:#ffffff;
background:#F44900;
border:0px solid #ffffff;
text-shadow:0px -1px 1px #222222;
box-shadow:2px 2px 5px #000000;
-moz-box-shadow:2px 2px 5px #000000;
-webkit-box-shadow:2px 2px 5px #000000;
border-radius:0px 0px 5px 0px;
-moz-border-radius:0px 0px 5px 0px;
-webkit-border-radius:0px 0px 5px 0px;
width:40px;
padding:1px 6px;
cursor:pointer;
margin:0 auto;
margin-right:2%;
}
.i3Style a {
	color:#ffffff;
}
.i3Style:active{
cursor:pointer;
top:2px;
}

.i4Style{
font: 12px Tahoma, Geneva, sans-serif;
font-style:normal;
color:#ffffff;
background:#F0F0E1;
border:0px solid #ffffff;
text-shadow:0px -1px 1px #222222;
box-shadow:2px 2px 5px #666;
-moz-box-shadow:2px 2px 5px #666;
-webkit-box-shadow:2px 2px 5px #666;
border-radius:0px 0px 5px 0px;
-moz-border-radius:0px 0px 5px 0px;
-webkit-border-radius:0px 0px 5px 0px;
width:40px;
padding:1px 6px;
cursor:pointer;
margin:0 auto;
margin-right:2px;
margin-bottom:10;
}
.i4Style a {
	color:#ffffff;
}
.i4Style:active{
cursor:pointer;
top:2px;
}
.i5Style{
font: 12px Tahoma, Geneva, sans-serif;
font-style:normal;
color:#ffffff;
background:#ffffff;
border:0px solid #ffffff;
text-shadow:0px -1px 1px #222222;
box-shadow:2px 2px 5px #ccc;
-moz-box-shadow:2px 2px 5px #ccc;
-webkit-box-shadow:2px 2px 5px #ccc;
border-radius:0px 0px 5px 0px;
-moz-border-radius:0px 0px 5px 0px;
-webkit-border-radius:0px 0px 5px 0px;
width:40px;
padding:1px 6px;
cursor:pointer;
margin:0 auto;
margin-right:2px;
}
.i5Style a {
	color:#ffffff;
}
.i5Style:active{
cursor:pointer;
top:2px;
}
.menu-data{
	width:100%;
	float:left;
	/*font-size:12px;
	color: #000;*/
	text-decoration: none;
	margin-top:8px;
	margin-left:4%;
	padding-bottom: 6px;
}


.menu-data li{
	display:inline;
	padding-left:10px;
	/*background:url("../img/sep.gif") no-repeat 3px 0;*/	
}
.e-fotocat {
  	float: left;
  	width: 70px;
  	height: 70px;
	margin-top:2px;
	margin-left:2px;
}
.basecat {	
  	margin-left: 80px;
  	padding-left:1%;
}
.nome-cat {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top:0.5em;
	overflow: hidden;
	text-transform: uppercase;
	color: #930;
}
.nome-cat a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top:0.5em;
	overflow: hidden;
	text-transform: uppercase;
	color: #930;
}
.nome-cat a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top:0.5em;
	overflow: hidden;
	text-transform: uppercase;
	color: #930;
}

.e-gratuito_cat {
	border: #C0C0C0 1px solid;
	width: 100%;
	float:left;
	margin-bottom:10px;
}
.e-basico_cat {
	background:#fff;
	border-left: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
	border-right: #C0C0C0 1px solid;
	border-top:#EEE 4px solid;
	width: 100%;
	float:left;
	margin-bottom:10px;
}
.e-basico-super_cat {
	background:#fff;
	border-left: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
	border-right: #C0C0C0 1px solid;
	border-top:#CECEC4 4px solid;
	width: 100%;
	float:left;
	margin-bottom:10px;
}
.e-avancado_cat {
	background:#fff;
	border-left: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
	border-right: #C0C0C0 1px solid;
	border-top:#FFFFCA 4px solid;
	width: 100%;
	float:left;
	margin-bottom:10px;
}
.e-avancado-super_cat {
	background:#fff;
	border-left: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
	border-right: #C0C0C0 1px solid;
	border-top:#FFFF55 4px solid;
	width: 100%;
	float:left;
	margin-bottom:10px;
}
.apres {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
  	margin-left: 80px;
 	margin-top:5px;
 	padding-left:5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
hr {clear:both;display:block;background:#CCC;color:#CCC;float:none;width:100%;height:1px;margin:10px 0;* margin: 3px 0 ; border:none}

.padd {
	vertical-align:middle;
    text-overflow: ellipsis;
}