	html,body{
	    font-family:Verdana; 
	    font-size: 10px; 
	    color : #000000;
    	margin: 0;
	    padding: 0;
	    width: 100%;
	    height: 100%;
	    background-color: #683f35;
	}
   
    #continente{
        position: relative;
        width: 900px;
        height: 600px;   
	    left:50%;
	    top: 0px;	    
	    margin: 0 450 0 -450;
    }
    
    .fondo-left{
        background-position: right top;
        background-repeat: no-repeat;
    } 

    .fondo-right{
        background-position: left top;
        background-repeat: no-repeat;
    } 
    
    .fondo-up{
        background-position: bottom;
        background-repeat: no-repeat;
    }   
    
    .fondo-bottom{
        background-position: top;
        background-repeat: no-repeat;
    }        

	#btn_baseslegales{
	    position: absolute; 
        left: 11px;
        top: 14px;	  
	}   
	
	#btn_avisolegal{
	    position: absolute; 
        left: 107px;
        top: 14px;	  
	}	
	
	#boton1{
	    position: absolute; 
        left: 217px;
        top: 227px;	  
	}
	
	#boton2{
	    position: absolute; 
        left: 210px;
        top: 291px;	  
	}		 
	
	#boton3{
	    position: absolute; 
        left: 208px;
        top: 353px;	  
	}
	
	#boton4{
	    position: absolute; 
        left: 196px;
        top: 411px;	  
	}			

	#flashBases{
	    position: absolute; 
        left: 370px;
        top: 101px;	  
	}
	
	#flashAviso{
	    position: absolute; 
        left: 370px;
        top: 111px;	  
	}		
	
	#flashPruebame{
	    position: absolute; 
        left: 400px;
        top: 293px;	  
	}	
	
	#flashComo{
	    position: absolute; 
        left: 357px;
        top: 123px;	  
	}	
	
	#flashFormulario{
	    position: absolute; 
        left: 405px;
        top: 148px;	  
	}	 

    #error{
        position:absolute;
        left: 393px;
        top: 177px;
        font-size: 18px;
        color: #0096cf;
        font-family: Verdana;
        font-weight: bold;
        width: 355px;
        height: 264px;      
        text-align: center;    
        vertical-align: middle;  
    }  
    

