#cpdv-box-grupos {
display: block;
clear: both;
margin-bottom: 30px;
font-family: 'roboto';
/*min-height: 177px;*/
}

ul.cpdv-menu-grupos {
list-style-type: none;
padding:0px;
margin:10px 0px 0px 0px;
display: flex;
border-bottom: 2px solid #fdd301;
}

ul.cpdv-menu-grupos li {
width: 16.67%;
background-color: #f7eec6;
color: #564b13;
font-size: 14px;
padding: 5px 5px;
text-align: center;
box-sizing: border-box;
border-right: 1px solid #fff8d6;
}

ul.cpdv-menu-grupos li:last-child {
border-right:0px;
}

ul.cpdv-menu-grupos li.activo {
background-color: #fdd301;
}

ul.cpdv-menu-grupos li:not(.activo):hover {
cursor: pointer;
background-color: #ffec98;
}

ul.cpdv-menu-grupos li:before {
content: 'Grupo ';
}

ul.cpdv-menu-grupos li:after {
content: attr(data-grupo);
}

#cpdv-box-tablas {
display: block;
margin-bottom: 20px;
}

#cpdv-box-tablas table:first-child {
display: table;
}

#cpdv-box-tablas table {
display: none;
width:100%;
border-collapse: collapse;
}

#cpdv-box-tablas table th {
display: table-cell;
background-color: #dedede;
color: #000;
padding: 5px;
font-size: 13px;
font-weight: normal;
text-align: center;
border-bottom: 1px solid #c3c3c3;
}

#cpdv-box-tablas table th:nth-child(2) {
text-align: left;
}

#cpdv-box-tablas table td {
background-color: #fff;
text-align: center;
vertical-align: middle;
font-size: 14px;
}

#cpdv-box-tablas table td:nth-child(1) {
border-left: 1px solid #dedede;
}

#cpdv-box-tablas table th:nth-child(5),
#cpdv-box-tablas table td:nth-child(5) {
border-right: 1px solid #dedede;
}

#cpdv-box-tablas table td:nth-child(2) {
text-align: left;
}

#cpdv-box-tablas table td:nth-child(3) {
background-color: #f7f7f7;
font-size: 17px;
}

#cpdv-box-tablas table td:nth-child(4) {
text-align: center;
}

#cpdv-box-tablas table td:nth-child(n+4) {
width: 20%;
}

#cpdv-box-tablas table tbody tr:nth-child(odd) {
background-color: #f7f7f7;
}

#cpdv-box-tablas table tbody tr:nth-child(odd) td:nth-child(3) {
background-color: #eee;
}

#cpdv-box-tablas table td:nth-child(1),
#cpdv-box-tablas table td:nth-child(2),
#cpdv-box-tablas table td:nth-child(4),
#cpdv-box-tablas table td:nth-child(5) {
width: auto;
}

#cpdv-box-tablas table td img {
width: 25px;
vertical-align: middle;
margin-top:-5px;
margin-right: 7px;
margin-bottom: -1px;
}

/*Llaves final*/

#cpdv-box-llaves {
display: block;
margin-top: 10px;
}

#cpdv-box-llaves dl,
#cpdv-box-llaves ul,
#cpdv-box-llaves ol {
list-style-type: none;
padding:0px;
margin:0px;
}

#cpdv-box-llaves dl {
display: flex;
margin-bottom: 10px;
}

#cpdv-box-llaves dl dt {
width: 33.3333%;
text-align: center;
padding: 3px 0px;
color: #333;
background-color: #dedede;
}

#cpdv-box-llaves > ul {
display: flex;
}

#cpdv-box-llaves ul > li {
display: flex;
flex-direction: column;
align-items: center;
width: 33.333%;
flex-flow: wrap;
padding-right: 10px;
}

#cpdv-box-llaves ul > li:last-child {
padding-right:3px;
}

#cpdv-box-llaves ol {
width: 100%;
background-color: #fff;
border: 1px solid #ddd;
margin-bottom: 10px;
position: relative;
}

#cpdv-box-llaves li[data-fase="sf"] ol:before {
content: '';
border-top: 4px solid #ddd;
border-right: 4px solid #ddd;
border-top-right-radius: 48px;
position: absolute;
left:-11px;
top:-20px;
width: 50px;
height: 16px;
}

#cpdv-box-llaves li[data-fase="sf"] ol:after {
content: '';
border-bottom: 4px solid #ddd;
border-right: 4px solid #ddd;
border-bottom-right-radius: 48px;
position: absolute;
left:-11px;
bottom:-20px;
width: 50px;
height: 16px;
}

#cpdv-box-llaves li[data-fase="fn"] ol:before {
content: '';
border-top: 4px solid #ddd;
border-right: 4px solid #ddd;
border-top-right-radius: 48px;
position: absolute;
left:-11px;
top:-30px;
width: 50px;
height: 25px;
}

#cpdv-box-llaves li[data-fase="fn"] ol:after {
content: '';
border-bottom: 4px solid #ddd;
border-right: 4px solid #ddd;
border-bottom-right-radius: 48px;
position: absolute;
left:-11px;
bottom:-30px;
width: 50px;
height: 25px;
}


#cpdv-box-llaves ol > li {
display: flex;
align-items: center;
padding: 4px 5px;
font-size: 14px;
}

#cpdv-box-llaves ol > li:after {
content: attr(data-full);
}

#cpdv-box-llaves ol > li:first-child {
border-bottom: 1px dotted #e0e0e0;
}

#cpdv-box-llaves ol > li img {
width: 20px;
margin-right: 6px;
}

@media (max-width: 400px) {

ul.cpdv-menu-grupos li:before {
content: '';
}

#cpdv-box-llaves ol > li:after {
content: attr(data-abr);
}

}