	html,body{
	    font-family:Verdana; 
	    font-size: 10px; 
	    color : #000000;
    	margin: 0;
	    padding: 0;
	    width: 100%;
	    height: 100%;
	    background-color: #f09d06;
	}
   
    #continente{
        position: relative;
        width: 990px;
        height: 550px;   
	    left:50%;
	    top: 0px;	    
	    margin: 0 495 0 -495;
    }
    
    .fondo-center{
        background-position: right top;
        background-repeat:repeat-x;
        background-image: url("../img/matu_middle.jpg");
    }     
    
    .fondo-left{
        background-position: right top;
        background-repeat:repeat-x;
        background-image: url("../img/matu_left.jpg");
    } 
    
    .fondo-right{
        background-position: left top;
        background-repeat:repeat-x;
        background-image: url("../img/matu_right.jpg");        
    } 
    
    .fondo-top{
		background-color: #b47417;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-image: url("../img/matu_sup.jpg");        
    }     

    .fondo-bottom{
		background-color: #c54218;
        background-position: center top;
        background-repeat: no-repeat;
        background-image: url("../img/matu_inf.jpg");        
    }     
    
