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

@charset "utf-8";
/* CSS Document */
/*ESTO NO CAMBIARA*/
html, body{ width:100%;
            height:100%;
			margin:0px;
			padding:0px;
			}


body  { background-color:#000000;
        background-image:url(Images/bg.jpg);
		background-position:center;
		background-repeat:repeat-y;
        font-family:Arial, Helvetica, sans-serif;
       }
	   
	   
#wrapper{ width:920px;
          height:100%;
		  margin:160px 0 0 150px;
		}	  
		  
		  
		  
/*HEADER*/ 
.header{      width:920px;
              height:121px;
			  background-image:url(images/Header_title.jpg);
			  
			  }
			  

			  
		  
		  
/*BOXES*/			  

/*BOXES1*/
#boxer{   width:300px;
          height:191px;
		  margin:-90px 0 0 -20px;
		  *margin:-90px 0 0 -50px;
		  *position: absolute;
		  float: left;
		
		  }	



.boxes{   width: 280px;
          height: 100px;
		  float: left;
			 
	      }	
			  

.dg  h1  {   width:100%;
			 margin:148px 0 -180px 34px;
			 *margin:148px 0 -180px 33px;
			 font-size: 24px;
				  color:#999999;
				  text-indent:15px;
				  float:left;
				  }			  
			  
/*FINBOXES1*/

/*BOXES2*/
		  
		  
		  
#boxer2      {width:300px;
              height:191px;
		      margin:-90px 0 0 20px;
			  *margin:-90px 0 0 265px;
			  *position: absolute;
			  *float: left;
		      float: right;
		
		  }	



.boxes{       width:280px;
              height:100px;
			  float: left;
			  margin:180px 15px 0 40px;
			 /* background-image:url(images/back.jpg)*/
			  }	
			  

.dw  h1   {       width:100%;
				  margin:142px 0 -180px 26px;
				  color:#999999;
				  text-indent:10px;
				  float:left;
				  }	
/*FINBOXES2*/



/*BOXES3*/
		  
		  
		  
#boxer3     {width:300px;
              height:191px;
		      margin:-90px 0 0 0px;
			  *margin:-90px auto auto 580px;
			  *position: absolute;
			  *float: left;
		      float: right ;
		
		  }	



.boxes{       width:280px;
              height:100px;
			  float: left;
			  margin:180px 15px 0 40px;
			/*  background-image:url(images/back.jpg);*/
			  }	
			  

.pd   h1   {  width:100%;
			  margin:142px 0 -180px 26px;
		      color:#999999;
			  text-indent:15px;
			  float:left;
				  }	
/*FINBOXES3*/



/*FINBOXES*/	


/*THUMBS*/

.thumbs    {  width:31px;
              height:31px;
			  border: 1px solid gray;
              margin: 0 5px 7px 1px;
			  padding:1px;
			  float:left;
			  


            }
			
/*PARRAFOS*/
.content  p { width:242px;
              height:100px;
			  margin: 10px 0 0 10px;
			  color: #999999;
			  font-size:12px;
			  float:left;
			  text-align: justify;
			  
			  
			
			 }			
			
			
/*FIN PARRAFOS*/			
			
.con a {      width:50px;
              margin: 200px 32px 10px;
			  color:#818180;
			  font-size:12px;
			  float:left;
			  text-align: justify;
              text-decoration:none;
        }	
.con a:hover{color: #fab907;}
.con a:active{outline: none;}
.con a:focus{-moz-outline-style: none;}

