@import url("reset.css");
@import url("plus.css");
@import url("site.css");
@import url("tipo.css");

* {background-repeat:no-repeat;}
body 
{
    font-family: Arial, Tahoma, Helvetica, Verdana; 
    font-size:11px; 
    margin:0; 
    padding:0; 
    background-color: #fff; 
    color: #222; 
    /*background-image: url("../img/fundal-movdes.jpg");
    background-image: url("../img/fundal-portopal.jpg");
    background-image: url("../img/fundal-verde.jpg");
    background-repeat:repeat;
    background-position: top center; background-attachment: fixed;*/
    background-image: url("../img/Fundal2.jpg");
    background-repeat: no-repeat; background-position: top center; background-attachment: fixed; /**/
    }

a {color:#a27db0; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}

a img {border:0;}

ul, ol {margin:0; padding:0;}
ul li, ol li {margin:0; padding:0;}

div div {display: block; overflow: hidden; width:100%;}
div#imageContainer { width:auto; }
div#imageData { width:auto; }


div#sitemap {}
div#sitemap ul {}
div#sitemap ul li {display: block; overflow: hidden; width: 120px; float: left; margin: 10px 10px 0 0;}
div#sitemap ul li.products {clear: both; width: 100%;}
div#sitemap ul li.products h2 {border-bottom: 1px solid #ddd;}
div#sitemap ul li ul li {display: block; overflow: hidden; width: 120px; float: left; margin: 10px 10px 0 0;}