   .texto {
	 background-color:#333;
	 padding:20px;
	 text-align:justify;
	 font-family:Verdana, Helvetica, sans-serif;
	 color:#EBEBEB;
	 font-size:14px;
	 line-height:200%;
	 cursor:default;
	 outline:#575757 1px solid;
	 float:left;
	 width:984px;
   }
   
   .texto strong {
	 font-size:24px;
	 line-height:200%;
	 color:#FFF;
   }
   
   .texto:hover strong{
	 color:#F90;
   }
   
   .texto:hover {
	 background-color:#414141;
     outline:solid 1px #999;
     color:#FFFF80;
   }
      
   .texto2 {
	 background-color:#333;
	 padding:20px;
	 text-align:justify;
	 font-family:Verdana, Helvetica, sans-serif;
	 color:#EBEBEB;
	 font-size:14px;
	 line-height:200%;
	 cursor:default;
	 outline:#575757 1px solid;
   }
   
   .texto2 strong {
	 font-size:20px;
	 line-height:200%;
	 color:#FFF;
   }
   
   .texto2:hover {
	 background-color:#414141;
     outline:solid 1px #999;
     color:#FFFF80;
   }
	  
   .separador {
	background:#181818;
	width:1024px;
	height:30px;
	float:left;
   }