@import url(https://especiales.grupojoly.com/excelencia_pymes/reset.css);
html {
    font-size: 100%;
    /*16px*/
}

body {
    width: 100%;
    text-align: center;
}

#content {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
    clear: both;
    text-align: left;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.textooculto {
    text-indent: -9999px;
}

#cabecera {
    width: 100%;
    background: #FFF;
    padding: 30px 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

#cabecera .logo {
    width: 38.2%;
    /* 382 / 1000 */
    ;
    float: left;
}

#cabecera ul.menu {
    width: 50%/* 500 / 1000 */
    ;
    float: right;
    text-align: right;
}

#cabecera ul.menu li {
    display: inline-block;
    margin-right: 40px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8125em;
}

#cabecera ul.menu li.ultimo {
    margin-right: 0px;
}

#cabecera ul li a {
    color: #666666;
    text-decoration: none;
}

#cabecera ul li a:hover {
    color: #3399FF;
    text-decoration: none;
}

#apertura {
    width: 100%;
    background-color: #F2F1F1;
    padding: 140px 0 0;
    border-bottom: 40px solid #3399FF;
}

#apertura #content_apertura {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
    clear: both;
    text-align: left;
    overflow: hidden;
    background: url('img/bg_apertura.jpg') no-repeat;
    background-position: right -30px;
    background-size: contain;
}

#apertura .cajatexto {
    clear: both;
}

#apertura h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6875em;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

#apertura h1 span {
    font-weight: 400;
    color: #3399FF;
}

#apertura p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    line-height: 1.6em;
    margin-bottom: 30px;
    width: 44.5%;
}

#apertura p span {
    font-weight: 700;
}

#apertura .cajaboton {
    width: 44.5%;
    text-align: center;
    margin: 10px 0 50px;
    overflow: hidden;
}

#apertura .boton {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    border-radius: 4px;
    background: #3E94F5;
    color: #FFF;
    display: block;
    clear: both;
    padding: 12px 0;
    width: 45%;
    /* 150 / 445 */;
    text-align: center;
    background-color: #3E95F6;
    margin: 10px auto 0;
}

#apertura .boton:hover {
    color: #000;
    background-color: #82bcff;
}

#apertura a {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
}

#apertura a:hover {
    text-decoration: none;
    color: #ffffff;
}

#descripcion {
    width: 100%;
    background-color: #Fff;
    padding: 70px 0 30px;
}

#descripcion #content_descripcion {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
    clear: both;
    text-align: left;
    overflow: hidden;
    background: url('img/bg_descripcion.jpg?hash=bivuvieurvbeurbvieur') no-repeat;
    background-position: left 20px;
}

#descripcion .cajatexto {
    width: 61.5%;
    float: right;
}

#descripcion .fila {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

#descripcion .icono {
    display: block;
    margin-right: 15px;
    float: left;
}

#descripcion .icono2 {
    display: block;
    margin-right: 5px;
    float: left;
}

#descripcion .cajainfo {
    width: 53.65853658536586%;
    /* 330 / 615 */
    float: left;
    margin-bottom: 20px;
}

#descripcion h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    color: #41A0FF;
    padding-bottom: 10px;
    letter-spacing: -1px;
    margin-bottom: 3px;
}

#descripcion p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
    border-top: 2px solid #D2D2D2;
    padding: 10px 0 0;
    margin-bottom: 10px;
}

#descripcion .masinfo {
    font-family: Arial, sans-serif;
    color: #3096FC;
    font-size: 0.6875em;
    float: left;
}

#descripcion a {
    color: #3096FC;
    text-decoration: none;
}

#descripcion a:hover {
    text-decoration: underline;
}

#descripcion .cajaimagen {
    padding: 15px 15px 12px;
    background: #F2F1F1;
    float: right;
}

#descripcion .cajaimagen_movil {
    display: none;
    padding: 15px 15px 12px;
    background: #F2F1F1;
    float: none;
    clear: both;
}

#descripcion .imagen {
    margin: 0 auto;
    border: 1px solid #CCCCCC;
}

#instrucciones {
    width: 100%;
    background-color: #Fff;
    padding: 40px 0 40px;
    border-top: 40px solid #F2F1F1;
}

#instrucciones .izq {
    width: 41.5%;
    padding: 30px 4% 0;
    float: left;
    margin-right: 5.5%;
    background: url('img/bg_formulario.jpg'), url('img/bg_formulario_der.jpg');
    background-position: left top, right 70px;
    background-repeat: no-repeat;
}

#instrucciones .der {
    width: 32%;
    float: left;
}

#instrucciones .icono {
    display: block;
    margin-right: 15px;
    float: left;
}

#instrucciones .cajatitulo {
    float: left;
    margin-bottom: 30px;
}

#instrucciones h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.625em;
    font-weight: 400;
    color: #41A0FF;
    clear: both;
    margin-bottom: 3px;
}

#instrucciones .subtitulo {
    clear: both;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 0.8375em;
}

#instrucciones p {
    font-family: "Arial";
    font-size: 0.75em;
    line-height: 1.5em;
    color: #4E4E4E;
    margin-bottom: 15px;
    clear: both;
}

#instrucciones h4 {
    font-family: "Arial";
    font-size: 1em;
    font-weight: 600;
    color: #41A0FF;
    clear: both;
    margin: 30px 0 20px;
}

#instrucciones ul {
    font-family: "Arial";
    clear: both;
    display: block;
    margin-left: 40px;
    margin-bottom: 10px;
    color: #4E4E4E;
}

#instrucciones ul li {
    clear: both;
    list-style-image: url('img/lista.gif');
    padding-left: 5px;
    margin-bottom: 5px;
    font-size: 0.75em;
    line-height: 1.5em
}

#instrucciones ul li.ultimo {
    margin-bottom: 0px;
}

#instrucciones h4.tit_requisitos {
    font-family: "Arial";
    font-size: 1em;
    font-weight: 600;
    color: #41A0FF;
    clear: both;
    margin: 30px 0 20px;
}

#instrucciones .caja_requisitos {
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    background: #FCFBFB;
    margin-bottom: 15px;
    padding: 10px 0;
}

#instrucciones .fila_requisitos {
    clear: both;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

#instrucciones .fila_requisitos_ultimo {
    margin-bottom: 0px;
    overflow: hidden;
}

#instrucciones .img_req {
    float: left;
    margin: 0 7px 0px 10px;
    vertical-align: top;
}

#instrucciones .texto_req {
    font-family: "Arial";
    font-size: 0.75em;
    line-height: 1.2em;
    padding-right: 10px;
    color: #4E4E4E;
}

#instrucciones .caja_categorias {
    clear: both;
    margin-top: 20px;
}

#instrucciones ul.cat {
    margin-left: 0px;
    font-family: "Arial";
    clear: both;
    display: block;
}

#instrucciones ul.cat li.categoria {
    background: #F0F0F0;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #F0F0F0, #FFFFFF);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #F0F0F0, #FFFFFF);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #F0F0F0, #FFFFFF);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #F0F0F0, #FFFFFF);
    /* Standard syntax */
    clear: both;
    list-style: none;
    margin-bottom: 0px;
    font-size: 0.75em;
    line-height: 1.5em;
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #FFF;
    padding: 8px 0 8px 10px;
}

#instrucciones ul.cat li.ultimo {
    border-bottom: 0;
}

#instrucciones ul.cat li.tit_caja_categorias {
    list-style: none;
    font-family: "Arial";
    font-size: 0.875em;
    color: #666666;
    padding: 10px 0 10px 10px;
}

#instrucciones .icono_cruz {
    margin: 2px 8px 0 0;
    float: left;
}

#instrucciones ul.valor {
    margin-left: 20px;
}

#instrucciones .fila {
    clear: both;
    overflow: hidden;
}

#instrucciones .icono_pdf {
    float: left;
    border: 0;
    margin-right: 5px;
}

#instrucciones .txt_bases {
    font-family: "Arial";
    font-size: 0.675em;
    float: left;
}

#instrucciones a.enlace_bases {
    text-decoration: underline;
    color: #000;
}

#instrucciones a.enlace_bases:hover {
    text-decoration: none;
}

#formulario {
    width: 100%;
    background-color: #FFF;
    padding: 40px 0 40px;
    border-top: 40px solid #F2F1F1;
}

#formulario .izq {
    width: 41.5%/*406px*/
    ;
    padding: 30px 4%/*40px*/
    0;
    float: left;
    margin-right: 5.5%;
    background: url('img/bg_formulario.jpg'), url('img/bg_formulario_der.jpg');
    background-position: left top, right 70px;
    background-repeat: no-repeat;
}

#formulario .der {
    width: 32%;
    float: left;
}

#formulario .img_cabecera {
    clear: both;
}

#formulario .fila {
    clear: both;
    display: block;
    margin-bottom: 7px;
    overflow: auto;
}

#formulario fieldset.datos_basicos {
    margin: 30px 0 0;
}

#formulario label {
    color: #666666;
    font-family: "Arial";
    font-size: 0.875em;
    text-align: right;
    float: left;
    margin-right: 25px;
    margin-top: 6px;
    width: 27%;
}

#formulario input[type="text"],
input[type="file"],
input[type="email"],
input[type="tel"] {
    width: 49.382716049382713%;
    border: 1px solid #D2D2D2;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}

#formulario select {
    width: 52.382716049382713%;
    border: 1px solid #D2D2D2;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}

div.upload {
    position: relative;
    width: 33px;
    height: 30px;
    overflow: hidden;
    background: url(img/btn_upload.jpg) left top no-repeat;
    clip: rect(0px, 80px, 24px, 0px);
    float: left;
}

div.upload input {
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    margin: 0;
    padding: 0;
    filter: Alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    float: left;
}

#formulario .nombre_archivo_logo {
    float: left;
    font-size: 0.9125em;
    color: #666666;
    margin-left: 5px;
    padding-top: 4px;
}

#formulario .img_cancelar {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    cursor: hand;
}

#formulario .linea {
    clear: both;
    border-bottom: 1px solid #DDDDDD;
    width: 70%;
    margin: 20px auto;
}

#formulario .txt_anexo {
    font-family: "Arial";
    font-size: 0.775em;
    color: #000;
    margin-top: 4px;
    overflow: hidden;
    line-height: 1.5em;
}

#formulario a {
    text-decoration: underline;
    color: #2aa0dd;
}

#formulario .nombre_archivo_documentos {
    float: left;
    font-size: 0.9125em;
    color: #666666;
    margin-left: 5px;
    padding-top: 4px;
}

#formulario input[type="checkbox"] {
    float: right;
    margin-right: 5px;
    margin-top: 6px;
}

#formulario .txt_bases {
    float: right;
    font-family: "Arial";
    font-size: 0.775em;
    color: #000;
    margin-top: 4px;
    overflow: hidden;
    line-height: 1.5em;
}

#formulario input[type="submit"] {
    background: #555555;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    float: right;
    margin: 20px 0;
    color: white;
    border: 0;
    border-radius: 4px;
    padding: 4px 40px;
    text-transform: uppercase;
    clear: both;
}

#formulario h4.titulo_info {
    font-family: "Arial";
    font-size: 1em;
    font-weight: 600;
    color: #41A0FF;
    clear: both;
    margin: 30px 0 20px;
}

#formulario .caja_info {
    border: 1px solid #fff;
    border-radius: 4px;
    background: url("img/bg_info_doc.png") no-repeat #FCFBFB;
    background-position: right 10px center;
    background-repeat: none;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

#formulario ul.info_doc {
    margin: 10px 0 0 10px;
}

#formulario ul.info_doc li {
    padding-left: 10px;
    font-family: "Arial";
    font-size: 0.8125em;
    margin-bottom: 5px;
    color: #666;
    line-height: 1.5em;
    padding-right: 80px;
}

#formulario ul.info_doc li::before {
    content: "• ";
    color: #52A7FD;
}

#formulario .txt_problemas {
    font-family: "Arial";
    font-size: 0.75em;
    margin: 10px 0;
    color: #666666;
    display: inline;
}

#formulario .txt_problemas span {
    font-weight: 600;
}

#formulario .enlace_zip {
    margin-left: 5px;
    display: inline;
}

#formulario .caja_requisitos {
    clear: both;
    margin-top: 20px;
}

#formulario ul.req {
    margin-left: 0px;
    font-family: "Arial";
    clear: both;
    display: block;
}

#formulario ul.req li.requisito {
    background: #F0F0F0;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #F0F0F0, #FFFFFF);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #F0F0F0, #FFFFFF);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #F0F0F0, #FFFFFF);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #F0F0F0, #FFFFFF);
    /* Standard syntax */
    clear: both;
    list-style: none;
    margin-bottom: 0px;
    font-size: 0.70em;
    line-height: 1.5em;
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #FFF;
    padding: 8px 0 8px 10px;
    color: #4e4e4e;
}

#formulario ul.req li.ultimo {
    border-bottom: 0;
}

#formulario ul.req li.tit_caja_requisitos {
    list-style: none;
    font-family: "Arial";
    font-size: 0.875em;
    color: #666666;
    padding: 10px 0 10px 10px;
}

#formulario .icono_check {
    margin: 2px 8px 0 0;
    float: left;
}

#formulario .cab_importante {
    display: block;
    clear: both;
    margin: 30px 0 5px 0;
}

#formulario p.txt_importante {
    clear: both;
    line-height: 1.5em;
    font-family: "Arial";
    font-size: 0.75em;
    color: #4E4E4E;
}

#formulario p.txt_importante span {
    font-weight: 600;
}

#formulario .caja_error {
    font-family: "Arial";
    border: 1px solid #41A0FF;
    background: #FFF;
    width: 96%;
    padding: 10px 2%;
    margin: 20px 0;
    text-align: center;
    clear: both;
    text-align: center;
    line-height: 1.5em;
}

#formulario .noerror {
    color: #41A0FF;
    font-size: 0.9em;
    font-weight: bold;
}

#formulario .error {
    font-size: 0.9em;
    color: #CF1218;
}

#formulario .fin_participacion {
    font-family: "Arial";
    margin: 50px 0 0 30px;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: bold;
    color: #666;
    text-align: center;
}

#formulario .fin_participacion span {
    color: #41A0FF;
}

.g-recaptcha {
    margin: 20px auto 10px;
    display: block;
    float: right;
}

#tooltip {
    display: none;
    color: #41A0FF;
    margin: 20px 0;
    font-family: "Arial";
}

#tooltip h1 {
    background: #F0EFEF;
    font-size: 0.75em;
    font-weight: bold;
    color: #999999;
    padding: 5px 0px 0 10px;
    text-align: left;
    height: 20px;
    border-top: 5px solid #CCCCCC;
    border-left: 5px solid #CCCCCC;
    border-right: 5px solid #CCCCCC;
}

#tooltip .cuerpo_tooltip {
    background: #FFF;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    border-bottom: 5px solid #CCCCCC;
    border-left: 5px solid #CCCCCC;
    border-right: 5px solid #CCCCCC;
}

#tooltip p {
    font-size: 0.7em;
    color: #666666;
    text-align: left;
    line-height: 1.4em;
    margin-bottom: 5px;
}

#pie {
    background: #F2F1F1;
    width: 100%;
    display: block;
    clear: both;
    padding: 30px 0;
}

#content_pie {
    padding: 35px 10px 20px;
    background: url('img/bg_pie.png') no-repeat;
    background-position: right center;
    max-width: 960px;
    margin: 0 auto;
    clear: both;
    text-align: left;
    overflow: hidden;
}

#pie h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: -1px;
    clear: both;
}

#pie h1 span {
    font-weight: 400;
    color: #3399FF;
}

#pie p {
    font-family: "Arial";
    font-size: 0.6875em;
    line-height: 1.5em;
    color: #666666;
    clear: both;
    margin-top: 40px;
}

#pie a {
    text-decoration: underline;
    color: #666666;
}

#pie a:hover {
    text-decoration: none;
}

#pie .caja_logos_pie {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
}

#pie .logo_pie_izq {
    width: 8.775510204081632%;
    /* 86 / 980 */
    float: left;
    margin-top: 8px;
}

#pie .logo_pie_der {
    width: 10.204081632653061%;
    /* 100 / 980 */
    float: left;
    margin: 0px 0 0 40px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    /*left: 16px;*/
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#ganadores {
    width: 100%;
    padding: 60px 0 60px;
    border-top: 40px solid #3399FF;
}

#ganadores #content_ganadores {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
    clear: both;
    text-align: left;
    overflow: hidden;
}

#ganadores .txt_ganador {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6875em;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

#ganadores ul {
    display: block;
    margin: 20px 0 0 20px;
}

#ganadores ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    line-height: 1.6em;
    margin-bottom: 10px;
    list-style: circle;
}

#ganadores ul li.nota {
    margin-left: 15px;
    list-style: none;
    font-size: 0.775em;
}

#ganadores ul li span {
    font-weight: 600;
}

#descripcion2020 {
    width: 100%;
    padding: 100px 0;
}

#apertura #content_apertura2020 {
    max-width: 940px;
    padding: 40px 20px;
    margin: 0 auto;
    clear: both;
    text-align: left;
    overflow: hidden;
    background: url(img/bg_apertura2020.jpg) no-repeat;
    background-position: right;
}

#descripcion2020 #content_descripcion2020 {
    max-width: 940px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#descripcion2020 .caja-texto2020 {
    width: 50%;
}

#descripcion2020 p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.5em;
    margin-bottom: 15px;
    text-align: left;
}

#descripcion2020 .imagen2020 {
    margin: 0 auto;
    align-self: center;
}

#descripcion2020 p span {
    font-weight: 700;
}