html{
    height:100%;
}

a{
    color:#02cc66;
}

a:hover{
    color:#02cc66;
    text-decoration:underline;
}

h1, h2, h3, h4{
    color: #000000}

body {
    font-family: 'Nunito', sans-serif;
    color: #42495B;
    margin: 0px;
    font-size: 14px;
    padding: 0px;
}

#main-header {
    top: 0;
    width: 100%;
    position: relative;
    z-index:98;
    background-repeat:no-repeat;
    /*height: 348px;*/
    max-height: 262px;
}

#main-header > div.container{
    background-color: #FFFFFF;
}

#main-header > div.container2{
    text-align: center;
    width: 100%;
    margin: auto;
    font-size: 27pt;
    font-weight: bold;
    color: white;
    margin-top: 30px;
}


.fondomenu {
    background-color:#FFFFFF;
    width: 100%;
    z-index:10;
}

#main-menu {
    font-family:  'Nunito', sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-top: 25px;
}
#main-menu a {
    color:#42495B;
    background-image: none;
    background-repeat: no-repeat;
    background-position:left center;
}
#main-menu a:hover {
    color:#42495B;
    background-image: none;
    background-repeat: no-repeat;
    background-position:left center;
}
#main-menu.nav-pills>li.active>a,
#main-menu.nav-pills>li.active>a:hover,
#main-menu.nav-pills>li.active>a:focus,
#main-menu.nav-pills>li>a:hover {
    background-color:transparent;
    background-repeat: no-repeat;
    background-position: bottom center;
}
#main-menu.nav-pills>li.active>a,
#main-menu.nav-pills>li.active>a:hover,
#main-menu.nav-pills>li.active>a:focus {
    color:#42495B;
}

.nav>li>a{
    padding-top:20px;
    padding-bottom:15px;
    font-weight: bold;
}

.htmlPrecio {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding: 2px;
    margin: 0px;
}

.desplegable {
    background-color: #FFFFFF;
    border: 1px solid #999;
}
.desplegable li {
    background-color: #FFFFFF;

}
.desplegable li:hover {
    background-color: #FFFFFF;
}

#main-menu.nav .open>a,
#main-menu.nav .open>a:hover,
#main-menu.nav .open>a:focus {
    background-color:transparent;
}

#main-menu li ul.dropdown-menu li a{
    background-color:transparent;
    background-image:none;
    color: #42495B;
}

#main-menu li ul.dropdown-menu li a:hover{
    color: #42495B;
    text-decoration:underline;
}

.dropdown:hover .dropdown-menu {
    display:block;
}
.dropdown-menu {
    margin-top:0px;
    background-color:#FFFFFF;
}
.dropdown-menu:hover {
    display:block;
}

.titularhome {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
    color:#000000;

}

.cuadrodestacado{
    border: 0px solid #666600;
    background-color: transparent;
    font-size: 12px;
    font-weight:normal;
    padding: 5px;
    margin-bottom:10px;
}

.enlacetitular{
    font-family: 'Nunito', sans-serif;
    color:#02cc66;
    font-size: 14px;
    text-decoration:none;
    font-weight:bold;
}

.enlacetitular:hover{
    text-decoration:underline;
    color:#02cc66;
}

.enlacetitular-pequeño{
    font-family: 'Nunito', sans-serif;
    color:#02cc66;
    font-size: 14px;
    text-decoration:none;
    font-weight:bold;
}

.enlacetitular-pequeño:hover{
    text-decoration:underline;
    color:#02cc66;
}

.fondopie{
    width:100%;
    padding-bottom: 32px;
    font-size:13px;
    color:#FFFFFF;
    margin-top:20px;
    padding-top: 150px;
    background: url('/images_web/bg_pie.jpg') no-repeat center top #156762;
}

.fondopie h3{
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
}

.enlace-pie{
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.enlace-pie:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.celdasituacion{
    font-size: 12px;
    color: #000000;
    padding: 5px;
    background-color: transparent;
    margin: 10px 0px;
    margin-top:10px;
}

.htmlFuente,.htmlfuente {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 4px;
    font-style:italic;
    margin-top: 5px;
    background-color: transparent;

}

.titulo-seccion{
    font-family: 'Nunito', sans-serif;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 4px;
}

.htmlCabecera,.htmlcabecera {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    background-color: transparent;
}

.celdagaleria{
    height: 250px;
    overflow:hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    margin-bottom: 30px;
}



.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slidertoggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slidertoggle:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slidertoggle {
    background-color: #02cc66;
}

input:focus + .slidertoggle {
    box-shadow: 0 0 1px #02cc66;
}

input:checked + .slidertoggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slidertoggle.round {
    border-radius: 34px;
}

.slidertoggle.round:before {
    border-radius: 50%;
}




.zoom{
    width:100%;
    height:100%;
    position:absolute;
    cursor:pointer;
}

.cuadrofamilia{
    padding: 15px;
    border: 1px solid #CACACA;
    text-align:center;
    margin-bottom:10px;
}

.altominimo{
    min-height: 250px;
}

.imple-enlace-pie2 {
    text-align: center;
    vertical-align: top;
    padding: 2px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #42495B;
    text-decoration: none;
    margin-left: 5px;
}
.imple-enlace-pie2:hover {
    color: #42495B;
    text-decoration: underline;
}

.htmlTitular {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-top: 25px;
    padding:10px;
}

#divBuscador{
    position:absolute;
    left:0px;
    z-index:1000;
    height: 300px;
    overflow: auto;
    margin-top:30px;
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:10px;
}

.divbuscar{
    list-style:none;
    margin:0px;
    padding:0px
}

.divbuscar li{
    display:block;
    clear:both;
}

#mobile-main-menu{
    background-color:#000000;
    width:100%;
    padding:5px;
    color:#42495B;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    background-color:transparent;
    cursor:pointer;
}

.rating {
    float:left;
    border:none;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.rating2 {
    float:left;
    border:none;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating2:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating2:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating2:not(:checked) > label:before {
    content: '★ ';
}

.rating2 > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}


.rating2 > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.registrolanding{
    width:20%;float:right;
    padding:2.5%;
    background-color:transparent;
}

.registrolanding label{
    font-size:14px;
    font-weight:bold;
    display:block;
    padding: 10px 0px 0px 0px;
}


.talla{
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    background-color:
    font-family: 'Source Sans Pro', sans-serif;
    background-color: transparent;
    font-size: 10px;
    float:left;
    font-weight: normal;
    padding-top:5px;
    margin-right:10px;
    margin-bottom: 10px;
    cursor:pointer;
    border: 0px solid #666600;
}

.boton{
    font-family:  'Nunito', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #02cc66;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    padding: 9px 25px;
    border: 1px solid #02cc66;
    display: inline-block;
    text-transform: uppercase;
}

.boton:hover{
    background-color: #02cc66;
    border: 1px solid #02cc66;
    color: #FFFFFF;
}

.boton:disabled{
    background-color: gray;
    border: 1px solid gray;
    color: black;
}


.elegida{
    border: 3px solid #000000;
}

.numero-encuesta{
    padding:5px;
    color:#FFFFFF;
    border: 1px solid #000000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color:#a2a2a2;
    margin:5px;
    margin-top:10px;
    text-align: center;
    display:inline-block;
}


.botmenu{
    display: none;
}


#menu:not(.mm-menu) {
    display: none;
}

.cookies{
    font-family: sans-serif !important;
    background-color: #FFFFFF;
    border:1px solid #000000;
    -webkit-box-shadow: 0px 0px 15px rgba(130,132,134,.1490196078);
    -moz-box-shadow: 0px 0px 15px rgba(130,132,134,.1490196078);
    box-shadow: 0px 0px 15px rgba(130,132,134,.1490196078);
    padding: 15px;
    color:#000000;
    position: fixed;
    width: 20%;
    z-index: 10000000000;
    bottom:0px;
    font-size: 9px;
    text-align: justify;
}

.cookies a{
    color:#000000;
    text-decoration: underline;
}

.cookies a.btn{
    padding: 5px;
    font-weight: normal;
    text-decoration: none;
}

.botoncookies{
    font-size: 12px;
    padding: 10px 30px;
    background-color:#02cc66;
    color: #FFFFFF !important;
    margin: 1px;
}

.htmlTituloSeccion{
    font-weight: lighter;
}

.title{
    font-size: 17px;
    font-weight: bold;
}

.popover{
    color:#000000 !important;
    max-width:350px;
}

.telefonos{
    background-color:transparent;
    color:#707070;
    padding: 7px 0;
    font-weight: bold;
    border-top: 5px solid #00AE51;
}

.telefonos a span{
    color: #FF8800;
}

.telefonos a{
    color:#707070;
}


.linktelefono{
    color:#323232 !important;
}

.puntorojo:before{
    content: '•';
    color:#e10b16;
    padding-right: 5px;
    text-decoration: none !important;
}

.fondo-cabecera{
    background-color: #f4f4f4;
}

.tituloheader{
    font-size: 25px;
    margin-top:40px;
    font-weight: bold;
    font-family: 'Nunito', cursive;
}

.tituloheader span{
    font-size: 11px;
    font-weight: normal;
    font-family: "Nunito",sans-serif;
}

.botonesacceso{
    margin-top:40px;
    text-align: center;
}

.linkmatricula{
    background-color:#000000;
    color:#FFFFFF !important;
    display: inline-block;
    margin-top:-15px;
    margin-bottom: -7px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 7px;
}

.linkacceso{
    display: inline-block;
    margin-top:10px;
    font-size: 14px;
    background-color:#24cabc;
    color:#000000 !important;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
}

.slider-container{
    min-height: 505px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.slider-movil{
    height: auto;
    min-height: auto;
}

.slide-elemento{
    height: 505px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center top;
    background-size: cover;
}

.slider-movil li.slide-elemento{
    height: auto !important;
}

.slide-texto{
    text-align: center;
    padding: 20px;
    color:#000000;
    font-weight: bold;
    font-size: 20px;
    margin-top: 125px;
    text-shadow: 0px 0px 10px #FFFFFF;
}

.slide-texto h2{
    text-shadow: 0px 0px 10px #FFFFFF;
    font-size: 38px;
    font-weight: bold;
    margin:0px;
    padding:0px;
    text-transform: uppercase;
}

.slide-texto a{
    margin-top:12px;
    display: inline-block;
    padding: 7px 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    text-transform: uppercase;
    color:#FFFFFF !important;
    font-size: 13pt;
    text-shadow: none !important;
}

.bx-wrapper{
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom:0;
}

.bx-wrapper .bx-pager{
    height: 100%;
    width: 20px;
    right: 10px;
    top: 180px;
    position: absolute;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    margin:5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #000000;
    border: 2px solid #FFFFFF;
}

.bx-controls-direction{
    display: none;
}

.slider-movil div.bx-pager{
    display: none;
}




.botonrojo{
    display: block;
    margin-top:15px;
    color:#FFFFFF !important;
    background-color:#e10b16;
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.cuadrocurso{
    border-bottom: none;
    overflow: hidden;
    text-align: left;
    margin-bottom:30px;
    padding: 15px;
    padding-top:0;
    height: 520px;
}

.cuadrocurso h3{
    margin-top:0;
    min-height: 35px;
    font-size: 16px;
    overflow: hidden;
}

.cuadrocurso h2{
    font-weight: bold;
    margin:10px 0px;
    text-align: center;
    font-size: 16px;
    padding:0px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.altoimagen{
    height: 420px;
    overflow: hidden;
}

.cuadrohover{
    transition: all ease .3s;
    opacity: 0;
    height: 420px;
    position: absolute;
    top:30px;
    z-index:2;
    width:457px;
    background-color: rgba(176,182,33,0.7);
    text-align: center;
}

.cuadrohover a{
    margin-top: 200px;
    padding:10px 20px;
    border:2px solid #FFFFFF;
    border-radius: 5px;
    color:#FFFFFF !important;
    display: inline-block;
}

.altoimagen:hover .cuadrohover{
    opacity: 1;

}

.cuadrocurso h2{
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    margin:10px 0px;
    text-align: center;
    font-size: 16px;
    padding:0px;
    padding-bottom: 15px;
    background-image: url(/images_web/bg_titulo.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.altotexto{
    height: 163px;
    overflow: hidden;
    padding:10px;
}

.iconos{
    background-color: #4b4b4d;
    padding-top: 80px;
    padding-bottom: 30px;
}

.cuadroicono{
    text-align: center;
}

.imagenicono{
    margin: auto;
    background-image: url(/images_web/marcoicono.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    width: 200px;
    vertical-align: middle;
}

.imagenicono img{
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.cuadroicono h3{
    color: #24cabc;
    font-family: "Nunito", cursive;
}

.noticia{
    margin-bottom:20px;
}

.fecha{
    float:right;
    background-color:#403c39;
    padding:5px;
    color:#FFFFFF;
    text-transform: uppercase;
    font-size: 8px;
    text-align: center;
}

.fecha span{
    display: block;
    text-align: center;
    font-size: 25px;
}

.textonoticia{
    margin-top:10px;
    border-bottom: 1px dashed #cbcac9;
    padding-bottom:10px;
    margin-bottom:10px;
}

.masinfo{
    display: inline-block;
    line-height: 22px;
    background-image:url(/images_web/flechaleer.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    text-decoration: underline;
    color:#b0b621;
    font-family: "Nunito",sans-serif;
    font-size: 12px;
    font-weight: bold;
}


.fondopie ul{
    list-style: none;
    margin:0px;
    padding:0px;
    margin-top:20px;
}

.fondopie li{
    margin-bottom:15px;
}

.fondopie li span{
    color: #b0b621;
}

.creditos{
    padding:10px;
    color:#FFFFFF;
    font-size: 11px;
    text-align: center;
}

.creditos a{
    color:#000000 !important;
}

.formulariopie{
    background-color:#e5e4e4;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.formulariopie h3{
    margin:0px;
    padding:0px;
    font-weight: 3000;
    margin-bottom:30px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.formulariopie label{
    display: block;
    font-family: "Nunito", sans-serif;
    font-weight: lighter;
    color: #323232;
    margin-top:15px;
}

.formulariopie button.botonrojo{
    margin-left: -20px;
    margin-right: -20px;
    border:none;
    display: block;
    width: 110%;
}


.itemcalendario > div{
    padding: 7px;
}

.ui-datepicker{
    border: 1px solid transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: 100% !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 8px !important;
}

.imple-calendario-mes{
    background:transparent !important;
    border: none !important;
}

.ui-widget{
    font-family: "Nunito",sans-serif !important;
}

.calendariomes{
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00AF52 !important;
    cursor: initial;
    text-decoration: none !important;
}

.ui-datepicker-calendar th{
    font-weight: bold;
}

.ui-datepicker .ui-state-default,.ui-datepicker .ui-state-active{
    background: transparent !important;
    border: none !important;

}

.ui-datepicker .ui-state-active a:hover{
    color: #00AF52;
    cursor: initial;
}

.ui-datepicker .ui-state-default a{
    cursor: initial !important;
    color: #00AF52 !important;
    text-align: center !important;
}

.imple-calendario-evento{
    background: #00AF52;
    color: #FFFFFF !important;
    text-align: center !important;
    border:none !important;
}

.imple-calendario-evento:hover{
    background: #00AF52;
    color: #FFFFFF;
}


.divcalendario{
    display: none;
    position: absolute;
    z-index:10;
    background:#FFFFFF;
    padding: 7px;
    min-width: 250px;
    max-width: 350px;
    border:1px solid transparent;
    font-size: 12px;
}

.itemcalendario{
    display: flex;
    text-align: left !important;
    border-bottom:1px dotted #CCCCCC;
}

.itemcalendario h3{
    font-size: 12px;
    margin:0;
    padding:0;
    color: #00AF52;
    font-weight: bold;
}

.itemcalendario span{
    text-align: left !important;
    margin:0;
    padding:0;
    color: #00AF52;
    display: block;
    margin-bottom: 5px;
}

.itemcalendario a{
    color: #00AF52 !important;
    text-align: left !important;
    cursor: pointer !important;
}

.fechafloat{
    position: absolute;
    right: -5px;
    top: -10px;
    background: transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 7px 15px;
    width: 75px;
    height: 75px;
    font-size: 22px;
    text-transform: uppercase;
    z-index:2;
    color: #FFFFFF;
    text-align: center;
}

.fechafloat span{
    font-weight: bold;
    display: block;
}


.htmlImprimirBody {
    margin: 0pt 0pt 0pt 0px;
    background-color: transparent;
}
.htmlImprimirTitular {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #02cc66;
}
.htmlImprimirCampo {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #42495B;
}

.htmlImprimirTexto {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #42495B;
}
.htmlImprimirTextoNegrita {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #42495B;
}

.htmlImprimirTextoGrandeNegrita {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #42495B;
}
.htmlImprimirTextoPequeno {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #42495B;
}

.inputpie{
    border:none;
    width: 100%;
    padding:5px;
}

.botcomprar{
    font-size: 13px;
    padding: 10px 50px;
    background-color:#b0b621;
    color:#FFFFFF !important;
    border-radius: 0px;
}

.imagencurso{
    height: 220px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.cuadrointerior .imagencurso{
    height: 195px;
}

.imagencurso img{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 100%;
}

.descripcioncurso{
    height: 100px;
    overflow: hidden;
}
.descripcioncurso2{
    height: 100%;
    overflow: hidden;
}

.cuadrointerior .descripcioncurso{
    height: 127px;
}

.fechacurso{
    text-align: left;
    margin-top:20px;
}

.fechacurso strong{
    color: #00AE51;
}


.logos{
    margin-top:15px;
    margin-bottom: 15px;
}

.empresa{
    padding-top:40px;
    padding-bottom:40px;
    font-size: 12px;
}

.empresa h1{
    margin:0px;
    padding-top: 30px;
    font-size: 35px;
    margin-bottom: 20px;
    padding-bottom:25px;
    background: url(/images_web/bg_titulo.png) no-repeat left bottom;
}

.empresa a{
    display: inline-block;
    border: 2px solid #b0b621;
    border-radius: 5px;
    padding:10px 20px;
    font-weight: bold;
    transition: all ease .3s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.empresa a span{
    vertical-align: -2px;
}

.empresa a:hover{
    background-color:#b0b621;
    color:#FFFFFF;
}

.porque{
    text-align: center;
}

.porque h2,.titulocursos{
    display: inline-block;
    font-size: 25px;
    background: url(/images_web/bg_titulo.png) no-repeat center bottom;
    padding-bottom:25px;
    margin-bottom: 25px;
    height:72px;
    overflow: hidden;
}

.porque p{
    margin-top:10px;
    margin-bottom: 0px;
}

.cuadrocontenido{
    height: 280px;
    overflow: hidden;
}

.imagencontenido{
    height: 130px;
    width: 130px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border:1px solid #CCC;
    padding:30px;
}

.imagencontenido img{
    width: 100%;
}

.separador{
    background-image: url(/images_web/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;
    color:#FFFFFF !important;
    font-weight: lighter !important;
    margin-top:30px;
    margin-bottom: 30px;
}

.separador h2{
    color:#FFFFFF;
    font-weight: lighter;
    font-size: 25px;
    padding-top:110px;
    padding-bottom: 110px;

}

.botonvideoextendido{
    display: inline-block;
    float:right;
    background-color:#b0b621;
    color:#FFFFFF !important;
    padding:20px;
}

.botonvideoextendido span{
    font-size:18px;
}

.modal-dialog{
    width:1024px;
}

.botvideo{
    background-color:#b0b621;
    color:#FFFFFF !important;
}

.botvideo span{
    font-size:12px;
    vertical-align:-2px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.listadovideos{
    list-style: none;
    padding:0px;
    margin:0px;
    margin-bottom:15px;
    margin-top:15px;
}

.listadovideos li{
    border-bottom:1px solid #BBBBBB;
    padding:5px;

}


.acreditacion svg{
    width: 35px;
    fill:#682FFF;
}


.acreditacion{
    display: flex;
    border:1px solid #682FFF;
    padding:15px;
    color: #682FFF;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin-top: 30px;
}

.acreditacion > div:first-child{
    margin-right: 15px;
}

.acreditaciondestacada{
    border:none;
    margin-top: 5px;
    padding:0;
    padding-bottom:5px;
    height: 56px;
    overflow: hidden;
}

.margeninicio{
    /*margin-top: 400px;*/
    text-align: center;
}

.fondogris{
    background: #F1F1F1;
    padding: 30px;
}

.marcocursos{
    background: url(/images_web/bg_cursos.jpg) repeat-x top #F1F1F1;
    margin: 30px 0;
    padding-bottom: 30px;
    padding-top: 30px;
}

.subtitulo{
    color: #00AE51;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.tituloportada{
    font-family: 'Signika', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #0C6862;
    margin-top:15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.textocursos{
    text-align: center;
    margin: 0 15px;
    margin-top: -40px;
    position: relative;
    background: #FFFFFF;
    padding: 30px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding-bottom: 50px;
    height: 300px;
}

.enlacecursos{
    font-weight: bold;
    color: #00AE51;
    text-transform: uppercase;
}

.calendariocontainer{
    background: url(/images_web/bg_calendario.jpg) no-repeat center;
    -webkit-border-radius: 79px;
    -moz-border-radius: 79px;
    border-radius: 79px;
    padding: 40px 30px;
}

.calendariocontainer .subtitulo{
    text-align: left;
    color: #FFFFFF;
    margin-top:0;
}

.calendariocontainer .tituloportada{
    text-align: left;
    color: #FFFFFF;
    font-size: 28px;
}

.cuadrowebinar{
    background: #FFFFFF;
    border: 2px solid #00AF52;
    padding: 15px;
    font-size: 12px;
}

.cuadrowebinar .fechacurso{
    margin-top:0;
    font-size: 12px;
    color: #00AF52;
    font-weight: bold;
}

.cuadrowebinar .enlacecurso{
    color: #42495B;
    font-size: 15px;
    height: 63px;
    overflow: hidden;
    display: block;
    margin-bottom: 7px;
}

.patrocina{
    max-height: 65px;
    max-width: 100%;
}

.logohome{
    height: 70px;
    display: inline-block;
    margin: 15px;
}


.logo{
    max-width: 50%;
}

.marcoquienes{
    display: flex;
}

.marcoquienes > div:last-child {
    text-align: right;
    width: calc(50% - 15px);
    margin-left: 15px;
}

.marcoquienes > div:first-child {
    text-align: right;
    border: 1px solid #00AE51;
    border-left: none;
    -webkit-border-radius: 179px;
    -moz-border-radius: 179px;
    border-radius: 179px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: calc(50% - 15px);
    margin-right: 15px;
    padding: 50px 30px;
}

.innerquienes{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.innerquienes > div{
    width: 25%;
    color: #02cc66;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.innerquienes > div > span{
    display: block;
    font-size: 16px;
    color: #00AE51;
}

.contador p{
    margin-bottom:0 !important;
}

.accesosheader{
    margin-top: 35px;
    text-align: right;
}

.accesosheader a{
    color: #0C6862;
    font-weight: bold;
    text-transform: uppercase;
}

.botonmatricula{
    margin-left: 5px;
    font-weight: normal;
    color: #FFFFFF !important;
    background: #02CC66;
    padding: 7px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cuadroportada{
    padding: 30px;
    -webkit-box-shadow: 0 10px 20px #434E9114;
    -moz-box-shadow: 0 10px 20px #434E9114;
    box-shadow: 0 10px 20px #434E9114;
}

.cuadroportada h3{
    font-family: 'Signika', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #0C6862;
}

.cuadroportada:after{
    content: '';
    width: 87%;
    margin: auto;
    height: 2px;
    background: #02CC66;
    display: block;
    margin-top: 28px;
    position: absolute;
}

.destacadohome{
    padding: 30px;
    -webkit-box-shadow: 0 10px 20px #434E9114;
    -moz-box-shadow: 0 10px 20px #434E9114;
    box-shadow: 0 10px 20px #434E9114;
    background: #FFFFFF;
    text-align: center;

}

.destacadohome h3{
    font-family: 'Signika', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #02CC66;
}

.colorverde{
    color: #02CC66;
}

.fromulariohome{
    text-align: left;
}

.fromulariohome label{
    font-weight: normal;
}

.fromulariohome input, .fromulariohome textarea{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #B9B9B9;

}

@media (min-width: 1600px) {
    .container{
        width: 1570px;
    }
}

@media (max-width: 1200px) {

    .cuadrohover{
        width:374px;
    }

    .cuadrowebinar .enlacecurso{
        font-size: 12px;
        height: 65px;
    }

}

@media (max-width: 992px) {

    .botonmatricula{
        margin: 0;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
        padding: 9px 25px !important;
    }


    .bx-wrapper .bx-pager{
        top: 50px;
    }

    .calendariocontainer{
        background: #0db15b;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }

    .calendariocontainer .calendario{
        width: 100%;
        margin-bottom: 30px;
    }

    .cuadrowebinar{
        margin-bottom: 30px;
    }

    .cuadrowebinar .enlacecurso{
        height: auto;
        font-size:  15px;
    }

    .telefonos{
        display:none;
    }

    .slider-container{
        position: relative;
    }

    #main-header{
        margin-top:0;
    }

    .logos{
        text-align: center;
    }

    .margeninicio{
        margin-top: 0;
    }

    .fondogris{
        background: transparent;
    }

    .cuadrocurso{
        padding:0;
    }

    .marcocursos{
        background: transparent;
    }

    .calendariocontainer{
        background-position: left top;
    }

    .textocursos{
        margin:0;
        height: auto;
    }

    .cuadrohover{
        display: none;
    }

    .botmenu{
        position:absolute;
        top:20px;
        left: 10px;
        display:block;
        font-size: 23px;
        color:#FFFFFF !important;
    }

    .botmenu:hover,.botmenu:focus{
        color:#000000;
    }

    .title{
        display: block !important;
        padding-right: 150px !important;
    }

    .navmodulos{
        margin-top:40px;
    }

    .cuadrocurso{
        height: auto;
    }

    .textodestacado{
        height: auto;
    }

    .cuadrocurso h3{
        height: auto;
    }

    .imagencurso, .cuadrointerior .imagencurso{
        height: auto;
    }

    .acreditaciondestacada{
        height: auto;
    }

    .imagencurso img{
        top:0;
        left:0;
        transform: translate(0%,0%);
        position: relative;
        width: 100%;
        height: auto;
    }

    .altoimagen{
        height: auto;
    }

    .altotexto{
        height: auto;
    }

    .marcoquienes{
        display: block;
    }

    .innerquienes{
        float: none !important;
        width: 100% !important;
    }

    .marcoquienes > div{
        margin: 0 !important;
        border: none !important;
        width: 100% !important;

    }

    .innerquienes > div{
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }

    .fondopie li{
        float:none;
        display: inline-block;
        width: calc(50% - 15px);
        margin-bottom:15px;
    }

}

@media (max-width: 768px) {

    .fechafloat{
        right: 5px;
    }

    .acreditacion{
        display: block;
        text-align: center;
    }
    .acreditacion > div{
        padding-bottom: 15px;
    }
}

.bloqueedicion{
    background-color: white;
    border-radius: 15px;
    padding: 10px;
    font-family: Roboto;
    font-size: 13pt;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}
.tituloedicion{
    font-family: Nunito;
    font-size: 10pt;
    color: #00af52;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.descripcionedicion{
    font-family: Nunito;
    font-size: 8pt;
    color: #000;
    font-style: italic;
    padding-top: 10px;
}
.seccionedicion{
    border-top: solid 1px #f1f1f1;
    padding-top: 10px;
}
.seccionedicion label{
    font-weight: bold;
}
.seccionedicion .fas{
    color: #00af52;
}
.enlaceedicion:hover, .enlaceedicion:visited, .enlaceedicion{
    color: #00af52;
    font-weight: bold;
    text-decoration: underline;
}
.logoedicion{
    /*max-height: 100px;*/
    max-width: 100%;
    margin: auto;
}
.precio{
    color: #00af52;
    font-weight: bold;
}
.centro{
    text-align: center;
}
.fondoblanco{
    background-color: white;
    padding: 20px;
}
