@charset "utf-8";
@import url("L_G06_U06_L02.css");
.titulo {
    font-family: 'cabinregular';
    font-size: 35px;
    line-height: 35px;
    color: #fefefe;
    text-align: center;
    margin-top: 2%;
}

#tblRelacion {
    margin: 6% auto 0 auto;
}

.cntExplicacion {
    width: 761px;
    height: 97px;
    background-color: #ECECEB;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    margin-right: 40px;
    cursor: pointer;
    margin-bottom: 22px;
}

.cntExplicacion .circulo {
    background-color: #fefefe;
    border: 3px solid #ECECEB;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    top: 50%;
    right: -18px;
    position: absolute;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.cntExplicacion .texto {
    font-family: 'cabinregular';
    font-size: 35px;
    line-height: 39px;
    color: #313E4B;
    white-space: nowrap;
    top: 50%;
    left: 2.5%;
    position: absolute;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.cntTipo {
    cursor: pointer;
    width: 210px;
    height: 97px;
    background-color: #ECECEB;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 22px;
}

.cntTipo .circulo {
    background-color: #fefefe;
    border: 3px solid #ECECEB;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    top: 50%;
    left: -18px;
    position: absolute;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.cntTipo .texto {
    font-family: 'cabinregular';
    font-size: 35px;
    line-height: 39px;
    color: #313E4B;
    white-space: nowrap;
    text-align: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.tipo1 {
    background-color: #C4007A;
}

.tipo2 {
    background-color: #BAD9DA;
}

.tipo3 {
    background-color: #723888;
}

.tipo3 .texto {
    color: #fefefe;
}

#flechaTipo1 {
    background-image: url(../img/flecha1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 45px;
    height: 246px;
    position: absolute;
    top: 31.4%;
    left: 72.5%;
    display: none;
}

#flechaTipo2 {
    background-image: url(../img/flecha2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 41px;
    height: 123px;
    position: absolute;
    top: 31.4%;
    left: 72.5%;
    display: none;
}

#flechaTipo3 {
    background-image: url(../img/flecha2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 41px;
    height: 123px;
    position: absolute;
    top: 50.4%;
    left: 72.5%;
    display: none;
}