/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */



#cajaBusquedaHome {
    width: 94%;
    background-color: #FFF8F1;
    padding: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#cajaBusquedaHome p {
    font-family: 'GloberRegular';
    font-weight: 700;
    font-size: 105%;
    text-align: center;
    letter-spacing: -1px;
}

.cajaBusquedaHomeLogo {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.cajaBusquedaHomeLogo img {
    width: 100%;
    height: auto;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.tituloActividadDelDiaHome {
    font-family: 'MichromaRegular';
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 20px 35px;
}

.tituloActividadDelDia {
    font-family: 'MichromaRegular';
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 15px 30px;
}

.tituloResultadosBavanzada {
    font-family: 'MichromaRegular';
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 20px 35px;
}

#cajaActividadDelDia {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border-radius: 8px;
}

.cajaActividadDelDia {
    background-color: #045129;
    color: #fff;
}

.cajaActividadDelDia:nth-child(odd) {
    background-color: #282828;
    color: #fff;
}

#cajaActividadDelDia h3 {
    font-family: 'GloberBlackItalic';
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 15px;
    margin-bottom: 0px;
    margin-top: 15px;
}

#cajaActividadDelDia p {
    font-family: 'GloberRegular';
    font-weight: 400;
    font-size: 83%;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
}


.contenedor_resultados {
    text-align: center;
    color: #fff;
    padding: 20px 20px 0px 20px;
}

.contenedor_resultados a {
    font-family: 'GloberRegular';
    text-transform: uppercase;
    background-color: #045129;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    margin: 0 10px;
}

.contenedor_resultados a:hover {
    background-color: #045129;
}

/* Para mantener los botones en línea en dispositivos móviles */
@media (max-width: 768px) {
    .contenedor_resultados a {
        display: inline-block;
        width: 65px;
        padding: 10px 3px 7px 3px;
        text-align: center;
        font-size: 11px;
        font-family: 'GloberRegular';
        text-transform: uppercase;
    }
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\ Contenedores \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */


.btn {
    background: #08763D;
    background-image: -webkit-linear-gradient(top, #08763D, #045129);
    background-image: -moz-linear-gradient(top, #08763D, #045129);
    background-image: -ms-linear-gradient(top, #08763D, #045129);
    background-image: -o-linear-gradient(top, #08763D, #045129);
    background-image: linear-gradient(to bottom, #08763D, #045129);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-family: 'GloberRegular';
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 75%;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.btn:hover {
    background: #ff9e36;
    text-decoration: none;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.formatoh4 {
    padding: 20px;
}

a.linksGrises:link {
    font-family: 'MichromaRegular';
    font-weight: 700;
    color: white;
}

a.linksGrises:visited {
    font-family: 'MichromaRegular';
    font-weight: 700;
    color: white;
    text-decoration: none;
}

a.linksGrises:hover {
    font-family: 'MichromaRegular';
    font-weight: 700;
    color: white;
    text-decoration: underline;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

#cajaBusqueda {
    width: 94%;
    background-color: #FFF8F1;
    padding: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#cajaBusqueda p {
    font-family: 'GloberRegular';
    font-weight: 700;
    font-size: 105%;
    text-align: center;
    letter-spacing: -1px;
}

.cajaBusqueda {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.cajaBusqueda img {
    width: 100%;
    height: auto;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.cajaNoRegistro {
    background-color: #08713a;
    padding: 21px 20px 18px 20px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    width: 90%;
    font-size: 100%;
    text-align: center;
    font-family: 'GloberRegular';
    font-weight: 700;
    color: white;
    border-radius: 6px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

#formularioBusqueda1 {
    width: 90%;
    margin: 10px auto;
    color: white;
}

#formularioBusqueda1 input[type=text] {
    width: 100%;
    height: 40px;
    padding: 7px 5px 3px 10px;
    margin-bottom: 10px;
    font-family: 'GloberRegular';
    font-size: 16px;
    border-radius: 6px;
    outline: none;
}

#diaSemana {
    width: 100% !important;
    height: 40px;
}

#formularioBusqueda1 select {
    width: 20%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-family: 'GloberRegular';
    font-size: 16px;
    padding: 4px;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

#jumpMenu {
    width: 90%;
    height: 35px;
    margin-left: 10px;
    margin-right: auto;
    margin-bottom: 15px;
    font-family: 'GloberRegular';
    font-size: 18px;
}


.imagenEventoEspecial {
    width: 100%;
    height: auto;
}

.tituloEventosEspeciales {
    font-family: 'GloberRegular';
    font-size: 18px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

hr {
    margin: 30px 10px;
    padding: 0px;
    border: 0px none;
    color: #F6F4F4;
    background-color: #B7B0B0;
    height: 1px;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* Estilos de Insercion en Bloque*/
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

#formularioInsertarBloque {
    width: 520px;
    margin: 5px auto;
    padding: 25px 40px;
    background-color: #F3F3F3;
    border: 1px solid #999;
}

#formularioInsertarBloque input[type=text] {
    width: 95%;
    height: 18px;
    margin-bottom: 10px;
    font-family: 'GloberRegular';
    font-size: 16px;
    padding: 4px;
}

#formularioInsertarBloque input[type=button] {
    width: 180px !important;
    height: 30px;
    margin-bottom: 10px;
    font-family: 'GloberRegular';
    font-size: 16px;
    padding: 4px;
}

#formularioInsertarBloque select {
    height: 35px;
    margin-bottom: 10px;
    font-family: 'GloberRegular';
    font-size: 16px;
    padding: 4px;
}


.divisor {
    padding: 0px;
    margin: 14px 0px;
    border: 1px solid #999;
}