/* 
    Document   : body
    Created on : 27-may-2009, 19:11:33
    Author     : paco
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
        font-size: 10px;
        text-align: center; /* for IE */
}
#cajaCentral{width:825px;
             height:800px;
              
             margin: 0 auto;   /* align for good browsers */
             text-align: left; /* counter the body center */
}
#anuncios {
    float:left;
}


#rodma {
    float:left;
}
#purificador {
    float:left;
}
#gestores {
    float:left;
    
}
#loyma {
    float:left;
}

#nave {
    float:left;
}
 

