body {
    background-color: #eee;
    font-family:  Calibri, 'Trebuchet MS', sans-serif, fuentemarca;
}

.posrel {
    position: relative;
}

.enlinea {
    display: flex;
    flex-wrap: wrap;
}

.al100 {
    width: 100%;
}
.mt20p {
    margin-top: 20px;
}

.al50 {
    width: 50%;
    min-width: 350px;
    margin: 0px auto;
}

.templates table {
    width: 98%;
    border-spacing: 0;
    margin: 0px 15px 10px 15px;
    padding: 0px 5px 10px 5px;
}

.templates th {
    color: var(--colorMarca1);
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 16px;
    text-align: left;
    transition: all 0.5s;
}

.templates tr {
    height: 48px;
    cursor:default!important;
}

.templates table:hover {
    background-color: white!important;    
    border: 1px solid #e1dfdf;
}

.templates table:hover th {
    margin: 1px 1px 1px 1px;
    text-align: center;
    transition: all 0.5s;
}
/*
th:hover {
    
    background-color:rgba(0, 0, 0, .1)!important;
    font-size: larger;
}
*/
.templates tr:hover td{
    background-color:  rgba(0, 0, 0, .1)!important;
}

.templates tr:nth-child(even) {
    background-color: rgba(0, 0, 0, .04);
}

.templates td:nth-child(1) {
    padding: 0px 2px 0px 2px;
    font-size: 16px;
    font-weight: 540;
    width: 60%;
}

.templates td:nth-child(2) {
    padding: 0px 2px 0px 2px;
    font-size: 15px;
    font-weight: 100;
}

.description {
    margin: 12px 15px;
}

.description p {
    background-color: rgba(0, 0, 0, .04);
    height: 48px;
    padding: 12px 5px;
    margin: 15px 0 0 0px;
}

.templates .description h2 {
        color: var(--colorMarca1);
        font-size: 18px!important;
        font-weight: 600;
}        