.sombra {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.bodyMarco {
    min-width: 730px;
    max-width: 730px;
    margin: auto;
}

.textoNormal {
    text-indent: 0;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    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;
}

.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: 555px;
    margin-top: 12px;
    background: rgb(255, 255, 255);
}

#marco {
    margin-top: 50px;
    background: rgb(245, 245, 245);
    display: none;
    z-index: 23;
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.paypal {
    width: 120px;
}

.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;
}

.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;
}

.margenBoton {
    margin: 15px 35px 20px 20px;
}

.divCentrado {
    display: table;
    margin: 0 auto;
    padding: 3px;
}

.contenido {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.botonCerrar {
    margin: 5px;
}

.resaltado {
    padding: 0.2em 0.4em;
    border-radius: 0.4em;
    display: inline-block;
    background: linear-gradient(to left, rgba(21, 68, 104, 0.8), rgba(245, 101, 109, 0.9));
}

.resaltado:hover {
    background: linear-gradient(to right, rgba(21, 68, 104, 0.8), rgba(245, 101, 109, 0.9));
}

.banner {
    font-size: 18px;
    font-family: courier, serif;
    font-weight: 100;
    color: rgb(255, 255, 255);
    padding: 8px 30px;
    margin-top: 60px;
}

.textoNormalCaracteristicas {
    margin-left: 40%;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: rgb(85, 85, 85);
    letter-spacing: 0;
}

.subtitulo {
    background-color: rgb(243, 243, 243);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    padding: 2px;
    color: rgb(87, 87, 87);
    width: 300px;
    margin-top: 40px;
}

.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);
}

.anchoFijo {
    min-width: 950px;
}

.padMarcador {
    padding: 0.5em 1em;
    margin: 0 -0.4em;
}

.parrafoGuide {
    width: 900px;
    margin: 0 auto;
}

