.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

.table tr {
    background-color: #f8f8f8;
}

.table th, .table td {
    padding: 4px;
    text-align: center;
}

.table thead th{ 
    background-color: #005390;
    color: #fff;
}

.table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.table tbody td:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.container- {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.tabla- {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

.tabla- tr {
    background-color: #f8f8f8;
}

.tabla- th, .table td {
    padding: 4px;
    text-align: center;
}

.tabla- thead th{ 
    background-color: #005390;
    color: #fff;
}

.tabla- tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.tabla- tbody td:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 401px){
	.container-{
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.table{
		display: none;
	}
    .tabla- thead {
        display: none;
    }
    .tabla- tr {
        margin-bottom: 8px;
        border-bottom: 1px solid #005390;
        display: block;
    }
    .tabla- th, .table td {
        font-size: 12px;
    }
    .tabla- td {
        display: block;
        text-align: right;
    }
    .tabla-  td:last-child {
        border-bottom: 0px;
    }
    .tabla- td::before {
        content: attr(data-label);
        float: left;
    }
    #clave- {
		display: none;
	}
}