@import url("M_G06_U01_L03_03.css");
.pestana {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 44px;
    min-width: 165px;
    position: relative;
    display: inline-block;
    padding: 0 14px;
    cursor: pointer;
    margin-right: 1px;
}

.pestana .texto {
    font-family: 'Myriad Pro';
    font-size: 30px;
    color: #FEFEFE;
    text-align: center;
    line-height: 48px;
}

.cm2 {
    background-color: #D9D8D8;
    -moz-border-radius: 100% 0 0 0;
    -webkit-border-radius: 100% 0 0 0;
    border-radius: 100% 0 0 0;
    width: 23px;
    height: 23px;
    display: inline-block;
    position: absolute;
    left: 2.5%;
    top: 0%;
}

.cm3 {
    background-color: #D9D8D8;
    -moz-border-radius: 0 100% 0 0;
    -webkit-border-radius: 0 100% 0 0;
    border-radius: 0 100% 0 0;
    width: 23px;
    height: 23px;
    display: inline-block;
    position: absolute;
    left: 75.6%;
    top: 0%;
}

.cm5 {
    background-color: #D9D8D8;
    -moz-border-radius: 0 0 0 100%;
    -webkit-border-radius: 0 0 0 100%;
    border-radius: 0 0 0 100%;
    width: 23px;
    height: 23px;
    display: inline-block;
      position: absolute;
  left: 2.5%;
  bottom: 0%;

}

.cm7 {
    background-color: #D9D8D8;
    -moz-border-radius: 0 0 100% 0;
    -webkit-border-radius: 0 0 100% 0;
    border-radius: 0 0 100% 0;
    width: 23px;
    height: 23px;
    display: inline-block;
      position: absolute;
  left: 75.6%;
  bottom: 0%;

}

.cpr {
    background-color: #FEFEFE;
    width: 62px;
    height: 48px;
    display: inline-block;
    position: absolute;
    left: 22%;
    top: 0%;
}

.m2 {
    background-color: #76BDE8;
}

.m3 {
    background-color: #C62576;
}

.m5 {
    background-color: #B9CA37;
}

.m7 {
    background-color: #EBD02F;
}

.pr {
    background-color: #C73E23;
    color: #fefefe;
}

.cntCriba {
    position: relative;
    width: 1213px;
    height: 546px;
    background-color: #6E6E6E;
    margin: 69px auto 0 auto;
}

.tblCriba {
    display: inline-block;
    background-color: #6E6E6E;
    padding: 2.5px;
    margin: 14px auto 0 10px;
    position: relative;
}

.celda {
    display: inline-block;
    position: relative;
    width: 115px;
    height: 48px;
    color: #575756;
    font-family: 'cabinbold';
    font-size: 30px;
    text-align: center;
    letter-spacing: 0;
    /*box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3) inset;*/
      line-height: 46px;
    background-color: #FEFEFE;
    margin: 2px;
    vertical-align: top;
}

.pestanas {
    position: absolute;
    display: inline-block;
    top: 10.5%;
    left: 17px;
}