


html{
    height:100%;
}

a{
    color:#000000;
}

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

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

body {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px;
    font-size: 12pt;
    padding: 0px;
}

#main-header {
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index:98;
}


.fondomenu {
    background-color:#FFFFFF;
    width: 100%;
    z-index:10;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}

#main-menu {
    font-family:  'Open Sans', sans-serif;
    font-size: 14pt;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
#main-menu a {
    color:#000000;
    background-image: none;
    background-repeat: no-repeat;
    background-position:left center;
}
#main-menu a:hover {
    color:#b0b621;
    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:#ffffff;
    background-image: url(/images_web/flecha_menu.png);
    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:#b0b621;
}

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

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

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

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

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

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

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

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

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

}

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

.enlacetitular{
    font-family: 'Open Sans', sans-serif;
    color:#000000;
    font-size: 14pt;
    text-decoration:none;
    font-weight:bold;
}

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

.enlacetitular-pequeño{
    font-family: 'Open Sans', sans-serif;
    color:#000000;
    font-size: 12pt;
    text-decoration:none;
    font-weight:bold;
}

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

.fondopie{
    border-top:1px solid #e7e7e7;
    width:100%;
    padding-bottom: 32px;
    font-size:11pt;
    color:#000000;
    margin-top:20px;
    padding-top: 20px;
}

.enlace-pie{
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #000000;
    text-decoration: none;
}

.enlace-pie:hover{
    color: #000000;
    text-decoration: uncerline;
}

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

.htmlFuente,.htmlfuente {
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    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: 'Open Sans', sans-serif;
    background-color: transparent;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 4pt;
}

.htmlCabecera,.htmlcabecera {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16pt;
    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: #bcb700;
}

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

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: 2pt;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin-left: 5pt;
}
.imple-enlace-pie2:hover {
    color: #000000;
    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:#000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    background-color:#ffffff;
    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:12pt;
    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: #b0b621;
    font-size: 10pt;
    float:left;
    font-weight: normal;
    padding-top:5px;
    margin-right:10px;
    margin-bottom: 10px;
    cursor:pointer;
    border: 0px solid #666600;
}

.boton{
    font-family:  'Open Sans', sans-serif;
    font-size: 10pt;
    color: #000000;
    background-color: #FEFEFE;
    padding:5px;
    padding-left:20px;
    padding-right:20px;
    border:1px solid #CCCCCC;
    font-weight:bold;
    background-image:url(/images_web/bg_boton.gif);
    background-repeat:repeat-x;
    cursor:pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.boton:hover{
    background-image:url(/images_web/bg_boton02.gif);
    background-repeat:repeat-x;
}

.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;
}


.htmlTituloSeccion{
    font-weight: lighter;
}

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

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

.telefonos{
    /*background-color:#b0b621;*/
    color:#FFFFFF;
    padding-top: 15px;
    padding-bottom: 7px;
    background-image: url("/images_web/fondocabecera.png");
}

.telefonos span{
    color:#FFFFFF;
}


.linktelefono{
    color:#323232 !important;
}

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

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

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

.tituloheader span{
    font-size: 11pt;
    font-weight: normal;
    font-family: "Open Sans",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: 14pt;
    background-color:#24cabc;
    color:#000000 !important;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
}

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

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

.slider-movil{
    margin-top:15px;
    height: auto;
    min-height: auto;
}

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

.bx-controls{
    padding-top: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    border-radius: 0px;
    webkit-border-radius: 0px;
    width: 22px;
    height: 22px;
    background-color:#b0b621 !important;
}

.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-color:#BBBBBB !important;
}

.bx-wrapper .bx-pager{
    position: relative;
    margin-top: -100px;
}

.tituloportada{
    font-weight: bolder;
    margin:0px;
    display: inline-block;
    padding: 20px 100px;
    font-family: "Source Sans Pro",sans-serif;
    text-transform: uppercase;
    background: url(/images_web/fondotitulo.png) no-repeat left center,url(/images_web/fondotitulo.png) no-repeat right center;
}


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

.cuadrocurso{
    background: #FFFFFF;
    border-bottom: none;
    overflow: hidden;
    text-align: left;
    margin-bottom:30px;
    padding: 15px;
    padding-top:0;
    height: 530px;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.12);
}

.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: 16pt;
    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: "Open Sans", sans-serif;
    margin:10px 0px;
    text-align: center;
    font-size: 16pt;
    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: "Gloria Hallelujah", cursive;
}

.noticia{
    margin-bottom:20px;
}

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

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

.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: "Open Sans",sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.fondopie h3{
    margin-top:30px;
    margin-bottom:20px;
    font-weight: bolder;
    font-size: 12pt;
}

.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;
    /*background-color:#b0b621;*/
    background-image: url("/images_web/fondocabecera.png");
    color:#FFFFFF;
    font-size: 9pt;
    text-align: center;
}

.creditos a{
    color:#FFFFFF !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: 18pt;
    text-transform: uppercase;
}

.formulariopie label{
    display: block;
    font-family: "Open Sans", 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 #b0b621 !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;
}

.calendariomes{
    font-size: 15px;
    text-transform: uppercase;
    color: #b0b621 !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: #FFFFFF;
    cursor: initial;
}

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

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

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


.divcalendario{
    display: none;
    position: absolute;
    z-index:10;
    background:#FFFFFF;
    padding: 7px;
    min-width: 250px;
    max-width: 350px;
    border:1px solid #b0b621;
    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: #b0b621;
    font-weight: bold;
}

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

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

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

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


.htmlImprimirBody {
    margin: 0pt 0pt 0pt 0pt;
    background-color: #FFFFFF;
}
.htmlImprimirTitular {
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
}
.htmlImprimirCampo {
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

.htmlImprimirTexto {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: #000000;
}
.htmlImprimirTextoNegrita {
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

.htmlImprimirTextoGrandeNegrita {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}
.htmlImprimirTextoPequeno {
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}

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

.botcomprar{
    font-size: 13pt;
    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: 85px;
    font-size: 12px;
    overflow: hidden;
}

.cuadrointerior .descripcioncurso{
    height: 127px;
}

.fechacurso{
    margin: 5px 0;
    margin-top:20px;
    font-size: 13px;
    color:#FF9100;
}

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

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

.empresa h1{
    margin:0px;
    padding-top: 30px;
    font-size: 35pt;
    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: 25pt;
    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: 25pt;
    padding-top:110px;
    padding-bottom: 110px;

}

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

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

.modal-dialog{
    width:1024px;
}

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

.botvideo span{
    font-size:12pt;
    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;
}


@media (max-width: 1200px) {

    .cuadrohover{
        width:374px;
    }


}

@media (max-width: 992px) {

    .cuadrohover{
        display: none;
    }

    .botmenu{
        position:absolute;
        top:2px;
        left: 10px;
        display:block;
        font-size: 23pt;
        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;
    }
}

@media (max-width: 768px) {

    .fechafloat{
        right: 5px;
    }

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

    .tituloportada{
        background:none;
        padding:10px;
    }

    .logo{
        max-width: 100%;
    }


}


