/* 
    Document   : estilo
    Created on : 2/12/2011, 02:13:48 PM
    Author     : angel
    Description:
        Purpose of the stylesheet follows.
*/

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

#bienvenida{
/* float: left;*/
 font-size: 10px;
}

#datos{
   font-size: 11px;
   margin-top: 20px;
   margin-left: 10px;
   padding-left: 10px;
}

.middle{
    width: 50px;
}
