@charset "utf-8";
/* CSS Document */
#conteudo_segmentos{
	width: 760px;
	heigth: auto;
	float: left;
	clear: none;
	height: auto;
	/* [disabled]overflow: visible; */
	background-color: #FFF;
	
	
}

#conteudo_segmentos_sub{
	width: 740px;
	heigth: auto;
	margin: 7px;
	background-color: #FFF;
	padding: 3px;
	height: auto;
	/* [disabled]overflow: auto; */
	
	
}

#warp_basico{
	width: 730px;
	height: 140px;
	background-color: #FFF;
	margin: 3px;
	border: 2px solid #CCC;
	box-shadow: 5px 5px 10px #ccc;
	/* implementação para o firefox */
	-moz-box-shadow: 5px 5px 10px #ccc;
	/* implementação para safari */
	-webkit-box-shadow: 5px 5px 10px, #ccc;
	/* border radius */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: table;
	
}

#warp_basico_logo{
	width: 220px;
	height: 140px;
	margin: 5px;
	float: left;
	border: 3px solid #CCC;
	
}

#warp_basico_conteudo{
	width: 470px;
	height: auto;
	margin: 5px;
	float: right;
	padding: 4px;
}

strong.titulo_basico{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #666;
}
b.contatos_basico{
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	
}
strong.phone_basico{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
#warp_medio{
	width: 730px;
	height: auto;
	background-color: #FFF;
	border: 2px solid #F90;
	box-shadow: 5px 5px 10px #ccc;
	/* implementação para o firefox */
	-moz-box-shadow: 5px 5px 10px #ccc;
	/* implementação para safari */
	-webkit-box-shadow: 5px 5px 10px, #ccc;
	/* border radius */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: table;
	position: relative;
	margin: 3px;
}

#warp_medio_logo{
	width: 220px;
	height: 140px;
	margin: 5px;
	float: left;
	border: 3px solid #F90;
}

#warp_medio_conteudo{
	width: 470px;
	height: auto;
	margin: 5px;
	float: right;
	padding: 4px;
}

strong.titulo_medio{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #F90;
	
	
	
}
b.contatos_medio{
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	
	
}
strong.phone_medio{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	
	
}

#warp_completo{
	width: 730px;
	height: auto;
	background-color: #FFF;
	border: 2px solid #06C;
	box-shadow: 5px 5px 10px #ccc;
	/* implementação para o firefox */
	-moz-box-shadow: 5px 5px 10px #ccc;
	/* implementação para safari */
	-webkit-box-shadow: 5px 5px 10px, #ccc;
	/* border radius */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: table;
	position: relative;
	margin: 3px;
}

#warp_completo_logo{
	width: 220px;
	height: 140px;
	margin: 5px;
	float: left;
	border: 3px solid #06C;
}

#warp_completo_conteudo{
	width: 470px;
	height: auto;
	margin: 5px;
	float: right;
	padding: 4px;
}

strong.titulo_completo{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: #06C;
	
	
}
b.contatos_completo{
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	
	
}
strong.phone_completo{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #039;
}

#boxnavigation{
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	
	
}
#boxnavigation a{
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	font-size: 18px;
	color: #06C;
	font-weight: bold;
	
}

#boxnavigation a:visited{
	color: #06C;
	text-decoration: underline;
}

#boxnavigation a:hover{
	color: #09F;
	text-decoration: none;	
}

#mais_detalhes_med{
	width: 150px;
	height: 30px;
	background-color: #F90;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	box-shadow: 0px 4px 15px #fff inset;
	/* implementação para o firefox */
	-moz-box-shadow: 0px 4px 15px #fff inset;
	/* implementação para safari */
	-webkit-box-shadow: 0px 4px 15px, #fff inset;
	/* border radius */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #F90;
	margin-bottom: 5px;
	padding-bottom: 9px;
	padding-top: 2px;
}

#mais_detalhes_med:hover{
	background-color: #E18700;
	border: 2px solid #E18700;
	cursor: pointer;
}

#mais_detalhes_med a{
	color: #FFF;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 11px;
	padding-left: 3px;
	display: block;
}

#bt_compto{
	width: auto;
	height: auto;
	background-color: #06F;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	box-shadow: 0px 4px 15px #fff inset;
	/* implementação para o firefox */
	-moz-box-shadow: 0px 4px 15px #fff inset;
	/* implementação para safari */
	-webkit-box-shadow: 0px 4px 15px, #fff inset;
	/* border radius */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #06F;
}

#bt_compto:hover{
	background-color: #0052CC;
	border: 2px solid #0052CC;
	cursor: pointer;
}

#bt_compto a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px;
}

#descricao_box{
	width: 460px;
	height: auto;
}

/* paginação */
#paginacao_box{
	width: 740px;
	height: auto;
	background-color: #CCC;
	margin: 10px;
	
	
}
.paginacao {
	width: 700px;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
}
.conteudopagin {
	width:50px;
	height:50px;
	float:left;
	text-align:center;
	padding-top: 12px;
}
.listapagin {
	width:500px;
	height:50px;
	float:left;
	text-align:center;
	padding-top: 4px;
}
a.pag:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 20px;
	color: #FFF;
	background-color: #036;
	padding: 8px;
	/* border radius */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
a.pag:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 20px;
	color: #FFF;
	background-color: #036;
	padding: 8px;
}
a.pag:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 20px;
	color: #FFF;
	background-color: #09F;
	padding: 8px;
}
a.listnum:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	background-color: #036;
}
a.listnum:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	background-color: #036;
	padding: 8px;
	/* border radius */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
a.listnum:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	background-color: #09F;
}
.textpagin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding: 8px;
	background-color: #06F;
	
	/* border radius */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#seo_box{
	width: auto;
	height: 30px;
	clear: both;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#seg_box{
	width: 220px;
	height: 30px;
	float: left;
	text-align: center;
	color: #036;
}
#keys_box{
	width: 480px;
	height: 30px;
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}
#alerta_msg{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px;
	color: #09F;	
	
	
}
.descrica_format{
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;	
}

.showPhone{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	text-decoration: none;
	color: #06C;
}

.showPhone a{
	text-decoration: none;
	color: #00509F;
}

.showPhone a:hover{
	color: #3787FF;
	text-decoration: underline;	
	
}
.telsprite{
	height: 26px;
	width: 26px;
	float: left;
	background-image: url(../estrutura/layout/phone-sprite.fw.png);
	
}
