@charset "UTF-8";
/* CSS Document */
/* Estilos para el recuadro proximo-cortate */


.moduletable_recuadro-proximo-cortate,
.moduletable_recuadro-proximo-cortate_ultimo {
    
    margin: 0;
    padding: 0;

    font-size: 10px;
    color: white;
    line-height: 14px;
    
}

div.moduletable_recuadro-proximo-cortate,
div.moduletable_recuadro-proximo-cortate_ultimo {
    
    padding: 5px 10px 5px 10px;
    margin: 0;
    
    background-color: #ee7129;
    
    border: 0;
    
}

div.moduletable_recuadro-proximo-cortate_ultimo {

    border-radius: 0em 0em 3em 1em;
    -moz-border-radius: 0em 0em 3em 1em;
    -o-border-radius:0em 0em 3em 1em;
    -webkit-border-radius: 0em 0em 3em 1em;
    
}


.moduletable_recuadro-proximo-cortate ul {
    
    margin: 0 0 0 15px;
    padding: 0;
    
    list-style: square;
    
}


.moduletable_recuadro-proximo-cortate li {
    
    margin: 0;
    padding: 0 0 0 0px;
    
}


.moduletable_recuadro-proximo-cortate h6 {
    
    margin: 0;
    padding: 0 0 5px 0;
    
}


.moduletable_recuadro-proximo-cortate a,
.moduletable_recuadro-proximo-cortate a:link {
    
    margin: 0;
    padding: 0;
    
    font-size: 11px;
    
    color: white;
    
}

.moduletable_recuadro-proximo-cortate a:hover {
    
    color: yellow;
    
}


.moduletable_recuadro-proximo-cortate span.sangrado,
.moduletable_recuadro-proximo-cortate_ultimo span.sangrado {

    display: block;

    padding-left: 15px;
    
    font-size: 9px;
    color: #ddd;
    line-height: 12px;

}


.custom_recuadro-proximo-cortate_ultimo a {
    
    color: yellow;
    font-weight: bold;
    letter-spacing: .1em;
    
}