﻿*
{
    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 */
}
#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: sourcenormal, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
}

a:hover, a:focus
{
    color: #807003;
    text-decoration: none;
}
a
{
    color: #808080;
    font-weight: normal;
}

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: 0;
    margin-top: -38px;
    font-family: sourcelight;
    font-size: 1em;
    letter-spacing: 0px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    text-align: right;
    float: right;
}

/*** 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: Arial, helvetica, 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 section
{
    border-top: 6px solid #F7A30F;
    padding-bottom: 5px;
    padding-top: 15px;
    background-color:#0C1A36;
}
footer nav
{
    margin: 0;
    padding-top: 15px;
}

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:sourcenormal;
    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: sourcelight;
    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;
}
#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:sourcebold;
    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:sourcenormal;
    
}
.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:sourcebold;
    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-family: kaushan;*/
    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:sourcebold;
}
.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;
}
#servicios .box
{
    background-color: #BED7F1;
    padding: 30px;
    margin-bottom: 30px;
    min-height: 270px;
}
.Hostservicios .box
{
    background-color: #FFFFFF;
    padding: 30px 0px 240px;
    margin-bottom: 30px;
    min-height: 245px;
    box-shadow: 0 0 12px #ADADAD;
    border-radius:12px;    
    overflow:hidden;
}
}

    
.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
{
    margin-bottom:30px;
}
#program h1
{
    color:#013495;
    text-align:left;
    font-family:sourcebold;
    text-transform:uppercase;
    font-size: 46px;
    padding: 30px 0;    
}
span.pro {
    color: #F47D00;
}
span.clien {
    color: #0196FC;
}
#program p, #version p
{
    line-height:2;
}
/*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/ico-tel.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: sourcenormal;
    font-size: 1em;
}
.open .dropdown
{
    text-transform: initial;
    font-weight: normal !important;
    /*margin-right: -58px;*/
    margin-right: -88px;
    margin-left:0;
    font-family: sourcelight;
    font-size: 1em;
    display: block;
    text-align: left;
    white-space:normal;
    
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #FFE8C8;
    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: 'sourcenormal';
    font-size: 0.85em;
}

ul.menu li a {
    border-bottom: 4px solid transparent;
    color: #000000;
    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: kaushan;
    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%;
}

#main
{
    margin-bottom: 30px;
}
.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: #0e33ff;
}
.Hostservicios li
{
    color:#013495;
    font-weight:800;
}