#Linea {
    float:left;
    width:99%;
    border-bottom: 1px solid #CCC; }

#CuadroCompleto { 
    background-color: rgb(23, 197, 162);
    width:99%;
    float:left;
    margin-top:1%; 
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px; }
    #CuadroCompletoInactivo { 
    background-color: rgb(233, 234, 235 );
    width:99%;
    float:left;
    margin-top:1%; 
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px; }