/* 
    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/
*/
#logeo {
    background: none repeat scroll 0 0 #d5e4e8;
    border: 3px solid #b5cad0;
    color: #f50077;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    height: 70px;
    letter-spacing: 0.2em;
    margin: 190px auto;
    padding: 30px 0 20px 50px;
    text-align: left;
    text-decoration: none;
    width: 300px;
}
#logeo a {
    color: #0066cc;
}

#Principal {padding-left: 12px;}

#cuerpo, #Cuerpo{
    background: url("http://138.117.76.170:10000/proxy/t2.php/RPP/public_html/imagenes/Inicio.png") no-repeat top center;
    height: 500px;
}



