@charset "utf-8";
/* Social Media Icon Links Extension (S.M.I.L.E.) */
div.smile a {display:inline-block;width:auto;outline:none;}
div.smile a img {border:none;}
div.smile a:hover {background:none;}
div.smilecredits {width:100%}
div.smilecredits a {font-size:10px;}
.clr {clear:both;}


.grupo {
    cursor: pointer;    
    width:808px;
    float:left;
    text-align:center;    
    padding: 10px 14px;
    margin-bottom:4px;
    margin-right:4px;
    display:block;
    color:#ffffff;
    font-size:15px;    
    background-color: #09198d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #071160;
}

.pendiente {
    cursor: pointer;    
    width:400px;
    float:left;
    text-align:center;    
    padding: 2px 7px;
    margin-bottom:4px;
    margin-right:4px;
    display:block;
    color:#000000;
    background-color: #f3bcc6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #fe7070;
}

.revisada {
    cursor: pointer;    
    width:400px;
    float:left;
    text-align:center;    
    padding: 2px 7px;
    margin-bottom:4px;
    margin-right:4px;
    display:block;
    color:#000000;
    background-color: #d2fabe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #327014;
}