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

body{
	background:url(../images/fundo2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin:0 auto;
	padding:0px;
	background-color:#2d3745;
	line-height:1.3;
}

*{
	outline:none;
	border:none;
}

.titulo{
	font-family:"Segoe Print", Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#0092ca;
	line-height:0.8;
}

.ver{
	color:#7fb500;
	font-family:"Segoe Print", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.ver a:link, .ver a:visited{
	color:#7fb500;
	font-family:"Segoe Print", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.ver a:hover{
	color:#0092ca;
	font-family:"Segoe Print", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.titulo1{
	color:#98a8b4;
	font-family:"Segoe Print", Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	line-height:0.8;
}

.titulo2{
	color:#fff;
	font-family:"Segoe Print", Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	line-height:0.8;
}

.box1{
	   background:none;
	   border:none;
	   font-size: 12px;
       font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	   color:#666666;
	   width:195px;
   }
   
   .box2{
	   background:none;
	   border:none;
	   font-size: 12px;
       font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	   color:#666666;
	   width:174px;
   }
   
   .lupa{
	   background:url(../images/btn_form.png);
	   background-repeat:no-repeat;
	   width:20px;
	   height:20px;
	   border:none;
	   cursor:pointer;
   }
   
   .form{
	   border:solid 1px #CCCCCC;
   }
   
   .lupa2{
	   background:url(../images/btn_form2.jpg);
	   background-repeat:no-repeat;
	   width:74px;
	   height:27px;
	   border:none;
	   cursor:pointer;
   }
   
   .footer{
	   font-family:Arial, sans-serif, "Times New Roman";
	   font-size:11px;
	   color:#98a8b4;
   }
   
   .txt_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0092ca;
	font-weight:bold;
   }
   
   
   
   .txt a:link, .txt a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:1.3;
	text-decoration:none;
   }
   
   .txt a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#87c100;
	line-height:1.3;
	text-decoration:none;
   }