#impress-help {
    background: none repeat scroll 0 0 rgba(130, 130, 130, 0.8);
    color: rgb(238, 238, 238);
    font-size: 12px;
    position: fixed;
    left: 2em;
    bottom: 2em;
    width: 24em;
    border-radius: 0.8em;
    padding: 1em;
    text-align: center;
    z-index: 100;
    font-family: Verdana, Arial, Sans, serif;
}

.impress-progress {
    color: rgb(153, 153, 153);
    font-family: Verdana, Arial, Sans, serif;
    text-align: center;
    width: 80px;
    z-index: 100;
    font-size: 10px;
    padding-left: 5px;
    display: none;
}

#impress-toolbar {
    width: 120px;
    text-align: center;
}

#impress-navigation-ui-next {
    font-size: 10px;
    text-align: center;
    width: 22px;
    height: 20px;
    color: rgb(68, 68, 68);
}

#impress-navigation-ui-prev {
    font-size: 10px;
    text-align: center;
    width: 22px;
    height: 20px;
    color: rgb(68, 68, 68);
}

#impress-autoplay-playpause {
    font-size: 10px;
    text-align: center;
    width: 20px;
    height: 20px;
    color: rgb(0, 128, 0);
    display: none;
}

#impress-navigation-ui-select {
    width: 40px;
    height: 20px;
}

#impress-navigation-ui-select {
    color: rgb(68, 68, 68);
    height: 20px;
    margin-top: 0;
    width: 50px;
    background-color: rgb(199, 199, 199);
    font-size: 10px;
    text-align: center;
    border: 1px solid transparent;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.cdiv {
    display: table;
    margin: 0 auto;
}

code {
    color: rgb(85, 85, 85);
    font-size: 11px;
}

a {
    text-decoration: none;
    color: rgb(85, 85, 85);
}

a:visited {
    text-decoration: none;
    color: rgb(85, 85, 85);
}

.centerText {
    text-align: center;
}

.mtop10 {
    margin-top: 10px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop30 {
    margin-top: 30px;
}

.colorTitulo {
    color: rgb(51, 51, 51);
}

.textoNormal {
    color: rgb(102, 102, 102);
    font-size: 26px;
}

.textoChico {
    color: rgb(102, 102, 102);
    font-size: 22px;
}

.floatLeft {
    float: left;
}

.relativa {
    position: relative;
}

@media (max-width: 1200px) {
}

.textoIzquierda {
    text-align: left;
    overflow: auto;
}

.textoNormal20 {
    color: rgb(60, 60, 60);
    font-size: 22px;
}

.borde {
    border: 0 dashed rgb(255, 0, 0);
}

.boton {
    border-radius: 11px;
    background: rgb(240, 240, 240);
    box-shadow: 7px 7px 13px rgb(211, 211, 211), -7px -7px 13px rgb(255, 255, 255);
    width: 120px;
    height: 26px;
    float: left;
    margin: 10px 10px 10px 13px;
    padding: 1px;
}

.instagram {
    width: 64px;
    height: 64px;
}

.enlace {
    background: transparent;
    border: none;
}

.enlace:hover {
    background: transparent;
    border: none;
}

.enlace:visited {
    background: transparent;
    border: none;
}

