@charset "utf-8";
/* CSS Document */

.cntBorde {
    border: 3px dashed #4470B4;
    width: 1137px;
    height: 535px;
    margin: 3.5% auto 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#tblIntro {
    font-family: "cabinmedium";
    text-align: left;
    font-size: 45px;
    line-height: 51px;
    margin: 4% 0 0 8%;
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 71px;
    position: absolute;
    z-index: 1;
    left: 47.2%;
    top: 84%;
}

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 71px;
    position: absolute;
    z-index: 1;
    left: 47.2%;
    top: 84%;
}

.numeracion {
    width: 37px;
    height: 37px;
    padding-right: 6px;
    vertical-align: middle;
}