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

html {
		
}

@font-face {
	font-family: 'Justus';
	src: url(fonts/fonts-justus/Justus-Bold.ttf) format('truetype');
}
	

body {
	margin:0;
	padding:0;
	width: 100%;
	background:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
    line-height:1.175;
    color:#444;
}

.cleaner { 
    clear:both;
	width:100%; 
	height:0px; 
	font-size:0px;  
}

h1 {
	margin:7px 0;
    font-family:'Justus';
 
}

.header_01 {
	clear:both;
	padding-bottom:2px;
	margin-bottom:2px;
	font-size:12px;
	line-height:1.4;	
	color:#fff;
}

.header_02 {
	clear:both;
	margin-top: 10px;
	font-size:0.8em;
	line-height:1em;	
	color:#444;
}

article, aside, footer, header, hgroup, main, nav, section {
  display:block;
}


header.header-container {
  width:100%;
  height:43px;
  border-bottom:1px solid #000;
  background:transparent url(images/header.png) repeat-x 0 0;
  box-shadow:0 3px 4px rgba(0, 0, 0, .4);
  -webkit-box-shadow:0 3px 4px rgba(0, 0, 0, .4);
  -moz-box-shadow:0 3px 4px rgba(0, 0, 0, .4);
  -o-box-shadow:0 3px 4px rgba(0, 0, 0, .4);
}

.logo {
  position:relative;
  width:980px;
  height:auto;
  margin-left:auto;
  margin-right:auto;
}

.left {
  float:left;
}

.right {
  float:right;
}

.tel {
	width:150px;
	margin-top:8px;
	
}

p {
	font-size:1em;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.2;
    color: #444;
}

#content {
	width:980px;
	margin:0 auto;
	
	/*background: #ffffff;*/
	
}

#content_left{
	width:500px;
	margin: 0 auto;
	
}

#content_validacao {
	clear:both;
	float:left;
	width: 520px;
	margin: 0 auto;
	margin-top: 10px;
	/*background:#19446a url(images/header.jpg) repeat-x;	*/	
}


fieldset {
	margin:0 auto;
	padding:12px;
	border:solid 1px #5C594D;
}


.label_valida {
	clear: both;
	width:200px;
	float:left;
	font-weight:bold;
	/*border-bottom:solid 1px #5C594D;*/
	margin-right:0px;
	margin-left:15px;
	margin-top:10px;	
	text-align:left;
	font-size:1em;
	line-height: 1.175;
}

.input_valida {
	clear:both;
	float:left;
	width:300px;
	margin-left:15px;
	margin-right:5px;
	margin-top:3px;
}

.input-box {
	clear:both;
	float:left;
	width:80px;
	margin-left:0px;
	margin-right:10px;
	margin-top:3px;
	
}

.obrigatorio {
	clear:both;
	float:left;
	margin-left:255px;
	margin-right:0px;
	margin-top:1px;
	font-size:9px;
	color:red;	
}

.img_captcha {
	clear:both;
	float:left;
	margin-left:15px;
	margin-right:5px;
	margin-top:3px;
	border:solid 1px;
}

.btn_validar {
	clear:both;
	float:right;
	width:150px;
	margin-right:10px;
	margin-top:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3d3b3d;
	padding: 5px 18px;
	background: -moz-linear-gradient(
		top,
		#c7c5c1 0%,
		#ffffff 50%,
		#302f2e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c7c5c1),
		color-stop(0.50, #ffffff),
		to(#302f2e));
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #8c8885;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(71,68,71,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(71,68,71,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(71,68,71,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
	
}

#content_info {
	clear:both;
	width:980px;
	height:90px;
	margin:0 auto;
	margin-top: 3px;
	background:#19446a url(images/header_bg.jpg) repeat-x;		
}

.description {
	margin-top: 25px;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:20px;
	line-height:2em;	
}

#content_grid {
	position:relative;
	width:980px;
	margin:0 auto;
	background:#ffffff;
	margin-top:1px;	
}


table {
	width:100%;
	vertical-align: middle;
	text-align:center;
	border-collapse:separate;
	border-spacing:2px;
	margin:0 0 2em;
	font-size:0.8em;
    font-family:Times, serif;
    line-height:1.6;
    color:#444;				
}
			
table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px solid;
}
			
table a:visited {
	color:#444;
	font-weight:normal;
}

table a:visited:after {
	content:"\00A0\221A";
}
			
table a:hover {
	border-bottom-style:solid;
}

.titulo{
	text-align:center !important;
	background: rgb(241, 241, 241);
	font-weight: bolder;
}

.scrol {
  	width: 100%;
  	overflow-x: hidden;
  	max-height: 320px;
  	background-color: #F5F5F5;
}

.btn-voltar {
	clear:both;
	float:right;
	width:150px;
	margin-right:200px;
	margin-top:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3d3b3d;
	padding: 5px 18px;
	background: -moz-linear-gradient(
		top,
		#c7c5c1 0%,
		#ffffff 50%,
		#302f2e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c7c5c1),
		color-stop(0.50, #ffffff),
		to(#302f2e));
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #8c8885;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(71,68,71,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(71,68,71,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(71,68,71,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
	
}

#tooltip {
	clear:both;
	float:left;
	margin:0 auto;
	margin-top:25px;
}

.tooltip {
    display:block;
	margin:0;
    text-align:center;
	font-weight:bold;
    top:5px;
	background:#cb0707;
    border-radius:5px;
	color:#cb0707;
	padding:25px;
    width:470px;
	background: -moz-linear-gradient(
		top,
		#c7c5c1 0%,
		#ffffff 50%,
		#302f2e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c7c5c1),
		color-stop(0.40, #ffffff),
		to(#302f2e));
	
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
		
}



/* captcha js*/
/*
#container {
    clear:both;
	float:right;
	width: 200px;
	margin-top: 3px;
        }

        #buttons {
            list-style: none;
            border: 1px solid #444;
            /*border-radius: 5px;*/
           /* width: 340px;
            height: 40px;
            padding: 0;
            margin-bottom: 20px;
        }

        .button {
            float: left;
            cursor: pointer;
            width: 170px;
            font-size: 19px;
            padding: 9px 0 9px 0;
            text-align: center;
            font-family: 'Raleway';
        }

        #captcha {
            position: relative;
        }

        #verify-captcha {
            display: inline-block;
            margin: 20px 0 20px 0;
            width: 340px;
            border: 1px solid #444;
            padding: 10px 0 10px 0;
            color: #222;
            font-family: 'Raleway';
            font-size: 20px;
            text-align: center;
            cursor: pointer;
            transition: color 0.500s, background 0.500s;
        }

        #verify-captcha:hover {
            background: #444;
            color: #EEE;
        }

        #verify-captcha:active {
            opacity: 0.9;
        } 

        #error {
            display: inline-block;
            width: 342px;
            padding: 12px 0 12px 0;
            color: #FFF;
            font-family: 'Raleway';
            font-size: 16px;
            text-align: center;
            display: none;
        }*/
#row_30 {
	width: 100%;
	height: 30px;
	
}

/* footer */

#templatemo_footer_wrapper {
	position:fixed;
	width: 100%;
	margin: 0 auto;
	bottom: 0;
	height: 40px;
	border-bottom: 1px solid #000;
    background: transparent url(images/header.png) repeat-x 0 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 3px 4px rgba(0, 0, 0, .4);
	
}

#templatemo_footer {
	width: 980px;
	color: #515251;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-position: center;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#templatemo_footer a{
	text-decoration: none;
	color: #7a7a7a;
}