.sombra {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.bodyMarco {
    min-width: 730px;
    max-width: 730px;
    margin: auto;
}

.bodySamples {
    min-width: 750px;
}

.logo {
    display: block;
    margin: 0 auto;
}

.textoNormal {
    text-indent: 0;
    text-align: center;
    font-family: sans-serif;
    font-size: 17px;
    color: rgb(85, 85, 85);
    letter-spacing: 0;
}

.colorPagina {
    background-color: rgb(249, 249, 249);
}

.boton {
    border-radius: 11px;
    background: rgb(235, 235, 235);
    box-shadow: 7px 7px 13px rgb(211, 211, 211), -7px -7px 13px rgb(255, 255, 255);
    width: 105px;
    height: 26px;
    float: left;
    margin: 10px 10px 10px 13px;
    padding: 1px;
}

.boton:hover {
    box-shadow: 3px 3px 2px rgba(122, 122, 122, 0.6);
}

.centrar {
    display: table;
    margin: 0 auto;
}

.mtop30 {
    margin-top: 30px;
}

.mtop10 {
    margin-top: 10px;
}

.textoNormal.pie {
    font-size: 13px;
    color: rgb(115, 115, 115);
    letter-spacing: 1px;
}

.enlaces {
    text-decoration: none;
    text-align: center;
    font-family: sans-serif;
    font-size: 15px;
    color: rgb(89, 89, 89);
    padding-top: 8px;
    text-shadow: rgb(250, 250, 250) 2px 2px;
}

.enlaces:hover {
    color: rgb(245, 245, 245);
    text-shadow: 1px 1px 2px rgb(128, 128, 128), 0 0 1em rgb(0, 0, 0), 0 0 0.2em rgb(169, 169, 169);
}

.marco {
    overflow: hidden;
    border: none;
    width: 800px;
    height: 465px;
    margin-top: 35px;
    background: rgb(255, 255, 255);
}

#marco {
    margin-top: 40px;
    position: absolute;
    background: rgb(245, 245, 245);
    height: 575px;
    top: 100px;
    display: none;
}

.panelBotones {
    width: 100%;
}

.paypal {
    width: 140px;
}

.paypal:hover {
    transition: all .8s ease-in-out;
    transform: scale(2.5);
}

.textoChico {
    text-indent: 0;
    text-align: center;
    font-family: sans-serif;
    font-size: 15px;
    color: rgb(92, 92, 92);
    letter-spacing: 0;
}

.textoMasChico {
    text-indent: 0;
    text-align: center;
    font-family: sans-serif;
    font-size: 13px;
    color: rgb(92, 92, 92);
    letter-spacing: 0;
}

.textoChico:hover {
    font-size: 15px;
    color: rgb(0, 0, 0);
}

.celda {
    width: 160px;
    height: 30px;
}

.celdaDescarga {
    width: 160px;
    height: 30px;
}

.textoGrande {
    text-indent: 0;
    text-align: center;
    font-family: sans-serif;
    font-size: 22px;
    color: rgb(62, 62, 62);
    letter-spacing: 0;
}

#marcoUpdate {
    margin-top: 50px;
    position: absolute;
    background: rgb(245, 245, 245);
    height: 520px;
    top: 100px;
    display: none;
}

.margenBoton {
    margin: 15px 35px 20px 20px;
}

.divCentrado {
    display: table;
    margin: 0 auto;
    padding: 3px;
}

.contenido {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.botonCerrar {
    margin: 10px 5px 5px;
}

.borde {
    border: 0 solid rgb(255, 0, 0);
}

.changeLog {
    text-indent: 0;
    text-align: left;
    font-family: sans-serif;
    font-size: 15px;
    color: rgb(92, 92, 92);
    letter-spacing: 0;
    margin-left: 30px;
    width: 85%;
}

.imagen {
    width: 256px;
}

.samplePage {
    width: 256px;
    height: 256px;
    margin-left: 2%;
}

.samples {
    margin-left: 150px;
    margin-top: 120px;
    width: 256px;
    float: left;
    border-radius: 6px;
    background: rgb(247, 163, 153);
    border: 2px solid rgb(255, 255, 255);
}

.oculto {
    display: none;
}

@media all and (max-width: 1650px) and (min-width: 1461px) {
    .samples {
        margin-left: 50px;
    }
}

@media all and (max-width: 1460px) and (min-width: 1261px) {
    .samples {
        width: 192px;
        margin-left: 20px;
    }

    .imagen {
        width: 192px;
    }
}

@media all and (max-width: 1260px) {
    .samples {
        width: 128px;
        margin-left: 20px;
    }

    .imagen {
        width: 128px;
    }
}

@media all and (max-width: 1135px) {
    body {
        width: 1135px;
    }

    .samples {
        float: left;
        margin-bottom: 20px;
        border: 2px solid rgb(255, 255, 255);
    }
}

.marcador {
    margin: 0 -0.4em;
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    background: transparent linear-gradient(to right,
    rgba(255, 225, 0, 0.1),
    rgba(255, 225, 0, 0.7) 4%,
    rgba(255, 225, 0, 0.3));
    -webkit-box-decoration-break: clone;
    text-decoration: none;
    color: rgb(69, 69, 69);
}

.pregunta {
    text-align: left;
    font-family: sans-serif;
    font-size: 15px;
    color: rgb(92, 92, 92);
}

.respuesta {
    text-align: left;
    font-family: sans-serif;
    font-size: 15px;
    color: rgb(92, 92, 92);
}

.howto {
    color: rgb(245, 245, 245);
    text-shadow: 1px 1px 2px rgb(128, 128, 128), 0 0 1em rgb(0, 0, 0), 0 0 0.2em rgb(169, 169, 169);
}

.linea {
    height: 3px;
    border: 1px solid rgb(222, 222, 222);
    box-shadow: 1px 1px 6px rgba(212, 212, 212, 0.8);
}

.sampleTheme {
    width: 180px;
    margin-left: 15px;
    margin-top: 10px;
}

.imagenGui{
    width:800px;
}