body.modal-open {
    overflow: visible;
}
span.fa {
    margin-left: 10px ;
}

.nospace {
    margin-left: 0px !important ;
}
p.leyenda{
    font-size: 120%;
    padding-top: 10px !important;
}


table.cards {
    background-color: transparent;
}

.cards tbody img {
    height: 100px;
}
.cards tbody tr {
    float: left;
    margin: 10px;
    border: 1px solid #666;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
    background-color: white;
}
.cards tbody td {
    display: block;
    width: 100%;
    overflow: hidden;
   
}

.cards .Logo {
     text-align: center;
}

.cards .opciones {
     text-align: center;
     padding:10px;
     margin-top:8px;
}

.opciones a{
     text-decoration: none !important;
}

.table {
    background-color: #fefefe;
}
.table tbody label {
    display: none;
    margin-right: 5px;
    width: 50px;
}   
.table .glyphicon {
    font-size: 20px;
}

.cards .glyphicon {
    font-size: 75px;
}

.cards tbody label {
    display: inline;
    position: relative;
    font-size: 85%;
    font-weight: normal;
    top: -5px;
    left: -3px;
    float: left;
    color: #808080;
}
.cards tbody tr{
    width:335px;
    padding:10px;
    min-height: 300px;
}

.cards tbody td:nth-child(1) {
    text-align: center;
}
.respuesta{
    width: 100%;
}
.respuesta th{
    background-color: #00b8ff;
    color:white;
}
.respuesta td{
    
}

