root { 
    display: block;

}
body{
    padding-top :140px;
    background : #ffc052;
    background-position : top center ;
    background-image : url('images/back2.png');
    background-repeat : no-repeat;
    font-family : "Andalus" ;
    }
img{
    border : 0px;
}
.footer{
    width :861px;
    height:20px;
    background-repeat :no-repeat;
    color : #ffffff;
    font-size : 10px;
    text-align :center;
}
.content{
    width :820px;
    height:800px;
    text-align : center;
    
}
.menu{
    font-size    : 11px;
    text-align  :left;
    
}
.link_menu{
    background-image :url("images/point.png");
    background-position :left;
    background-repeat : no-repeat;
    padding-left :20px;
    text-decoration : underline;
    color : #000000;

}
.link_menu:hover{
    color : #ffffff;
    background-image :url("images/point_over.png");
    background-position :left;
    background-repeat : no-repeat;
    padding-left :20px;
}
.title{
    background-image :url('images/h1_back.png');
    height :50px;
    width : 700px;
    text-align :left;
    padding-left : 10px;
    background-repeat : no-repeat;
}
.product{
    background-image : url('images/products.png');
    width : 350px;
    height : 180px;    
    padding-left : 10px;   
    text-align : justify;
    background-repeat : no-repeat;
    font-size    : 11px;
    vertical-align : top;
}
.menu_products{
    color : #000000;
    background-image : url('images/buttons/menu_products.png');
    background-repeat :repeat-x;
    text-align : left;
    padding-left : 46px;
    width : 200px;
    height : 53px;
    
   
}
.link_products{
    color : #000000;
    text-decoration : none;
    font-size : 12px;

}
h2{
    font-size : 14px;
    background-image : url("images/h2_back.png");
    width : 350px;
    height : 20px;
    
}
.table_order{
   border:1px solid black;
}


