.azul{
    background: #98BDFC;
    color:#00007A;
}

/* LINKS */

a:link, a:visited {
    color: #036;
    text-decoration: none;
}

a:hover {
    color: #000;
    background: #ffc;
}

a img {
    border: none;
}

a.section:link, a.section:visited {
    color: #A80000 ;
    text-decoration: none;
}




#changelist .actions select {
font-size: 12px;
padding: 5px;
line-height: 20px;
}

#changelist .actions .button{
    padding: 5px;
    width:200px;
    
}


.green{
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.amarillo{
    background-color: #f0ad4e;
    border-color: #eea236;
}
