﻿@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: EncodeSans;
	src: url(../font/EncodeSans/EncodeSansNormal-400-Regular.ttf)
}

body{
	margin: 0 auto;
	border: 0px solid red;
	
}
#wrap{
	
	
	/*border: 1px solid #CCCCCC;
    float: none;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;	
	clear: both;*/
	
	border: 0px solid #CCCCCC;
	float: inherit;
	height: auto;
	margin: 0 auto;
	width: 1024px;
	clear: both;
	min-height: 71%;
	padding-bottom: 5px;
	/* overflow: hidden; */
	clear: both;
	
	
	}

header{
	border: 0px solid #FF0000;
    height: auto;
    width: auto;
	max-width: 100%;
	max-height: 100%;
	}

#testeira_area{
	background-image: url(../images/testeira.png);
    background-repeat: no-repeat;
	background-position:center;
    border: 0 solid #FF0000;
    height: 115px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;	
	}
#campo_busca{
	border: 0px solid #FF0000;
    float: right;
    height: 115px;
    max-width: 100%;
    min-width: 44%;
    width: auto;
	}
#busca{
	float: left;
    position: relative;
    top: 108px;
    width: auto;
	}
	
#marca_Area{
  
    border: 0 solid #FF0000;
    float: left;
    height: 122px;
    left: 17px;
    position: relative;
    top: 10px;
    width: 312px;
	}
#barNav{
	background-color: #E6E6E6;
	border: 0px solid blue;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	text-align: left;
	height: 33px;
	width: 100%;
	margin: 8px auto auto;
	color: #D6D6D6;
	}
.button_Cidadao{
	width: 100px;
	height: 34px;
	border: 0px solid #F00;
	text-align: center;
	line-height: 30px;
	background-color: #00406E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: auto;
	position:relative;
	float:left;	
	left:17px;
	}
.button_Cidadao:hover{
	background-image: url(/include/img/button/buttonMenu_cidadao.png);
	color: #ffffff;
	}
.button_Carta {
	width: 160px;
	height: 34px;
	border: 0px solid #F00;
	text-align: center;
	line-height: 30px;
	background-color: #47a582;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: auto;
	position: relative;
	float: left;
	left: 17px;
}
	.button_Carta:hover {
		background-image: url(../images/button/buttonMenu_carta.png);
		color: #468847;
	}
.button_Empresa{
	width:100px;
	height:34px;
	border: 0px solid #F00;
	text-align:center;
	line-height:30px;
	background-color:#008F4F;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	position:relative;
	float:left;	
	left:31px;	
	}
.button_Empresa:hover{
	background-image: url(/include/img/button/buttonMenu_empresa.png);
	color: #ffffff;
	}
.button_Pesquisa{
	width:400px;
	height:34px;
	border: 0px solid #F00;
	text-align:center;
	line-height:30px;
	background-color:#e64c33;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	position:relative;
	float:left;	
	left:45px;	
	}
.button_Pesquisa:hover{
	background-image: url(/include/img/button/buttonMenu_pesquisa.png);
	color: #ffffff;
	}
.button_Pesquisa:active {
	color: #FFFFFF;
    }
.button_Autonomo{
	width:100px;
	height:34px;
	border: 0px solid #F00;
	text-align:center;
	line-height:30px;
	background-color:#F7941E;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	position:relative;
	float:left;	
	left:45px;	
	}
.button_Autonomo:hover{
	background-image: url(/include/img/button/buttonMenu_autonomo.png);
	color: #ffffff;
	}
	

#rodape{	

	background-image: url(../images/footer_background_2.png);
    background-position: center;
    bottom: 0;
    color: #FFFFFF;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    height: auto;
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
	padding-bottom: 40px;
    padding-top: 1px;
	margin: auto auto 0;
}
.endereco{
	margin-top: 10px;
	padding-left: 160px;
    padding-right: 160px;
	width: auto;
	}	

#main_content{
	border: 0px solid #FF0000;
    float: left;
    height: auto;
    max-height: 100%;
    max-width: 100%;
   /* padding: 10px;*/
    position: relative;
    width: 1018px;
	
}

.area_servicos{
	background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    float: left;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    padding: 0 0 6px;
   /*margin: 20px 20px 6px;*/
    width: 100%; 
}

.topo_servicos{
	border: 0px solid #F00;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color:#666666;
	width: auto;
	height: 35px;
	}
.icone_servico{
	border: 0px solid #FF0000;
    color: #FFFFFF;
    float: left;
    left: 5px;
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: auto;
	
	}
.titulo_servico {
	border: 0px solid #FF0000;
	color: #FFFFFF;
	float: left;
	font-family: EncodeSans !important;
	font-size: 14px;
	font-weight: bold;
	left: 5px;
	position: relative;
	top: 3px;
	vertical-align: middle;
	width: auto;
}
	
.tipo_servicos{
	border: 0 solid #FF0000;
    float: left;
    height: 150px;
    left: 51px;
    margin: 8px 9px;
    position: relative;
    text-align: center;
    width: 150px;
	
	}

#content_servico{
	color: #000000;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    left: 5px;
    line-height: 15px;
    position: relative;
    right: 5px;
    width: 90%;
	}

#sidebar{
	border: 0px solid #FF0000;
    float: left;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    width: auto;
}
.banner{
	border: 0px solid;
    height: auto;
    position: relative;
    width: 188px;
	
	}
.banner1{
	width: 188px;
	height: 64px;
	border: 0px solid #F00;
	margin: 10px 0 0;	
	text-align: center;	
	}
	
#enquete{
	background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 160px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    width: 188px;
	top:10px;
	}
.topo_enquete{
	border: 0px solid #F00;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color:#0072BC;
	width: auto;
	height: 26px;	
	}
.titulo_enquete{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	position:relative;
	top:3px;
	left:5px;
	font-weight:bold;
	}
.titulo_pergunta{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:justify;
	width: 175px;
	margin: auto;	
	}

.pergunta1{
	border: 0px solid #FF0000;
    float: left;
    height: auto;
    margin-top: 5px;
    text-align: justify;
    width: 100%;
	}


#texto_orientacao {
	/*font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;*/
	font-family: EncodeSans !important;
	font-size: 10pt;
	font-style: normal;
	border: 0px solid #F00;
	min-width: 80%;
	position: relative;
	max-width: 100%;
	margin: auto;
	text-align: justify;
	padding: 12px;
	width: auto;
}
.linkUnidades{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
	color:#0072bc;
	}
.TopoVerde {
	width: 426px;
	background-color:#007DCC;
	border: 0px solid #F00;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#SimCadastro {
	border: 2px solid #007DCC;
	border-radius: 8px;
	float: left;
	font-family: EncodeSans !important;
	font-size: 10pt;
	font-style: normal;
	height: 463px;
	left: 55px;
	margin: auto;
	position: relative;
	text-align: center;
	width: 428px;
	padding-bottom: 5px;
}

	#SimCadastro .tituloCampo {
		color: #4d4d4d;
		float: left;
		font-family: EncodeSans !important;
		font-size: 10pt;
		font-style: normal;
		text-align: right;
		line-height: 16px;
		width: 87px;
		clear: left;
		margin-top: 12px
	}

#SimCadastro input[type="text"]{
    color: #4d4d4d;
	float: left;
	height:16px;
    clear:right;
    margin-left:10px;
    margin-right: 10px
	}
#SimCadastro input[type="password"]{
    color: #4d4d4d;
	float: left;
	height:16px;
    clear:right;
    margin-left:10px;
    margin-right: 10px
	}

.AcessSemCertif {
	font-family: EncodeSans !important;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.TopoVermelho{
	width:426px;
	background-color:#CC3300;
	border: 0px solid #F00;
	padding-top:10px;
	padding-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
		
	}
#NaoCadastro {
	border: 2px solid #CC3300;
	border-radius: 8px;
	float: left;
	font-family: EncodeSans !important;
	font-size: 10pt;
	font-style: normal;
	height: 463px;
	left: 80px;
	margin: auto;
	/*padding-top: 15px;*/
	position: relative;
	text-align: center;
	width: 428px;
}
.CadSemCertif {
	font-family: EncodeSans !important;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 10px;
}

.tituloCampo {
	color: #4d4d4d;
	float: left;
	font-family: EncodeSans !important;
	font-size: 10pt;
	font-style: normal;
	text-align: right;
	vertical-align: top;
	line-height: 16px;
}

.link2 {
	font-family: EncodeSans !important;
	font-size: 10pt;
	font-style: normal;
	color: #0072bc;
	float: left;
}
.btn_atualizar {
    float:left;
}
.captcha{
  	 border: 0px solid;
    height: 25px;
    margin-top: 2px;
    padding-bottom: 10px;
    width: 100%;
	}
/*.campo_captcha{
	border: 1px solid #f00;
    float: right;
    height: 68px;
    position: relative;
    right: 17px;
    width: 140px;
	}*/
.campo_captcha{
	/*border: 1px solid #f00;*/
    height: 20px;
    position: relative;
    right: 31px;
    float: right;
    width: 156px;
	top: -4px;
}
.botao_atualizar{
	float: right;
    left: 148px;
    position: relative;	
	top: -4px;
	}
.botao_prosseguir{		
	border: 0px solid #F00;
    max-width: 100%;
    min-width: 30%;
    text-align: center;
    clear:both;
    padding:10px;
    margin:0 auto;
	}


.MensAlerta{
	border: 0px solid #f00;
    position: relative;
    width: 100%;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 8pt;
    font-style: normal;
   	color: #F00;
	
	margin:0px auto;
	line-height:15px;

}
.botao_entrar{
	
	border: 0 solid #f00;
    padding-top:5px;
    margin: 30px auto;
	max-width: 100%;
	position: relative;
    text-align: center;
	}
#acessSemToken{
	border: 0px dotted #b3b3b3;
    border-radius: 4px;
    float: left;
    height: 300px;
    left: 9.4px;
    margin: 0 auto;
    min-width: 95%;
    position: relative;
    width: auto;	
	}
#divisoriaVerde {
	border: 0px solid #f00;
	float: none;
	height: 2px;
	position: relative;
	width: auto;
	background-color:#007DCC;
}
#divisoriaVermelho{
    border: 0 solid #f00;
    float: none;
    height: 2px;
    position: relative;
    width: auto;
	background-color:#CC3300;
	}
#cadSemToken{
    border: 0 dotted #b3b3b3;
    border-radius: 4px;
    float: left;
    height: 300px;
    left: 9.4px;
    margin: 0 auto;
    min-width: 95%;
    position: relative;
    width: auto;	
	}
.cpf_cnpj_NaoCadastrado{
    margin: 35px auto;
    clear:both;
    height:41px;
}

.cpf_cnpj_NaoCadastrado .tituloCampo {
    float:left;
    text-align:right;
    width:100px;
    margin-right:10px
}

.cpf_cnpj_NaoCadastrado input[type="text"] {
    float:left;
    width:200px;
}

.botao_cadastrar{
	border: 0 solid #f00;
    height: 38px;
    margin-left: 10px;
    max-width: 100%;
    min-width: 30%;
    position: relative;
    text-align: center;
    top: 15px;
}   	
	
#CadastroCertif{
	border: 0px solid #f00;
	border-radius:4px;
    float: left;
    height: 80px;
    left: 43px;
    margin: auto;
    min-width: 80%;
    position: relative;
    width: auto;
	top: 30px;
	}	
#InfoCertificado{
	
    height: auto;
    margin: auto;
    min-width: 80%;
    position: relative;
    text-align: center;
    top: 8px;
    width: 100px;
	left: 0px;
}	
#border_InfoCertif{
	border: 1px dotted #b3b3b3;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin: 5px 54px;    
	min-width: 89.3%;
    position: relative;
    width: auto;
	}	