*
{
    margin: 0;
}
html, body
{
    height: 100%;
}
.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */
}
.m-t {
    margin-top:20px;
    margin-bottom:10px;
}
#footer, .push
{
    height: 140px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
body {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
input, input:active, input:focus, input:focus-within, input:hover, input:visited {
    font-size: 16px !important;
}
a:hover, a:focus {
    color: #808080;
    text-decoration: none;
}
a.ico-link {
    color: #595CFF;
    font-weight: normal;
}
a.ico-link:hover {
    color: #595CFF;
    text-decoration:underline;
}
ul.redes
{
    list-style-type: none;
    padding: 25px 5px;
    margin: 0 15px;
    float: right;
}

footer ul.redes
{
    margin: 0;
    padding: 5px 0 0;
}

ul.redes li
{
    display: inline;
}
ul.redes li a
{
    display: inline-block;
    text-indent: -9999px;
}
.facebookred
{
    background: url(../img/redes/redfacebook.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}
.twitterred
{
    background: url(../img/redes/redtwitter.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.googleplusred
{
    background: url(../img/redes/redgoogle.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.flickrred
{
    background: url(../img/redes/redflirck.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.youtubered
{
    background: url(../img/redes/redyoutube.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.instagramred
{
    background: url(../img/redes/redinstagram.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}
.facebookred:hover:after, .twitterred:hover:after, .googleplusred:hover:after, .flickrred:hover:after, .youtubered:hover:after, .instagramred:hover:after
{
    opacity: 1;
}
.facebookred:after
{
    background: url(../img/redes/redfacebook.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}
.twitterred:after
{
    background: url(../img/redes/redtwitter.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}
.googleplusred:after
{
    background: url(../img/redes/redgoogle.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}
.flickrred:after
{
    background: url(../img/redes/redflirck.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}
.youtubered:after
{
    background: url(../img/redes/redyoutube.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}
.instagramred:after
{
    background: url(../img/redes/redinstagram.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}
header
{
    text-align: left;
    margin: 0;
    padding: 0 0 15px;
    position: relative;
}
header img
{
    padding: 15px 0 0;
}
.nav > li > a:focus, .nav > li > a:hover
{
    background: transparent;
}
.navbar
{
    margin-bottom: 0;
    background-color: #F2F2F2;
    z-index: 6;
}

ul.menu {
    list-style-type: none;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    letter-spacing: 0px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

/*** FIN ***/
ul.menu li
{
    display: inline-block;    
    padding: 0 10px;
}
ul.menu li a
{
    text-decoration: none;
    color: #0766CA;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}
ul.menu li a:hover, ul.menu li a:focus
{
    color: #171F89;
    
    
}





ul.menufooter {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: right;
}

ul.menufooter li
{
    display: inline-block;
    
}
ul.menufooter li ul
{
    padding-left: 25px;
    width:100%;
}
ul.menufooter li ul li
{
    width:inherit;
}
ul.menufooter li a
{
    text-decoration: none;
    font-weight: bold;
    padding-left: 25px;
    color: #999999;
}
ul.menufooter li:first-child a
{
    padding: 0;
}
ul.menufooter li a:hover, ul.menufooter li a:focus
{
    color: #ffffff;
}
footer {

}
footer nav {
    background-color: #5f4ba0;
     overflow: hidden;
     text-align: center;
        padding: 15px;
       
}
    footer nav a {
        color: #ffffff;
        display: block;
        padding:0;
        
    }
    footer nav a:hover {
        color: #ffffff;
        background-color: #8166db;
    }
footer figure
{
    float: left;
}
footer figcaption
{
    margin-top: 10px;
    color: #05488e;
}

footer address span
{
    padding: 0 5px;
}
footer address span a:hover
{
    color: #ffffff;
}
footer address {
    
    
    
    color: #999999;
    display: inline; 
}
footer address a {
    color: #cccccc;
}
footer address a:hover {
    color: #ffffff;
}
footer address ul
{
    margin:0;
    padding:10px 0;
    list-style-type:none;
}
footer address li
{
    display:block;
    
}
footer address li span
{
    display:block;    
      
    color:#cccccc;
}
footer .ico-tel
{
    background:transparent url(../img/ico-tel.png) no-repeat scroll 0 50%;
    width:80%;
}
footer .ico-fax
{
    background:transparent url(../img/ico-fax.png) no-repeat scroll 0 50%;
    width:80%;
}
footer .ico-loc
{
    background:transparent url(../img/ico-loc.png) no-repeat scroll 0 50%;
    width:80%;
}
footer .ico-tel, footer .ico-fax, footer .ico-mail, footer .ico-loc
{
    padding: 7px 20px 0;
}
.mrt
{
    margin-top: 30px;
}
.paper-spacer-bottom
{
    padding-bottom: 30px;
}
.paper-color
{
    background-color: #ffffff;
}


.navbar-toggle .icon-bar
{
    background-color: #665234;
}



.group-chk
{
    padding: 5px 0 0;
    text-align: left;
    font-size: 0.85em;
}
.group-chk label {
    display: inline!important;
    font-weight: normal;
}
.reg
{
    float: right;
    /*padding-top: 10px;*/
}
.reg > input, #dominios input, #dominios select, .group > input
{
    padding: 4px 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-size: 0.85em;
}
.reg label
{
    display: block;
    margin: 0;
    position:relative;
}
.reg span
{
    position: absolute;
    right: 150px;
    top: 15px;
}
#dominios input[type="text"]
{
    width: 100%;
}
#dominios input[type="button"]
{
    border: 0 none;
    padding: 6px 12px;
}
.reg > .btn
{
    padding: 5px;
    border-radius: 0;
    font-size: 0.8em;
}

.full-screen
{
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
#carousel .carousel-inner
{
    height: auto;
}
#carousel .item img
{
    width: 100%;
}

.figcaption
{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
    color: #ffffff;
    background:transparent url("../img/textura.png") repeat scroll 0 0;
    padding:30px;
}
    .figcaption h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 42px;
        margin: 0;
        text-shadow: 0 2px 2px #000000;
    }
.figcaption p
{
    font-size: 20px;
    text-shadow: 0 2px 2px #000000;
}
.breadcrumb
{
    font-size: 0.9em !important;
    background: none;
}
.breadcrumb a
{
    color: #999999;
}
.breadcrumb > li
{
    color: #999999;
}
.breadcrumb > .active
{
    color: #999999;
}

ul.items {
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.items a:hover
{
    text-decoration: none;
}
ul.items li a
{
    color: #0766ca;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    text-decoration: none;
}
ul.items a:hover figure
{
    transition: all 0.4s ease-in 0s;
}
.items li
{
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    width: 300px;
}
.items h2
{
    font-size: 15px;
    font-weight: bold;
    margin: 10px;
}
#servicios
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3d0ef+0,74a9e2+100 */
    background: #b3d0ef; /* Old browsers */
    background: -moz-linear-gradient(top,  #b3d0ef 0%, #74a9e2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b3d0ef 0%,#74a9e2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b3d0ef 0%,#74a9e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d0ef', endColorstr='#74a9e2',GradientType=0 ); /* IE6-9 */
    padding: 20px 15px 0;
    overflow: hidden;
}
#formacion, #tpv-client, #ylp, #content
{
    
    padding: 40px 15px;
    overflow: hidden;
}
#formacion
{
    background-color: #FAEADE;
}
#ylp
{
    background: transparent url(../img/yolopido-bg.jpg) no-repeat scroll 0 0;
    position: relative;
}
#dominios
{
    background: transparent url(../img/dominiosbg.png) no-repeat scroll 50% 0 / cover;
    padding: 40px 15px;
    margin-bottom: 30px;
    overflow: hidden;
}
#formacion img
{
    display: table-cell;
}
#blog
{
    padding: 20px 15px 0;
    overflow: hidden;
    position: relative;
}
.pellizo-t
{
    background: transparent url(../img/pellizco-t.png) no-repeat scroll 50% bottom;
    display: block;
}
.pellizo
{
    background: transparent url(../img/pellizco.png) no-repeat scroll 50% bottom;
    display: block;
}

#servicios a
{
    color: #4d4d4d;
}

#formacion h2, #tpv-client h2, #ylp h2, #version h2, .versiones h2, #content h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
}
.inter h2
{
    text-shadow: 1px 2px 1px #0070e6; /*#60a1e6;*/
}
#dominios h2, #dominios span
{
    color: #0766CA;
    text-shadow: 1px 2px 1px #ffffff;
}
.inter h1, .inter h2, .formac h1 {
    /*font-family: kaushan;*/
    font-family: 'Roboto', sans-serif;
}
.inter h1, .formac h1
{
    color:#0766CA;
}
.inter h2
{
    color: #e0ebf7;
}
.formac h2
{
    color:#0C82A0;
}
#formacion h2, #tpv-client, #ylp, #version h2, .versiones h2, #content h2
{
    color:#013495;
    
}
#version
{
    text-align:center;
    border:2px solid #808080;
    padding:30px;
}
#servicios h2
{
    color: #ffffff;
}
#blog h2
{
    color: #e0ebf7;
}
.Hostservicios h2 {
    color: #013495;
    margin: 30px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
}
#blog h3
{
    text-align: center;
    color: #0766ca;
    font-size: 15px;
    margin: 0 39%;
    position: absolute;
    text-align: center;
    width: 20%;
}
#blog h3 a
{
    color: #0766ca;
}
#blog h3 a:hover
{
    color: #0766ca;
    text-decoration: underline;
}
.Hostservicios p
{
    color: #333333;
    text-align: center;
    text-transform:uppercase;
}

#blog p
{
    max-height: 70px;
    overflow: hidden;
}

#blog article
{
    margin: 15px 0;
}
#blog img
{
    margin: 15px 0;
}
#blog .btn-primary, .Hostservicios .btn-primary
{
    float: right;
}
.buscar
{
    height: 30px;
    vertical-align: baseline;    
    border: 1px solid #cccccc;
    padding: 3px;
    color: #4d4d4d;
    margin-right: 15px;
    float: right;
}
.buscar, .idiomas
{
    font-size: 0.85em;
    height: 30px;
    border: 1px solid #cccccc;
    display: inline-flex;
}
.btnbuscar
{
    background-image: url(../img/lupa.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    text-indent: -3000px;
    width: 20px;
}
.buscar input
{
    border: 0;
}

#servicios h3, .Hostservicios h3
{
    color: #0766ca;
    font-weight: normal;
    margin-top: 0;
    text-transform:uppercase;
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
}

#servicios ul, .Hostservicios ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#servicios li a
{
    background: transparent url(../img/bgarrow.png) no-repeat scroll 0 50%;
    padding-left: 15px;
    color: #1D3B63;
    display:block;
}
.internet
{
    background: transparent url(../img/internet.png) no-repeat scroll 50% 50%;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.computers
{
    background: transparent url(../img/computers.png) no-repeat scroll 50% 50%;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.shoponline
{
    background: transparent url(../img/shoponline.png) no-repeat scroll 50% 50%;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.event, .event2, .event3,.event4, .event5, .event6, .event7, .event8, .event9, .ylp-1, .ylp-2, .ylp-3
{
    margin-bottom: 15px;
    padding-bottom:86px;
    display: block;
    width: 100%;
}


.tipo h3 {
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
}
.tipo p {
    line-height: 1.5;
}
.event-demo, .yolopido-demo, .tactil-demo
{
    
    padding:15px;
    display: block;
    width: 100%;
}
.event
{
    background: transparent url(../img/event.png) no-repeat scroll 50% 50%;
}
.event-demo
{
    background: transparent url(../img/event-demo.png) no-repeat scroll 50% 50%;
}
.yolopido-demo
{
    background: transparent url(../img/yolopido-demo.png) no-repeat scroll 50% 50%;
}
.tactil-demo
{
    background: transparent url(../img/tactil-demo.png) no-repeat scroll 50% 50%;
}
.event2
{
    background: transparent url(../img/event2.png) no-repeat scroll 50% 50%;
}
.event3
{
    background: transparent url(../img/event3.png) no-repeat scroll 50% 50%;
}
.event4
{
    background: transparent url(../img/event4.png) no-repeat scroll 50% 50%;
}
.event5
{
    background: transparent url(../img/event5.png) no-repeat scroll 50% 50%;
}
.event6
{
    background: transparent url(../img/event6.png) no-repeat scroll 50% 50%;
}
.event7
{
    background: transparent url(../img/event7.png) no-repeat scroll 50% 50%;
}
.event8
{
    background: transparent url(../img/event8.png) no-repeat scroll 50% 50%;
}
.event9
{
    background: transparent url(../img/event9.png) no-repeat scroll 50% 50%;
}
.ylp-1
{
    background: transparent url(../img/yolopido-scan.png) no-repeat scroll 50% 50%;
}
.ylp-2
{
    background: transparent url(../img/yolopido-pide.png) no-repeat scroll 50% 50%;
}
.ylp-3
{
    background: transparent url(../img/yolopido-camarero.png) no-repeat scroll 50% 50%;
}
.ico-doc
{
    background: transparent url(../img/ico-jccmdoc.png) no-repeat scroll 50% 50%;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.ico-oficial
{
    background: transparent url(../img/ico-oficial.png) no-repeat scroll 50% 50%;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.e-client
{
    background: transparent url(../img/eclient.png) no-repeat scroll 50% 50%;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.tecnology
{
    background: transparent url(../img/tecnology.png) no-repeat scroll 50% 50%;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.attcliente
{
    background: transparent url(../img/attcliente.png) no-repeat scroll 50% 50%;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
#servicios li a:hover, .Hostservicios li a:hover
{
    text-decoration: underline;
}

    
.subtitle span
{
    padding: 0 10%;
}
.fancy-w
{
    line-height: 0.5;
    text-align: center;
    color: #ffffff;
}
.fancy-b
{
    line-height: 0.5;
    text-align: center;
    color: #8AAED6;
}
.fancy-n
{
    line-height: 0.5;
    text-align: center;
    color: #E19877;
}
.fancy-w span, .fancy-b span, .fancy-n span
{
    display: inline-block;
    position: relative;
}
.fancy-w span:before, .fancy-w span:after
{
    content: "";
    position: absolute;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    height: 10px;
    top: 0;
    width: 100%;
}
.fancy-b span:before, .fancy-b span:after
{
    content: "";
    position: absolute;
    border-bottom: 1px solid #8AAED6;
    border-top: 1px solid #8AAED6;
    height: 10px;
    top: 0;
    width: 100%;
}
.fancy-n span:before, .fancy-n span:after
{
    content: "";
    position: absolute;
    border-bottom: 1px solid #E19877;
    border-top: 1px solid #E19877;
    height: 10px;
    top: 0;
    width: 100%;
}
.fancy-w span:before, .fancy-b span:before, .fancy-n span:before
{
    right: 100%;
    margin-right: 15px;
}
.fancy-w span:after, .fancy-b span:after, .fancy-n span:after
{
    left: 100%;
    margin-left: 15px;
}
h1 {
    /*! overflow: hidden; */
    text-align: center;
}

#program {
    position: relative;
}

#program h1 {
    color: #8c1c3a;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    padding: 0;
    /*! margin:0; */
}
#program h1 + p {
    text-align: center;
}
#program h2, #program h3, #program h4 {
    color: #8c1c3a;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0;
    width: 250px;
    /*! overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
 #program h3 {
     font-size:inherit;
     color:#000;
}
#program h3 + ul {
    margin:5px 0;
    padding: 5px 0;
    color:#000;
    list-style-position:inside;       
}
#program h3 + ul li {
     padding:0;
    list-style-type: none;
    text-align: justify;
}
#program h4 {
     font-size:inherit;
     color:#000;
}

@media (min-width: 1200px) {
    #program h2, #program h3 {
        width: 100%;
    }
}
@media (min-width: 992px) {
    #program h2, #program h3 {
        width: 100%;
    }
}
@media (min-width: 768px) {
    #program h2, #program h3 {
        width: 100%;
    }
}
    #program time {
        color: #808080;
        display: block;
        margin: 15px 0;
        font-size: inherit;
        text-align: center;
        display: block;
    }

    #program .less-margin time {
        margin: 0;
    }
    /*LISTADO DE FOTOS*/
    /*#program .less-margin figure {
            height: 150px;
            position: relative;
            max-height: 150px;
            overflow: hidden;
        }*/
    /*#program .less-margin img {
        width: auto;
        height:100%;
        position: absolute;               
    }*/
    .box-articulo {
        display: flex;
        height: auto;
        min-height: 344px;
        position: relative;
        overflow: hidden;
        z-index: 3;
        width: fit-content;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
.box2 {
        position: relative;
        padding-left: 5px;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        /*! justify-content: space-between; */
        align-items: flex-start;
        align-content: flex-start;
        min-height: 344px;
    }
.box-articulo2 {
        display: block;
        height: auto;
        /*! max-height: 144px; */
        position: relative;
        /*! overflow: hidden; */
        z-index: 3;
    }
#program .box-articulo2 img {
        margin:0 auto;        
        height: 144px;
        object-fit: cover;
        min-height: 344px;
    }
#program .less-margin .box2 p {
    line-height: 1.5;
    max-height: 344px;
    overflow: hidden;
    color:#000;
   display: -webkit-box;
    font-weight: 300;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  
}
    /*.box-articulo figure {
        overflow: hidden;
        padding-top: 56.25%;
        min-height: 150px;
        position: relative;
    }*/

    /*.box-articulo figure img {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 40%;
            min-width: 100%;
            transform: translate(0,-40%) scale(2);
            /*height:100%;*/

}*/

    .less-over {
        overflow:hidden;
        position: relative;
    }
    .box {
        min-height: 0;
        position: relative;
        padding-left: 5px;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        height: 144px;
    }
.box-loc {
    min-height: 22px;
    position: relative;    
    padding-right: 0;
}
.input-buscar {
    width: 100%;
    padding: 10px 16px;
    vertical-align: middle;
    border: 0;
}
.box-loc .btn-primary {
    width: 100%;
}
.bg-buscar {
    background-color: #F9EDE5;
   /* position:fixed;
    top:0;
    left:0;
    margin-left:-15px;
    width:100%;
    z-index:33;*/
}
    .bg-buscar .btn-primary {
        background-color: #ad1e50;
        border-color: #ad1e50;
    }
    /*.bg-buscar + .bg {
        margin-top: calc(100% - 81.5%);
    }*/
    
    .bg-buscar .form-group {
        margin: 0;
    }
#program .less-margin p {
    line-height: initial;
    max-height: 90px;
    overflow: hidden;
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}
#program .less-over-agenda:nth-child(2n+1) {   
    background-color: #FFF7E3;
}
#program .less-over-comer:nth-child(2n+1) {
    background-color: #FFFDF3;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
#program .less-over-dormir:nth-child(2n+1) {
    background-color: #FFF7E3;
}
#program .less-over-agenda:hover, #program .less-over-comer:hover, #program .less-over-dormir:hover {
    background-color: #fff4f4;
}
    #program .m-t img {
        margin:0 auto;        
        max-height:60px;
        object-fit: cover;
    }
#program ul.actividades3 {
    text-align: left;
    font-size: inherit;
    font-family: 'Roboto', sans-serif;
    padding-bottom:15px;
    list-style-type:none;
    margin:0;
    padding:5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 #program ul.actividades3 li {
            padding: 0;           
            display: inline-block;
        }
#program ul.actividades3 li a {
                display: block;
                text-align: left;
            }
    #program ul.actividades, #program ul.list-actividades {
        margin: 0;
        padding: 0;        
        font-size: inherit;
        list-style-type: none;
    }
#program ul.actividades {
    text-align: center;
    /*! font-size: 18px; */
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
}
    
   
    #program ul.list-actividades {
        text-align: left;        
        margin: 5px 0;
        padding: 5px 0;
    }
#program .box2 ul.list-actividades {
        text-align: left;
        width: 98%;
       position: absolute;
    font-weight: 300;
    bottom: 0;
    }
    #program ul.list-actividades li:last-child {
        /*! float:right; */
        /*! text-align:right; */
    }
    .less-margin {
        margin-right: 0;
        padding: 10px;
    }
    .mr-r {
        padding-right: 0;
        padding-left: 10px;        
    }
#program ul.list-actividades li {
    display: block;
    padding: 5px 0;
    color: #000;    
    text-align: justify;
}
#program ul.actividades {   
    display: block;
    text-align: center;    
    margin-top:20px;
}
#program ul.actividades li { 
    width: 100%;
    margin-bottom:10px;
}
@media (min-width: 768px) {
    #program ul.actividades li:first-child, #program ul.list-actividades li:first-child {
        width: 78%;
    }
}
@media (max-width: 480px) {
    #program ul.actividades li:first-child, #program ul.list-actividades li:first-child {
        width: 100%;
    }
}
    #program ul.actividades li {
        padding: 0;
        /*! float:left; */
    }
        /*#program ul.actividades li:last-child {
            float:right;
        }*/
        #program ul.actividades li a {
            display: block;
            text-align: left;
        }

    #program .ico-copa, #program .ico-loc, #program .ico-map, #program .ico-contact, #program .ico-cal, .ico-menu, .ico-oferta, .ico-web, .ico-serv, .ico-restaurante, .ico-cafeteria, .ico-bares, .ico-naturaleza, .ico-lugares, .ico-monumentos, .ico-iglesias, .ico-museos, .ico-arquitectura, .ico-resource, .ico-pizzeria, .ico-discobar, .ico-update, .ico-cultural, .ico-otros {
        padding: 0 0 0 30px;
    }

    .ico-tenedor-1 {
        padding: 0 0 0 15px;
    }

    .ico-tenedor-2 {
        padding: 0 0 0 30px;
    }

    .ico-tenedor-3 {
        padding: 0 0 0 45px;
    }

    .ico-tenedor-4 {
        padding: 0 0 0 60px;
    }

    .ico-tenedor-5 {
        padding: 0 0 0 75px;
    }

    .ico-star-1 {
        padding: 0 0 0 20px;
    }

    .ico-star-2 {
        padding: 0 0 0 40px;
    }

    .ico-star-3 {
        padding: 0 0 0 63px;
    }

    .ico-star-4 {
        padding: 0 0 0 85px;
    }

    .ico-star-5 {
        padding: 0 0 0 106px;
    }

    #program .ico-cal {
        background: transparent url(../img/ico-calendar.png) no-repeat 0 50%;
         padding:5px 0 5px 30px;
        width:100%;
    }

    #program .ico-loc {
        background: transparent url(../img/ico-loc.png) no-repeat 0 50%;
        /*! margin: 5px 0; */
        padding: 5px 0 0 30px;
    }
    #program .ico-bodega {
        background: transparent url(../img/ico-bodega.png) no-repeat scroll 0 50%;
        padding:5px 0 5px 30px;
        width: 100%;
    }
#program .ico-link {
     position: relative;   
    }
#program .ico-link::after {
    content:"";
    background: transparent url(../img/ico-link.png) no-repeat scroll 0 50%; 
    position:absolute;
    top:0;
    right:-18px;
    width:12px;
    height:12px;
}
    #program .ico-dias {
        background: transparent url(../img/ico-dias.png) no-repeat 0 10%;
        padding:5px 0 5px 30px;
    }
#program .ico-precio {
        background: transparent url(../img/ico-precio.png) no-repeat 0 10%;
        padding:5px 0 5px 30px;
        width: 100%;
    }
.border {
    border-bottom:1px solid #ccc;
}
    #program .ico-horario {
        background: transparent url(../img/ico-horario.png) no-repeat 0 10%;
        padding:5px 0 5px 30px;
    }
     #program .ico-actividad {
        background: transparent url(../img/ico-actividad.png) no-repeat 0 50%;
        padding:5px 0 5px 30px;
    }
    #program .ico-copa {
        background: transparent url(../img/ico-copa.png) no-repeat 0 50%;
    }

    #program .ico-map {
        background: transparent url(../img/ico-map.png) no-repeat 0 50%;
    }

    #program .ico-contact {
        background: transparent url(../img/ico-contact.png) no-repeat 0 50%;
    }

    #program .ico-star-1 {
        background: transparent url(../img/ico-star-1.png) no-repeat 0 50%;
    }

    #program .ico-star-2 {
        background: transparent url(../img/ico-star-2.png) no-repeat 0 50%;
    }

    #program .ico-star-3 {
        background: transparent url(../img/ico-star-3.png) no-repeat 0 50%;
    }

    #program .ico-star-4 {
        background: transparent url(../img/ico-star-4.png) no-repeat 0 50%;
    }

    #program .ico-star-5 {
        background: transparent url(../img/ico-star-5.png) no-repeat 0 50%;
    }

    #program .ico-tenedor-1 {
        background: transparent url(../img/ico-tenedor-1.png) no-repeat 0 50%;
    }

    #program .ico-tenedor-2 {
        background: transparent url(../img/ico-tenedor-2.png) no-repeat 0 50%;
    }

    #program .ico-tenedor-3 {
        background: transparent url(../img/ico-tenedor-3.png) no-repeat 0 50%;
    }

    #program .ico-tenedor-4 {
        background: transparent url(../img/ico-tenedor-4.png) no-repeat 0 50%;
    }

    #program .ico-tenedor-5 {
        background: transparent url(../img/ico-tenedor-5.png) no-repeat 0 50%;
    }

    .tenedores, .stars {
        text-align: center;
        padding-bottom: 15px;
    }

    #program .ico-menu {
        background: transparent url(../img/ico-menu.png) no-repeat 0 50%;
    }

    #program .ico-oferta {
        background: transparent url(../img/ico-oferta.png) no-repeat 0 50%;
    }

    .ico-web {
        background: transparent url(../img/web.gif) no-repeat 0 50%;
    }

    .ico-serv {
        background: transparent url(../img/servicios.png) no-repeat 0 50%;
    }

    .ico-resource {
        background: transparent url(../img/ico-resource.png) no-repeat 0 50%;
    }

    .ico-restaurante {
        background: transparent url(../img/ico-restaurante.png) no-repeat 0 50%;
    }

    .ico-cafeteria {
        background: transparent url(../img/ico-cafeteria.png) no-repeat 0 50%;
    }

    .ico-bares {
        background: transparent url(../img/ico-bares.png) no-repeat 0 50%;
    }

    .ico-naturaleza {
        background: transparent url(../img/ico-naturaleza.png) no-repeat 0 50%;
    }

    .ico-lugares {
        background: transparent url(../img/ico-lugares.png) no-repeat 0 50%;
    }

    .ico-monumentos {
        background: transparent url(../img/ico-monumentos.png) no-repeat 0 50%;
    }

    .ico-arquitectura {
        background: transparent url(../img/ico-arquitectura.png) no-repeat 0 50%;
    }

    .ico-museos {
        background: transparent url(../img/ico-museos.png) no-repeat 0 50%;
    }

    .ico-iglesias {
        background: transparent url(../img/ico-iglesias.png) no-repeat 0 50%;
    }

    .ico-pizzeria {
        background: transparent url(../img/ico-pizzeria.png) no-repeat 0 50%;
    }

    .ico-activa {
        background: transparent url(../img/activa.png) no-repeat 0 50%;
        width: 22px;
        height: 22px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .ico-update {
        background: transparent url(../img/ico-update.png) no-repeat 0 50%;
    }

    .ico-discobar {
        background: transparent url(../img/ico-discobar.png) no-repeat 0 50%;
    }

    .ico-cultural {
        background: transparent url(../img/ico-cultural.png) no-repeat 0 50%;
    }

    .ico-otros {
        background: transparent url(../img/ico-otros.png) no-repeat 0 50%;
    }

    span.pro {
        color: #F47D00;
    }

    span.clien {
        color: #013495;
    }

    #program p, #version p {
        line-height: 1.5;
        text-align: justify;
    }
    /*lineas titulos*/
    .clientes h2, #servicios h2, #blog h2, #formacion h2 {
        overflow: hidden;
        text-align: center;
        padding: 0 15%;
    }

    #blog h2, #formacion h2 {
        padding: 0 5%;
    }


        #formacion h2:before, #formacion h2:after {
            content: "";
            display: inline-block;
            height: 10px;
            position: relative;
            vertical-align: middle;
            width: 50%;
        }

    #servicios h2:before, #servicios h2:after {
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
    }

    .clientes h2::before, .clientes h2::after, #blog h2::before, #blog h2::after {
        border-bottom: 1px solid #8aaed6;
        border-top: 1px solid #8aaed6;
    }

    .clientes h2::before, #servicios h2:before, #blog h2:before, #formacion h2:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .clientes h2::after, #servicios h2:after, #blog h2:after, #formacion h2:after {
        left: 0.5em;
        margin-right: -50%;
    }
    /*fin lineas titulos*/
    section.contacta {
        text-align: center;
        margin-bottom: 15px;
    }

    .contacta h2 {
        color: #0766ca;
        font-size: 15px;
        font-weight: bold;
        font-family: inherit;
        text-shadow: none;
    }

    .contacta ul {
        padding: 0;
        list-style-type: none;
    }

    .contacta li {
        display: inline-block;
        padding-right: 30px;
        padding: 0 auto;
    }

        .contacta li:last-child {
            padding-right: 0;
        }

        .contacta li, .contacta li a {
            color: #05488E;
        }

    .ico-tel {
        background: transparent url(../img/telefono.png) no-repeat scroll 0 50%;
    }

    .ico-calendar {
        background: transparent url(../img/ico-calendar.png) no-repeat scroll 0 50%;
        padding-right: 17px;
    }

    .ico-fax {
        background: transparent url(../img/ico-fax.png) no-repeat scroll 0 50%;
    }

    .ico-mail {
        background: transparent url(../img/ico-mail.png) no-repeat scroll 0 50%;
    }

    .ico-tel, .ico-fax, .ico-mail {
        padding-left: 20px;
    }

    .ico-nube {
        background: transparent url(../img/ico-nube.png) no-repeat scroll 50% 0;
    }

    .ico-mailn {
        background: transparent url(../img/ico-mailn.png) no-repeat scroll 50% 0;
    }

    .ico-mailb {
        background: transparent url(../img/ico-mailb.png) no-repeat scroll 50% 0;
    }

    .ico-dominio {
        background: transparent url(../img/ico-dominio.png) no-repeat scroll 50% 0;
    }

    .ico-dominiotras {
        background: transparent url(../img/ico-dominiotras.png) no-repeat scroll 50% 0;
    }

    .ico-tarifa {
        background: transparent url(../img/ico-tarifa.png) no-repeat scroll 50% 0;
    }

    .ico-hosting {
        background: transparent url(../img/ico-hosting.png) no-repeat scroll 50% 0;
    }

    #formacion p, #dominios p {
        font-size: 22px;
        margin: 15px 0 30px;
    }

    #dominios p {
        text-align: center;
    }

    #formacion ul, .Hostservicios ul, #dominios ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #formacion li, .Hostservicios li, #dominios li {
        display: inline-block;
        text-align: center;
    }

        #formacion li a, .Hostservicios li a, #dominios li a {
            color: #013495;
            float: left;
            font-weight: 800;
        }

            #formacion li a:hover, .Hostservicios li a:hover, #dominios li a:hover {
                text-decoration: none;
            }

.dropdown {
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}

.open .dropdown {
    text-transform: initial;
    font-weight: normal !important;
    /*margin-right: -58px;*/
    margin-right: -88px;
    margin-left: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    display: block;
    text-align: left;
    white-space: normal;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: #dadce1;
        text-decoration: none;
        text-shadow: 1px 1px 0 #efe3dd;
        transition: all 0.5s ease-out 0s;
    }

    .dropdown-menu {
        background-color: #F2F2F2;
        border-radius: 0;
        padding: 0;
        border: 0;
    }

        .dropdown-menu li::after {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            padding: 0;
        }

.dropdown-submenu > .dropdown-menu > li {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85em;
}

    ul.menu li a {
        border-bottom: 4px solid transparent;
        color: #013495;
        font-weight: bold;
        transition: all 0.5s ease-out 0s;
    }

        ul.menu li a:hover {
            /*border-bottom: 4px solid #F7A30F;*/
            color: #013495;
        }

    .menu .dropdown-menu > li {
        width: 100%;
        padding: 0;
    }

    .dropdown-menu li a {
        padding: 8px 20px;
    }

    .open .dropdown a {
        padding-left: 0;
        font-weight: normal;
    }

.ico-text {
    display: block;
    text-align: center;
    color: #4795E6;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
}

    .precio {
        color: #ffffff;
        font-size: 1.1em;
        margin: 0;
        padding: 0;
    }

    .cuenta {
        float: right;
        background: transparent url(../img/ico-cuenta.png) no-repeat scroll 0 0;
        margin-top: 10px;
        padding: 0 30px 0;
        height: 23px;
        cursor: pointer;
    }

    .cesta {
        float: right;
        background: transparent url(../img/ico-cesta.png) no-repeat scroll 0 0;
        padding: 0 30px 0;
        margin-top: 10px;
    }

        .cesta span {
            float: left;
            color: #4d4d4d;
        }

        .cesta a {
            clear: both;
            float: left;
            color: #D13C0B;
        }

    section.cuenta h2 {
        color: #048D61;
        font-size: 1em;
        padding: 5px;
        text-align: center;
    }

    .tipo {
        height: 0;
        margin-bottom: 60px;
        padding-bottom: 48%;
        overflow: hidden;
        /*background-color: #013495;*/
        position: relative;
    }

    .botones {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .tipo ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .tipo li {
        /*background-color:#013495;
    color:#b3b3b3;*/
        color: #808080;
    }

    .tipo-img {
        float: left;
        width: 50%;
    }

    .tipo-pl {
        padding-left: 30px;
    }

    .tipo-pr {
        padding-right: 15px;
    }

    .tipo1 {
        color: #B3B3B3;
        float: left;
        width: 50%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .boxalter {
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .boxblue_login {
        overflow: hidden;
        padding: 0 10px 20px;
        background-color: #ffffff;
        position: absolute;
        z-index: 1;
        border-radius: 6px;
        box-shadow: 0 0 5px #cccccc;
        display: none;
    }

    .box-lr {
        margin-left: -15px;
        margin-right: -15px;
    }

    .box-w {
        background-color: #f1f4f7;
        padding: 15px;
    }

    .box-blue {
        background-color: #d9e8f7;
        padding: 15px;
    }

        .box-blue a, .box-w a {
            color: #337ab7;
        }

        .box-blue h3 {
            color: #337ab7;
            text-align: center;
        }

    .bgborder-t {
        /*border-top: 1px solid #8AAED6;*/
    }

    .bgborder-b {
        border-top: 1px solid #dcdcdc;
    }

    .path {
        font-size: 0.85em;
        padding: 15px 0;
    }

    .group {
        margin: 0 0 5px;
        text-align: left;
    }

        .group > input {
            width: 100%;
        }

        .group input[type="password"] {
            width: 80%;
        }

    .boxblue_login input[type="submit"] {
        width: 100%;
        background-color: #256B53;
        border-color: #256B53;
        font-size: 1em;
    }

    .group .btn-success {
        background-color: #256B53;
        border-color: #256B53;
        float: right;
        height: 30px;
        padding: 0;
        width: 19%;
    }

    .btn-success {
        background-color: #256B53;
        border-color: #256B53;
    }

    .boxblue_login .borderspan {
        display: block;
        letter-spacing: -0.1px;
        margin: 5px 0;
    }

    .login {
        background: transparent url("../img/login.png") no-repeat scroll 20% 50%;
        padding-left: 25px;
        color: #0766ca;
    }

    #owl-demo, #owl-client, #Div1 {
        margin: 0 0 15px;
    }

        #owl-demo .item {
            height: 0;
            padding-bottom: 80%;
            position: relative;
        }

    #owl-host .item {
        height: 0;
        padding-bottom: 67%;
        position: relative;
        -webkit-transition: transform 0.5s; /* Safari */
        transition: transform 0.5s;
        overflow: hidden;
    }

        #owl-host .item span {
            bottom: 0;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            padding: 15px;
            text-transform: uppercase;
            text-align: center;
            color: #ffffff;
            background-color: rgba(102,152,208,0.8);
            width: 100%;
            -webkit-transition: bottom 0.5s; /* Safari */
            transition: bottom 0.5s;
        }

        #owl-host .item:hover span {
            bottom: -70px;
        }

        #owl-host .item:hover {
            transform: scale(1.2);
        }

    #owl-demo .item span, #Div1 .item span {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        bottom: -100px;
        padding: 15px;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        -webkit-transition: bottom 0.5s; /* Safari */
        transition: bottom 0.5s;
    }

    #owl-demo .item:hover span, #Div1 .item:hover span {
        bottom: 0;
    }

    #owl-demo .item img {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate3d(0px, -50%, 0px);
        -webkit-transform: translate3d(0px, -50%, 0px);
        transform: translate(0,-50%); /* IE9*/
    }

    .owl-carousel .owl-item {
        overflow: hidden;
    }

    .owl-theme .owl-controls {
        margin-top: 0 !important;
    }

    #owl-demo .owl-prev, #owl-demo .owl-next {
        background: none;
        color: #808080;
    }

    .owl-prev, .owl-next {
        background: none;
        color: #808080;
    }

    /*To move navigation buttons outside use these settings:*/

    .owl-prev, .owl-next {
        position: absolute;
    }

    .owl-prev {
        left: -30px;
        top: 50%;
    }

    .owl-next {
        right: -30px;
        top: 50%;
    }


    .boxcategorias {
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 0 12px 2px rgba(178, 178, 178, 0.6);
        text-align: center;
        overflow: hidden;
        margin: 15px 0;
    }

    .boxcurso {
        height: 185px;
        overflow: hidden;
    }

        .boxcurso img {
            transform: scale(1.5) translate(0px, 45px);
            -webkit-transform: scale(1.5) translate(13%, 45px);
        }

    .boxcategorias img {
        text-align: center;
        display: table-cell;
    }

    .boxcategorias h4 {
        font-weight: bold;
    }

        .boxcategorias h4 span {
            display: block;
            font-size: 0.85em;
        }

    .clientes {
        margin: 20px 0;
    }

    .inter .contacto .form-control {
        border: 2px solid #0766ca;
        width: 80%;
    }

    .inter .contacto .form-group > input[type="checkbox"] {
        margin-left: 70px;
        margin-top: 15px;
        margin-right: 5px;
    }

    .inter .form-control {
        border: 2px solid #d24702;
        display: inline;
        font-size: 1em;
        height: 42px;
        padding: 5px;
        width: 340px;
    }

    .inter .form-group label {
        min-width: 70px;
    }

    .inter .form-group input[type="submit"] {
        margin-left: 70px;
    }

    .inter .imgdesk {
        padding: 33% 0 0;
    }

    .inter .panel-body input[type="text"], .inter .panel-body input[type="password"] {
        width: 100%;
    }

    .input-group {
        margin: 8px 0;
    }

    .ico {
        display: inline-block;
        padding: 0 15px;
        text-align: center;
    }

        .ico a {
            float: left;
            padding-left: 0;
            padding-top: 30px;
        }

    .sol {
        color: #a64ca5;
    }

    .soporte {
        color: #D24702;
    }

    .btn-soporte {
        background-color: #d24702;
        border-color: #d24702;
    }
    /** cesta **/
    .tdbor {
        margin-bottom: 15px;
    }

    .hrtdb {
        border-bottom: 2px solid #8aaed6;
        display: table;
        width: 100%;
    }

    .tdbtitle {
        border-bottom: 1px solid #8aaed6;
    }

    .tdbpad {
        padding: 8px 0;
    }

    a.del {
        color: #d13c0b;
        cursor: pointer;
    }
    /** fin cesta **/

    .fechablog {
        color: #d13c0b;
        font-size: 1.5em;
    }

    .fechacurso {
        color: #ad1e50;
    }

    .blue {
        background-color: #0C82A0;
        display: block;
        color: #ffffff;
    }

        .blue a {
            color: #ffffff;
        }

    .mag {
        background-color: #AD1E50;
        float: left;
        width: 20px;
    }

    .mag2 {
        background-color: #ad1e50;
        font-size: 1.35em;
        height: 100%;
        margin-top: 0 !important;
        margin-bottom: 0;
        text-transform: lowercase;
        color: #ffffff;
    }

    .mag3 {
        background-color: #ad1e50;
        display: block;
        height: 20px;
        margin-top: 20px;
        width: 100%;
    }

    .mag4 {
        background-color: #ad1e50;
        display: block;
        width: 5%;
        height: 5px;
        text-align: center;
        margin: 15px auto;
    }

    .menublue {
        margin-right: -15px;
        background-color: #0C82A0;
    }

        .menublue li {
            margin-top: 0 !important;
        }

            .menublue li a {
                -webkit-transition: all 0.5s ease-out 0s;
                transition: all 0.5s ease-out 0s;
                color: #dddddd !important;
            }

                .menublue li a:hover {
                    color: #ffffff !important;
                }

    .bgformac {
        background-color: #FFF0E8;
        padding: 10px;
    }

    .bggenerico {
        padding: 10px;
    }

    .datepicker table {
        width: 100%;
    }
    /*.dest
{
    display: table;
}*/
    .datoslib {
        display: table-cell;
        vertical-align: bottom;
        height: 310px;
        width: 100%;
    }

    .formac hr {
        border-color: #0C82A0;
        border-style: dotted;
    }

    .formac div:last-child hr {
        display: none;
    }

    .corner {
        background: white url("../img/corner.png") no-repeat scroll 0 0;
        height: 48px;
        position: absolute;
        right: -30px;
        top: 89px;
        width: 31px;
        z-index: 3;
    }

    .corner2 {
        background: white url("../img/corner2.png") no-repeat scroll 0 0;
        height: 48px;
        position: absolute;
        left: -31px;
        bottom: 0;
        width: 31px;
        z-index: 4;
    }

    .Hostservicios li a.enlaceevento {
        padding: 0;
        text-decoration: none;
    }

        .Hostservicios li a.enlaceevento:hover {
            color: #807003;
        }

    .fecha {
        margin-bottom: 15px;
    }

        .fecha span {
            color: #1D3B63;
            font-weight: bold;
        }

    .transition {
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .afichero {
        background-image: url("../img/ico-doc.png");
        background-position: left top;
        background-repeat: no-repeat;
        padding-left: 18px;
        text-decoration: none;
    }

    #cookies li {
        list-style-position: inside;
    }

    #servicios > address {
        border-color: #ffffff;
        border-style: double;
        border-width: 5px;
        padding: 15px;
    }

    .fx p {
        height: 0;
        max-height: 70px;
        overflow: hidden;
        padding-bottom: 70px;
    }

    .logos {
        float: left;
        min-width: 80%;
    }

    ul.lista {
        padding: 0;
    }

    .lista li {
        list-style-type: none;
        display: inline;
        padding: 15px;
    }

    .min li {
        font-size: 0.85em;
    }

    .btn-link {
        float: right;
    }

    .lista a {
        color: #001e88;
        margin-bottom: 15px;
    }

    .logos img {
        display: inline-block;
        padding: 0 15px;
    }

    .legal {
        font-size: 0.75em;
        line-height: 4;
        float: right;
    }

        .legal span {
            padding: 0 5px;
        }

    .square {
        width: 12px;
        height: 12px;
        background-color: #013495;
        bottom: 0;
        left: 50%;
        position: absolute;
    }

    blockquote img {
        margin: 0 auto;
    }

    li a {
        color: #604AA0;
    }

    .Hostservicios li {
        color: #013495;
        font-weight: 800;
    }

    .manual {
        float: right;
    }

    .box-attcliente {
        list-style-type: none;
        overflow: hidden;
    }

        .box-attcliente img {
            background-color: #F1F2F4;
            border-radius: 50%;
            /*box-shadow: 0 0 0 5px #fff, 0 0 0 8px #7A7878;*/
            height: 200px;
            margin: 15px;
            padding: 0;
            vertical-align: middle;
            width: 200px;
            display: inline-block;
            position: relative;
            transform: scale(1);
            -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

        .box-attcliente h2 {
            color: #172543;
            text-align: center;
            text-transform: uppercase;
            padding: 10px;
            margin: 0;
            margin-top: 0px;
            margin-top: 0;
            -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

.flex-actividad {
    display: flex;
    margin: 0 10px 10px 0;
     transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
}

    #program .row.bg:nth-child(2n+1) {
        background-color: #FFFDF3;       
    }

    .flex-actividad:hover {
        background-color: #fff4f4;
    }

    .flex-actividad .mr-r {
        width: calc(33%);
    }

.box-articulo3 {
    display: block;
    height: 100%;
    position: relative;
    z-index: 3;
    width: 100%;
    background-position: 50%;
    background-size: cover;
}

.box3 {
    position: relative;
    padding: 10px;
    padding-right:15px;
    width: calc(67%);
}

.box3 p {
    line-height: 1.5;
    overflow: hidden;
    color: #000;
    display: -webkit-box;
    font-weight: 300;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.btn-mapa {
    color: #fff;
    background-color: #8c1c3a;
    border-color: #8c1c3a;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
}
.btn-mapa:hover {
    color: #fff;
    background-color:#b92149!important;
    border-color: #b92149!important;
}
.mapa {
    background: #fff url("/app/img/mapa.jpg") scroll 0 0;
    width: 100%;
    height:150px;
    position: relative;
}
.realizacion table {
    border-bottom:1px solid #f9ede5;
}

.realizacion thead {
    background-color: #f9ede5;
}
.table > thead > tr > th {
    border-left: 1px solid #ead4c6;    
    font-weight: 300;   
}
.table > thead > tr > th:first-child {
    border-left:0
}
.realizacion thead th {
    text-align: center;
}
.realizacion tbody th, .realizacion tbody td  {
    text-align: center;
}
.realizacion tbody td  {
    border-left: 1px solid #ead4c6;   
}