/**
 * $Horde: horde/themes/screen.css,v 1.7.4.57 2006/06/11 21:34:27 chuck Exp $
 */

/* Global default styles. */
* {
    /* Zero out all padding and margins to start with for better
     * cross-browser control. */
    padding: 0;
    margin: 0;
}

body {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background: #fff;
    color: #000;
    background-image: url("/images/logoTransparente.jpg");
}

body.scrollbar-quirk {
    margin-right: 15px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.alerta{
   color: #FF0000;
}