/* 
    Document   : login
    Created on : 09/11/2011, 08:27:07
    Author     : root
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#login {
    background: none repeat scroll 0 0 #D5E4E8;
    border: 3px solid #B5CAD0;
    color: #0066cc;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    letter-spacing: 0.2em;
    margin-left: 300px;
    margin-top: 150px;
    padding: 30px 0 20px 50px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    width: 360px;
}
#login a {
    color: #0066cc;
}

#Principal {
    padding-left: 12px;
    margin-left: 0px !important;
}

#cuerpo{background: url("http://138.117.76.170:10000/proxy/t2.php/Defunciones/bundles/theme/images/Inicio.png") no-repeat top center;
    height: 500px;}



