body {
    color: black;
    background-color: white; 
    text-decoration: none; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-style: normal;
}

.principal { 
    border: 1px solid #0959B3; 
}

.titulo {  
    color: white;
    background-color: #86BBF6;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 20px; 
    font-weight: normal; 
}

.contenido {
    color: black;
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: normal;
    padding: 20px;    
}

.title {
    font-size: 11px;
    font-weight: bold;
}

.titleb {
    font-size: 12px;
}


.buttonscontainer {width: 150px;}

.buttons a {
    color: #0959B3;
    background-color: white;
    border-top: 1px solid;
    border-left: 0px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 2px;
    padding-left: 3px;
    display: block;
    font-size: 10px; 
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

.buttons a:hover {
    border-top: 1px solid;
    border-left: 0px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    background-color: #86BBF6;
    color: #0959B3;
    text-decoration: none;
}

