/* CSS Document */
body {          
	  margin:0px;
	  padding:0px;
	  background-color: #000000;
      }
img{ border:0;}
#cuerpo{
    background-image: url('../img/fondo.jpg');
}
    
#linea_central        
	{
	width: 100%;
	position: absolute;
	top: 50%;
	overflow: visible;
	}

#contenido_centrado    
	{
	position: absolute;
	width: 952px;
	height: 615px;
	top: -307px; /* mitad del alto */
	left: 50%;
	margin-left: -476px; /*mitad del ancho*/
	}
	
#contenido_normal  
	{	
	width: 100%;	
	top: 0px;	
	}


.texto {  
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 9px; 
    font-style: normal; 
    color: #CFCBA5; 
    text-align:center;}  
A.texto {  
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 9px; 
    font-style: normal; 
    color: #CFCBA5; 
    text-align:center;
    text-decoration:none}  
A.texto:hover { 
    text-decoration:underline;}
    
.cajetin{
      background:#575656;
      border:none;
      color:#cccccc;
      font-size:10px;
      font-family:Arial;
      height:17px;
      width:130px;
      
}
.cajetin2{
      background:#575656;
      border:none;
      color:#cccccc;
      font-size:10px;
      font-family:Arial;
      height:17px;
      width:230px;
      
}
.olvido{
      color:#b3b3b3;
      font-size:10px;
      font-family:Arial;
      text-decoration:none;
}
.olvido:hover {
      text-decoration: underline;
}

