/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    font-size: 11px;    
}

#divLogin{
    float: left;
    margin-top: 35px;
}

#titulo{
    background-color: #333333;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    margin-left: 3px;
    width: 855px;
}

#titulo p{
    padding-left: 15px; 
    padding-top: 2px; 
    color: white;    
}

#loginPag {
    position: relative;
    width: 300px;
    left: 270px;
    margin-top: 25px;
}

#loginPag a, #loginPag a:visited {
    font-weight: bold;
    color: #990000;
    text-decoration: none;
}

#loginPag a:hover {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

#loginPag p{
    margin-top: 15px;
}

#loginPag b{
    font-weight: bold;
}