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

a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}

* { margin:0; padding:0; list-style:none; }

body {
	background:url(../imgs/bg_geral.png) repeat-x top;
	font-family:"trebuchet MS";
	font-size:12px;
	text-align:left;
	color:#FFF;
}

#page {
	width:100%;
	margin:auto;
}

#content {
	width:953px;
	margin:auto;
}

#header {
	background:url(../imgs/bg_header.png) no-repeat;
	width:953px;
	height:144px;
	margin:auto;
	overflow:hidden
}

#header .logo {
	background:url(../imgs/pouptempo.gif) no-repeat center;
	width:235px;
	height:70px;
	float:left;
	margin:30px 0 0 25px;
	display:block;
	text-indent:-9999px;
}

#header .banner_top {
	width:590px;
	height:90px;
	float:left;
	margin:20px 0 0 60px;
}


#header .menu {
	height:30px;
	float:left;
	margin:10px 0 0 40px;
	_margin:10px 0 0 35px;
	list-style:none;
	overflow:hidden;
	position:relative;
	z-index:9;
	display:block;
}

#header .menu li {
	margin:0 4px 0 2px;
	float:left;
}
#header .menu .separa {
	background:url(../imgs/separa.png) left no-repeat;
	padding-left:10px;
	overflow:hidden;
}

#content .login {
	width:310px;
	float:left;
	margin:0 0 0 -55px;
	_margin:0 0 0 0;
	position:relative;
	z-index:999;
}

#content .login span {
	background:url(../imgs/btn_area.png) no-repeat;
	width:68px;
	height:34px;
	margin-left:60px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	float:left;
	position:relative;
	z-index:9;
}

#content .login  ul {
	background:url(../imgs/bg_login.png) no-repeat;
	width:236px;
	height:125px;
	display:none;
	position:absolute;
	margin-left:128px;
}
#content .login  ul li {
	padding-left:18px;
}

#content .login ul li label {
	color:#000;
	display:block;
} 

#content .login ul li input {
	border:1px solid #9C2011;
	color:#000;
	height:20px;
	clear:both;
}
#content .login ul li input:hoover {
	border:1px solid #000;
}

#content .login ul li a {
	color:#990000;
	float:left;
	text-decoration:underline;
	margin-top:5px;
	font-size:11px;
}

#content .login ul li a:hover {
	text-decoration:none;
}

#content .login ul li .btn {
	background:url(../imgs/btn_entrar.png) no-repeat;
	width:49px;
	height:28px;
	float:left;
	text-indent:-9999px;
	border:none;
	clear:none;
	margin-left:50px !important;
	margin-top:3px;
	cursor:pointer;
}

#content .btn_cadastro {
	background:url(../imgs/btn_cadastre.png) no-repeat;
	width:125px;
	height:34px;
	display:block;
	text-indent:-9999px;
	margin-right:20px;
	float:right;
}

#content .colunn_left {
	width:750px;
	float:left;
	color:#000;
}

#content .colunn_left .valores {
	width:100%;
	margin:auto;
	overflow:hidden;

}

#content .colunn_left .valores h3 {
	margin:40px 0 0 70px;
	font-size:13px;
}

#content .colunn_left .valores p {
	width:190px;
	margin:10px auto 0 auto;
	font-size:11px;
}
.colunn_left .valores .valor1 {
	background:url(../imgs/valor1.png) no-repeat;
	width:244px;
	height:238px;
	float:left;
	color:#FFF !important;
}
.colunn_left .valores .valor2 {
	background:url(../imgs/valor2.png) no-repeat;
	width:244px;
	height:238px;
	float:left;
	color:#FFF !important;
}
.colunn_left .valores .valor3 {
	background:url(../imgs/valor3.png) no-repeat;
	width:244px;
	height:238px;
	color:#FFF !important;
	float:left;
}
.colunn_left  .formulario {
	width:700px;
	float:left;
	clear:both;
	margin-top:30px;
	padding-bottom:30px;
}

.colunn_left  .formulario h3 {
	width:100%;
	background:url(../imgs/bg_tit_form.png) repeat-x 0 -5px;
	color:#000;
	height:26px;
}

.colunn_left  .formulario fieldset {
	border:none;
	width:600px;
	margin-top:20px;
	display:block;
}

.colunn_left  .formulario li {
	float:left !IMPORTANT;
	margin:5px 20px 5px 0;
	width:100%;
}

.colunn_left  .formulario li label {
	color:#000;
	display:block;
}

.colunn_left  .formulario li input {
	border:1px solid #990000;
	color:#000;
	height:20px;
}
.colunn_left  .formulario li textarea {
	border:1px solid #990000;
	color:#000;
	height:150px;
}
.colunn_left  .formulario .btn {
	background:#990000;
	border:none;
	color:#FFF;
	clear:both;
	margin-top:10px;
	padding:2px;
	cursor:pointer;
	float:none
}

.colunn_right {
	width:160px;
	float:left;
	margin:0 0 0 30px;
}

.colunn_right  .banner {
	width:160px;
	margin:20px 0;
}
.colunn_right  .banner2 {
	width:160px;
	height:200px;
	margin:20px 0;
}

#content .colunn_left h1 {
	background:url(../imgs/h1.png) repeat-x;
	height:30px;
	font-size:18px;
	color:#000;
	padding:5px 0 0 2px;
}
#content .colunn_left h2 {
	background:url(../imgs/h1.png) repeat-x;
	height:30px;
	font-size:18px;
	color:#000;
	padding:5px 0 0 2px;
}

/*.......CLASSIFICADOS........*/

.colunn_left .classificados {
	clear:both;
	width:100%;
	margin:25px 0 10px 0;
}

.colunn_left .classificados ul {
	padding:20px 0;
}
.colunn_left .classificados ul li { 
	padding:0;
	background:#FDF4F2;
	overflow:hidden;
	border-bottom:1px dotted #990000;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-left:5px;
	
	clear:both;
}

.colunn_left .classificados ul li ul {
	padding-top:0;
	padding-bottom:10px;
}

.colunn_left .classificados ul li ul li {
	padding:0;
	border:none;
	background:none;
	margin:0;
}

.colunn_left .classificados ul li img {
	float:left;
}
.colunn_left .classificados ul li .detalhe {
	float:left;
}
.colunn_left .classificados ul li .detalhe p {
	width:580px;
}
.colunn_left .classificados ul li .detalhe  strong {
	color:#990000;
	margin-right:5px;
}

.colunn_left .classificados .perguntas {
	border-top:2px solid #990000;
	padding:2px 0;
	clear:both;
	margin:2px 5px;
	overflow:auto;
	height:100px;
}

.colunn_left .classificados .perguntas .perg strong {
	color:#990000;
}

.colunn_left .classificados .perguntas .res strong {
	color:#006600;
} 

.colunn_left .classificados .perguntas ul li {
	border-left:2px solid #990000;
	border-bottom:1px dotted #99000;
	margin:5px 0;
	padding:0 5px;
	width:680px;
}

.colunn_left .classificados .perguntas .perg {
	background:url(../imgs/bg_tit_form.png) repeat-x;
	padding:2px 5px;
	margin:2px 0;
}

.colunn_left  .preencha {
	width:700px;
	clear:both;
	margin-top:30px;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom:2px solid #990000;
	
}

.colunn_left  .preencha legend {
	width:100%;
	background:url(../imgs/bg_tit_form.png) repeat-x 0 -5px;
	color:#000;
}

.colunn_left  .preencha fieldset {
	border:none;
	width:600px;
}

.colunn_left  .preencha li {
	float:left;
	margin:5px 20px 5px 0 !important;
	padding:0 !important;
	border:none !important;
	background:none !important;
}

.colunn_left  .preencha li label {
	color:#000;
	display:block;
}

.colunn_left  .preencha li input {
	border:1px solid #990000;
	color:#000;
	height:20px;
}
.colunn_left  .preencha li textarea {
	border:1px solid #990000;
	color:#000;
	height:50px;
}
.colunn_left  .preencha .btn {
	background:#990000;
	border:none;
	color:#FFF;
	clear:both;
	margin-top:10px;
	padding:2px;
	cursor:pointer;
}

/*....Paginacao....*/
.paginacao {
	width:750px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}

.paginacao .btn_anterior {
	background:url(../imgs/btn_anterior.gif) no-repeat;
	width:80px;
	height:24px;
	display:block;
	margin-right:5px;
	text-indent:-9999px;
	float:left;
}

.paginacao .btn_proximo {
	background:url(../imgs/btn_proximo.gif) no-repeat;
	width:80px;
	height:24px;
	display:block;
	margin-left:2px;
	text-indent:-9999px;
	float:right;
	margin-top:-25px;
}

.paginacao ul {
	float:left;
	height:25px;
	overflow:hidden;
	list-style:none;
	width:600px;
}

.paginacao ul li {
	float:left !important;
	margin:0 2px;
}

.paginacao ul li a {
	width:20px;
	height:20px;
	padding-top:2px;
	text-align:center;
	border:1px solid #990000;
	color:#990000 !important;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	margin:1px 1px;
	display:block;
}

.paginacao ul li a:hover {
	color:#FFF !important;
	font-size:14px;
	background:#990000;
	text-decoration:none;
}

.paginacao .ativo{
	color:#FFF;
	font-size:14px;
	background:#407DB1;
	text-decoration:none;
}



/*..........FOOTER...............*/
.footer {
	background:url(../imgs/bg_footer.gif) repeat-x 0 27px;
	width:100%;
	height:100px;
	margin:20px 0 20px 0;
	clear:both;
}

.footer marquee {
	color:#000;
	}

.footer ul {
	width:700px;
	margin:auto;
}

.footer ul li {
	float:left;
	margin:0 10px 0 0;
	padding-left:10px;
	padding-top:6px;
	height:30px;
}

.footer ul .separacao {
	border-left:2px solid #FFF;
}

.footer address {
	color:#AA2916;
	text-align:center;
	clear:both;
}

.footer address strong {
	color:#000 !important;
}

.error_transacao {
	border:1px solid #00CC00;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	text-align:center;
}

.sucess_transacao { 
	font-weight:bold; 
	color:#0000CC; 
	font-size:14px; 
	padding:3px; 
	text-align:center; 
	border: solid 1px #00CC00 
}

.container_imagem_listagem{
	border:2px solid #990000; 
	margin-right:10px; 
	float:left; 
	overflow:hidden; 
	width:140px; 
	height:100px;
	cursor:pointer;
}

.container_imagem_listagem img{
	border:0!important;
	width:180px!important
}

.container_imagem_listagem_busca {
	border:2px solid #990000;
	cursor:pointer;
	float:left;
	height:75px;
	padding:4px;
	margin:5px 10px 0 0;
	width:75px;
}
.container_imagem_listagem_busca img {
	border:0!important;
	width:75px!important;
	heigth:75px!important
}

.container_portifolio_listagem{
	border:2px solid #990000; 
	margin-right:10px; 
	float:left; 
	overflow:hidden; 
	max-width:640px; 
	max-height:480px;
	cursor:pointer;
}

.container_portifolio_listagem img{
	border:0!important;
	maxwidth:640px!important
}

.container_portifolio_listagem_busca {
	border:2px solid #990000;
	cursor:pointer;
	float:left;
	height:75px;
	padding:4px;
	margin:5px 10px 0 0;
	width:75px;
}
.container_portifolio_listagem_busca img {
	border:0!important;
	width:75px!important;
	heigth:75px!important
}

/*BUSCAR*/

#content .bg_busca .buscar {
	width:550px;
	padding-top:30px;
	margin:0 0 0 40px;
	overflow:hidden;
	float:left;
}

#content .bg_busca .buscar ul {
	list-style:none;
}

#content .bg_busca .buscar label {
	font-size:10px;
	color:#FFF;
	text-align:left;
}

#content .bg_busca .buscar ul li {
	float:left;
}

#content .bg_busca .buscar label strong {
	font-size:14px;
	color:#3A0201;
	display:block;
}

#content .bg_busca .buscar ul .input_buscar {
	background:#7F0B05;
	height:45px;
	margin:0 0 0 10px;
	padding:0px !important;
}

#content .bg_busca .buscar ul .input_buscar input {
	height:27px;
	border:2px solid #61160C;
	margin:4px 4px !important;
	padding:5px 5px 0 3px;
}

#content .bg_busca .buscar ul .btn_buscar {
	background:url(../imgs/btn_buscar.png) no-repeat;
	width:80px;
	height:30px;
	display:block;
	text-indent:-9999px;
	border:none;
	margin:5px 0 0 20px;
	*margin:5px 0 0 10px;
	overflow:hidden;
}

.busca_avancada {
	width:560px;
	margin:0 0 0 260px;
	position:absolute;
	z-index:99;
}

#form_busca_geral {
}

.busca_avancada .btn_avancada {
	font-size:14px;
	color:#FFF;
	background:url(../imgs/btn_busca_avancada.jpg) no-repeat;
	display:block;
	height:40px;
	text-decoration:none;
	cursor:pointer;
	text-indent:-9999px;
	position:relative;
	z-index:999;
	width:150px;
}

.busca_avancada .btn_avancada strong {
	color:#000;
	font-weight:normal;
} 

.busca_avancada fieldset {
	background:url(../imgs/bg_busca_avancada.jpg) no-repeat 0 -20px;
	width:556px;
	height:203px;
	border:none;
	margin:-40px 0 0 141px;
}

.busca_avancada fieldset ul {
	width:560px;
	list-style:none;
	clear:both;
	margin:0 0 0 30px;
	overflow:hidden;
}

.busca_avancada fieldset ul li {
	float:left;
	margin:8px 5px;
	*margin:4px 5px;
}

.busca_avancada fieldset ul li select {
	border:1px solid #AA2916;
	height:22px;
	color:#AA2916;
	width:150px;
}

.busca_avancada fieldset ul li option {
	height:22px;
	color:#AA2916;
}

.busca_avancada fieldset ul li input {
	border:1px solid #AA2916;
	height:22px;
	color:#AA2916;
}

.busca_avancada fieldset ul li .btn_buscar {
	background:url(../imgs/btn_buscar.png) no-repeat;
	width:80px;
	height:30px;
	display:block;
	border:none;
	margin:0 0 0 20px;
	*margin:0 0 0 10px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}

#content .busca_avancada_disk {
	width:180px;
	position:relative;
	z-index:9;
	margin-top: -28px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 13px;
}

#content .busca_avancada_disk .btn_avancada {
	font-size:14px;
	color:#FFF;
	/*	background:url(../imgs/seta_buscar.png) no-repeat 0 20px; */
	display:block;
	height:40px;
	text-decoration:none;
	cursor:pointer;
	margin-top: 0px;
	position: relative;
}

#content .busca_avancada_disk .btn_avancada strong {
	color:#000;
	font-weight:normal;
} 

#content .busca_avancada_disk fieldset {
	background:url(../imgs/bg_busca_avancada.jpg) no-repeat 0 -20px;
	width:556px;
	height:139px;
	border:none;
	margin:-13px 0 0 25px;
}

#content .busca_avancada_disk fieldset ul {
	width:560px;
	list-style:none;
	clear:both;
	margin:0 0 0 30px;
}

#content .busca_avancada_disk fieldset ul li {
	float:left;
	margin:8px 5px;
	*margin:4px 5px;
}

#content .busca_avancada_disk fieldset ul li select {
	border:1px solid #AA2916;
	height:22px;
	color:#AA2916;
	width:150px;
}

#content .busca_avancada_disk fieldset ul li option {
	height:22px;
	color:#AA2916;
}

#content .busca_avancada_disk fieldset ul li input {
	border:1px solid #AA2916;
	height:22px;
	color:#AA2916;
}

#content .busca_avancada_disk fieldset ul li .btn_buscar {
	background:url(../imgs/btn_buscar_disk.png) no-repeat;
	width:80px;
	height:30px;
	display:block;
	border:none;
	margin:0 0 0 20px;
	*margin:0 0 0 10px;
	overflow:hidden;
	text-indent:-9999px;
}

.btn_hotsite  {
	background:url(../imgs/btn_hotsite.gif) no-repeat;
	width:135px;
	height:23px;
	display:block;
	clear:both;
	float:right;
	text-indent:-9999px;
}

.torpedo {
	overflow:hidden;
	float:left;
	margin:10px 0 20px 0;
}

.torpedo tr {
	padding:20px 0;
}

#content .portifolio {
	width:310px;
	float:right
	margin:0 0 0 0px;
	_margin:0 0 0 0;
	position:relative;
	z-index:999;
}

#content .portifolio span {
	background:url(../imgs/btn_area.png) no-repeat;
	width:68px;
	height:34px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	float:right;
	position:relative;
	z-index:9;
}

#content .portifolio  ul {
	background:url(../imgs/bg_login.png) no-repeat;
	width:236px;
	height:125px;
	display:none;
	position:absolute;
	margin-left:0px;
}
#content .portifolio  ul li {
	padding-left:0px;
}

#content .portifolio ul li label {
	color:#000;
	display:block;
} 

#content .portifolio ul li input {
	border:1px solid #9C2011;
	color:#000;
	height:20px;
	clear:both;
}
#content .portifolio ul li input:hoover {
	border:1px solid #000;
}

#content .portifolio ul li a {
	color:#990000;
	float:left;
	text-decoration:underline;
	margin-top:0px;
	font-size:11px;
}

#content .portifolio ul li a:hover {
	text-decoration:none;
}

#content .portifolio ul li .btn {
	background:url(../imgs/btn_entrar.png) no-repeat;
	width:49px;
	height:28px;
	float:left;
	text-indent:-9999px;
	border:none;
	clear:none;
	margin-left:0px !important;
	margin-top:0px;
	cursor:pointer;
}

.classInput{
	border:1px solid #990000;
	color:#000000;
}