@charset "utf-8";
/* CSS Document */
.box_texto {width:580px; border:2px solid #e4e4e4; background-color:#f8f8f8; height:auto; padding:20px; margin-bottom:20px; text-align:justify;}
.box_texto p {margin-bottom:7px;}
.box_texto_br {width:580px; border:2px solid #e4e4e4; background-color:#fff; height:auto; padding:20px; margin-bottom:20px; text-align:justify; overflow:hidden;}
.box_texto_br_esq {float:left; position:relative;}
.box_texto_br_dir {float:right; position:relative;}
.tit_campo { color:#717171; font-weight:bolder; margin:10px 0 3px 0; }
.box_texto input {
		  /*background-color: #e7e6e6;*/ 
		  font: 12px verdana, arial, helvetica, sans-serif;
		  color:#6e6e6e;
		  /*border:1px solid #bebdbd;*/
		  margin:0 7px 0 0;
		 }
.box_texto select { 
		  background-color: #e7e6e6;
		  font:12px verdana, arial, helvetica, sans-serif;
		  color:#6e6e6e;
		  border:1px solid #bebdbd;
		}	
.box_texto textarea { 
		  background-color: #e7e6e6;
		  font:12px verdana, arial, helvetica, sans-serif;
		  color:#6e6e6e;
		  }		
.box_subtitulo_institucional {width:auto; height:25px; margin:20px 0; padding:6px 0 0 10px; background-color:#999; font-size:1.15em; font-weight:bold; color:#FFF;}