/* 
    Created on : 18-mar-2014, 10:13:55
    Author     : Grupo Odin
    web        : http://grupoodin.es
*/
/*========== FUENTES ==========*/

body{
    font-family:  "Lato",​sans-serif;
    /*    font-family:  "Comfortaa",​sans-serif; */
}
h1, h2, h3, h4, h5{
    margin-bottom: 10px;
    margin-top: 0;
    color:  #1853ae;
}

h1 {
    font-size: 30px;
}

.textoarticulo h1 a, .textoarticulo h2 a, .textoarticulo h3 a, .textoarticulo h4 a, .textoarticulo h5 a{
    color:  #1853ae!important;
    background-color: transparent!important;
}
a:hover{
    text-decoration: none;
}

/*========== CAROUSEL ==========*/
/*Capa superior global carousel*/
.imgFondoOdin{
    margin: 0 auto;
    height:1020px;
    width: 100%;
    margin-top:-192px;
}
html,body{height:100%;}
.carousel,.item,.active{
    height:100%;
}
.carousel-inner{
    height:100%;
    position:absolute;
    /*z-index:-5;*/ 
    top:0px;}
.fill{
    width:100%;
    height:100%;
    background-position:center;
    background-size:cover;
}
.carousel-caption{
    padding-left: 10px;
    padding-right: 20px;
    margin: 0 auto;
    z-index: 10;
    margin-bottom: 120px;
    background-image: url('../images/fondo/Traslucido cuadrado_250px.png');
    max-width: 600px;

}
.carousel-caption h1{
    font-family: "Courgette";
    font-size: 51px;
    font-style:italic;
    color:white;
    text-shadow: 0.05em 0.03em #054993;
    opacity: 1;
}
.carousel-caption h2 a{
    font-family:  "Courgette";
    font-size: 33px;
    font-style:italic;
    color:white!important;
    text-shadow: 0.05em 0.03em #054993;
    opacity: 1;
}
.carousel-caption h2 a:hover{
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    color:white;
    text-shadow: 0.08em 0.05em #0D2242;
}
.carousel-caption p{
    color:white;
}
.carousel-caption a:hover{
    text-decoration: none;

}
@media (max-width: 767px) {
    .carousel-caption h1{
        font-size: 28px;
    }
}

/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}
.fill.container{
    padding-left: 0px;
    padding-right: 0px;

}

/* keep full widget on smaller screens */
@media (max-width: 767px) { 
    body {
        padding-left: 0;
        padding-right: 0;
    }
    
    .navbar-nav, #odin-navbar-collapse {
        padding: 0;
        margin: 0;
    }
    
    .navbar-nav {
        width: 100%;
        
    }
    
    .ext-menu ul {
        position: static;
    }
    
    .nav-child {
        width: 100% !important;
    }
    
    .nav-child > li {
        width: 50% !important;
    }
    
    #odin-navbar-collapse ul.nav ul.nav-child {
        margin-left: 0 !important;
    }
    
    ul.ext-menu {
        border: 1px solid #D6D6D6;
        width: 100% !important;
    }
    
    ul.ext-menu > li {
        width: 100% !important;
    }
    
    ul.ext-menu > li > a {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }
    
}

/*========== NAVBAR ==========*/
.navBarOdinLimits{
    max-width:960px;
    margin: 0 auto;
    border-top-width: 0;
}

.navBarOdin{
    height: 100px;
}
.navBarOdin img{
    margin-top:8px;
    margin-left:20px;
}
#diezanos{
    left: 180px;
    position: absolute;
    top: 5px;
}
@media (max-width: 767px){
    .navBarOdin img{
        width: 126px;
        height: 35px;
        margin: -8px;
    }
    .navBarOdin{
        height: 54px;
    }
    #diezanos{
	display: none;
    }
}

/*========== MENU ==========*/
.menuNavBar li{
    float:left;
}
/*sin border redondeado en navbar*/
.navbar-default{
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
.navbar {
    border-radius: 0;
    -moz-border-radius: 0 !important;
    z-index: 20;
}

.navbar-right{
    margin-top: 0px;
    padding-top: 30px;
    background-color: #f8f8f8;
    z-index: 20;
}
#odin-navbar-collapse ul.nav li a {
    padding-left:20px;
    padding-right:20px;
    color:black;
    font-size: 1.1em;
    background-color: #f8f8f8;
    border-top: 4px solid #f8f8f8;
}

.ext-menu li {
    background: none;
}

.ext-menu li:hover {
    background: none;
}

#odin-navbar-collapse ul.nav > li:after {
    content: "·";
    position: absolute;
    top: 14px;
    float: right;
}

#odin-navbar-collapse ul.nav > li:first-child:after {
content: "";
}

#odin-navbar-collapse ul.nav li a:hover {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    color: #1853ae;
    background-color: #f8f8f8;
    border-top-color: #f5aa23;
    text-decoration: none;

}
.current{
    border-bottom: 3px solid black;
}
li.active{
    border-bottom: 3px solid black;
}
/*submenus superfish*/

.ext-menu ul {
    top: -260px;

}
.nav-child{

}
ul.nav-child{
    /* DESPLEGABLE */
    margin-top: 1px !important;
    padding-top: 10px;
    transition: top .1s ease .1s, visibility 0s linear 1.5s;
    z-index:-1 !important;
    /* fin desplegable */
    float:left;
    width:190px;
}

ul.nav-child li{
    background-color: #f8f8f8;
}
.nav.navbar-nav.navbar-right {
    padding-left: 2px;
}
#odin-navbar-collapse{
    margin-left:270px;
    position: absolute;
    z-index:1700;
}
#odin-navbar-collapse ul.nav ul.nav-child li.current a{
    background-color: #555;
    color: white;
    height: 100%;
}
#odin-navbar-collapse ul.nav ul.nav-child li.current{
    border-bottom: 3px solid #f8f8f8;
}
#odin-navbar-collapse ul.nav ul.nav-child{
    box-shadow: 0 0 2px #ccc;
    display:block;
    margin-top: 18px;
    width:190px;
}
#odin-navbar-collapse ul.nav ul.nav-child li a{
    border-left: 4px solid #f8f8f8;
}
#odin-navbar-collapse ul.nav ul.nav-child li a:hover{
    border-top-color: #f8f8f8;
    border-left: 4px solid #f5aa23;
}
.ext-menu a{
    border-left:1px solid #f8f8f8;
}


/* MODIFICAIONES MENU superfish MOVIL*/
@media (max-width: 767px){
    #odin-navbar-collapse{
        position: relative;
        margin-left: 0px;
        z-index: 1;
    }
    #odin-navbar-collapse ul.nav ul.nav-child{
        display:block;
        margin-top: 0px;

        width:372px;
        margin-left:-58px;
    }
    .navbar{
        font-size: .8em;
    }

    .ext-menu ul li{
        width:110px;
        height: 48px;
    }
    #odin-navbar-collapse ul.nav {

    }
    #odin-navbar-collapse ul.nav li a {
        padding-left:12px;
        padding-right:12px;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    ul.nav-child li a{
        height: 100%;
    }
    .navbar-right {
        margin-top: 3px;
        padding-top:0px;
    }
    ul.nav-child{
        /* DESPLEGABLE */

        transition: none;
        z-index:-1 !important;
        /* fin desplegable */
        float:left;
        width:190px;
    }
    .ext-menu ul {
        top: -16px;
    }
    .ext-menu{
        padding-top:5px;
    }
}

/*========== WHAT WE DO ==========*/
.quehacemos{
    margin: 0 auto;
    max-width: 960px;
    margin-top: -68px;
    position:relative;
    z-index:11;
}
.marketing .col-lg-4 {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.marketing h2{
    margin-top: -20px;
    font-size: 26px;
}
@media(min-width: 960px){
    .col-lg-4 {
	width: 33.33%;
	float:left;
    }
} 

/*========== MAIN CONTENT ==========*/
.contenidoPrincipal{
    margin: 0 auto;
    max-width: 960px;
}
.tablacentradapad{
    width: 100%;
    text-align: center;
}
.tablacentradapad td{
    padding: 0 20px;
}
#content div.row  .parrafozigzag a{
    background-color: #E0E0E0;
    border-radius: 4px;
    color: #428BCA;
    padding: 0 2px
}
.boton .boton_light{
    font-size: 15px;
    color: #428BCA;
    border-color:#428BCA;
}
.boton .btn-default{
    padding: 2px 5px 5px;
    margin: 3px 0 0;
    background-color: #428BCA;
    color: #FFF;
    border-color:#428BCA;

}
.parrafozigzag h3{
    padding-bottom: 0px;
    font-size: 20px;
}
.zigzag-right  .img-rounded{
    float:right;
    margin-left: 30px;
}
.zigzag-left  .img-rounded{
    float:left;
    margin-right: 30px;
}
.zigzag-left, .zigzag-right{
    /*width:990px;
    display:table-cell;
    vertical-align: middle;*/
    /*ALINEAMIENTO VERTICAL 1/3*/
    position:relative;
}
.parrafozigzag{
    text-align: justify;
    /*ALINEAMIENTO VERTICAL 2/3*/
    /*  position: absolute;
      top: 50%;
      margin-top: -4em;*/
}
/* ALINEAMIENTO VERTICA 3/3*/
@media(max-width: 960px){
    .parrafozigzag{
        position: relative;
    }
}


/*========== FOOTER ==========*/

.footerOdin{
    clear:both;
    display: block;
    padding-top: 20px;
}
.footerOdin li{
    vertical-align: top;
}
.cr_title{
    font-size: 16px!important;
}
.users_review{
    width: 55%;
    float:left;
}
.container_menu_go_footer{
    float:right;
    text-align: right;
}
.jumbotron{
    margin-bottom: 0px;
}
#piefin{
    margin: 15px auto;
}
#piefin ul{
    list-style: none;
    display: table;
    margin: 0 auto;
    padding-left: 0px;
}
#piefin li{
    float: left;
    padding: 0 10px;
}
@media(max-width: 767px){
    .users_review{
        width: 100%;
        float:none;
        text-align: center;
    }
    .container_menu_go_footer{
        float:none;
        text-align: center !important;
    } 
}


/*========== FORMULARIO ==========*/

#jform_contact_name:focus, 
#jform_contact_emailmsg:focus, 
#jform_contact_email:focus, 
#jform_contact_message:focus{
    border-color: #66afe9 ;
    outline: 0 ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) ;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) ;
}
input#jform_contact_name, 
input#jform_contact_emailmsg, 
input#jform_contact_email, 
#jform_contact_message{
    display: block;
    width: 100% ;
    height: 34px ;
    padding: 6px 12px ;
    font-size: 14px ;
    line-height: 1.42857143 ;
    color: #555 ;
    background-color: #fff ;
    background-image: none ;
    border: 1px solid #ccc ;
    border-radius: 4px ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) ;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) ;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s ;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s  ;
}
#jform_contact_message{
    height: 200px;
}
/*validaciones*/
.controls .invalid{
    border-color: #a94442 ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) ;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6); 
}
.controls .invalid:focus{
    border-color: #843534 ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 ;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 ;
}
input[aria-invalid="true"]:focus, textArea[aria-invalid="false"]:focus {
    border-color: #a94442  !important ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)   !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6)   !important; 
}
input[aria-invalid="true"], textArea[aria-invalid="false"] {
    border-color: #843534  !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483  !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483  !important;
} 
#contact-form legend{
    font-size: 0.8em;
    text-align: center;
}
.formOdin{
    float:left; 
    width: 30%; 

}
.dl-horizontal dd, .dl-horizontal dt{
    margin-left: 0px;
    text-align: left;
    width: 90%;
    font-size: 1.2em;
}
.contact-telephone{
    font-style: italic;
}
#avisoLegal{
    font-style: italic;
    text-align: justify;
    font-size: 0.83em;
}
.label {
    display: inline !important;
    font-weight: 700;
    margin-bottom: 5px;
}
#formWellOdin{
    float:right;
    width: 70%;
}
@media (max-width: 767px){
    .formOdin{
        float:none;
        clear:both;
        width: 100%; 
    }
    #formWellOdin{
        float:left;
        width: 100%;
    }
}

/*========== TABLAS ==========*/
#empresa tr td {
    width: 250px;
    height: 180px;
    text-align: center; 
    vertical-align: middle;
}
#empresa tr td img{
    max-width: 100%;
}
.page-header {
    border-bottom: 0px;
    text-align: center;
    margin: 20px 0 0;
    padding: 0;

}

/*COOKIES*/
#ca_banner{
    display:inline-table;
}

/*MENU topUserInformation*/
.moduletableTopUserInfoModule{
    display:block;
    float:right;
    width: 150px;
}
.moduletableTopUserInfoModule ul{
    width: 135px;
}
.topUserInformation{
    width: 100%;
    position: absolute;
    margin: 4px 25px 0;
    text-align: right;
}
@media(max-width: 920px){
    .topUserInformation{
        visibility: hidden;
    } 
}
.navbar-nav > li, .nav > li.topUser > a{
    float:none;
    line-height: 18px;
}
.topUserInformation li{
    /*    float:right;*/
}
.topUserInformation li a{
    padding: 0 !important;
    font-size: 12px !important;
}
.topUserInformation li.topUserInformation_social a{
    font-size: 18px !important;
}
.fa-linkedin-square{
    color:#4875B4;
}
.fa-facebook-square{
    color:#3b5998 ;
}

.fa-google-plus-square{
    color: #dd4b39;
}
.fa-twitter-square{
    color:#00ACED;
}
.fa-facebook-square:hover, 
.fa-google-plus-square:hover, 
.fa-twitter-square:hover,
.fa-linkedin-square:hover{
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    color:#000;
}
.topUserInformation_telf{
    clear:both;
}


/* THUMBNAIL IMAGE RESIZE TEST (poniendo la equis X:)*/

.jumbotron{
    padding-bottom: 12px;
    padding-top: 12px;
}
.jumbotron .row{
    margin: 0 auto;
    max-width: 970px;
}
.footerOdin h3{
    font-size: 20px;
}
.comillas{
    font-size: 80px;
    font-family: arial;
}
#goCarousel_footer{
    width: 100%;
    height: 200px;
}
#cita0,#cita1,#cita2,#cita3,#cita4,#cita5,#cita6,#cita7,#cita8,#cita9
{
    position: absolute;
    visibility: hidden;
}
.aleatorio a{
    cursor: pointer;
}
.cita_actual{
    margin: 5px 10px;
    font-size: 1.1em;
    text-align: justify;
    font-style: italic;
}
#misCitas{
    opacity: 0;
    line-height: 19px;
}

/* extra_info_footer */
.extra_info_footer{
    list-style: none;
}

/*AIDA 2 news banner*/

.aidanews2, .aidanews2_art{
    margin: 0 auto;
    clear:none !important;
    float:left !important;
}
.aidanews2 .even{
    background-color:#fff;
}
.moduletable_an2 h3{
    height: 46px;
    width: 200px;
    margin: 0 auto 0px !important;
/*    margin-bottom: 5px;
    border-radius: 6px 6px 0 0;
    border-top: 4px solid #428BCA;
    border-left: 4px solid #428BCA;
    border-right: 4px solid #428BCA;
    border-bottom: 4px solid #ffffff;*/
}
.moduletable_an2{
    width: 100%;
    text-align: center;
    margin:-10px 0 20px 0;

}
.aidanews2_an2{
    display:inline-block;
/*    border-radius: 6px;
    border: 4px solid #428BCA;*/
}
.aidanews2_art{
    margin-left: 10px;
}
/* IMG CRAWLER*/
.moduletable_imgcrawler{
    text-align: center;
    margin-bottom: 20px;
}
.moduletable_imgcrawler .ic_marquee0{
    width: 100%;
    margin: 0 auto;
}
.moduletable_imgcrawler .ic_marquee0 img{
    margin: 0 10px;
}

.ic_marquee0 > div {
    max-width: 960px;
    margin: auto;
}


.pagination {
    text-align: center;
    width: 100%;
}

.pagination p {
    float: none;
}

.pagination ul {
    padding: 0;
}

.pagination  li {
    border: 1px solid #EEEEEE;
    display: inline;
    margin: 0 4px;
    padding: 3px 10px;
}

.ext-menu .item-139:hover {
    background-color: #F8F8F8;
}

.ext-menu .item-139 {
    text-align: center;
}

.ext-menu .item-139:after {
    content: "―――――";
    color: #FD7C15;
    margin: 0 5px;
    letter-spacing: -1px;
}

.ext-menu .item-139:before {
    content: "―――――";
    color: #FD7C15;
    margin: 0 5px;
    letter-spacing: -1px;
}


#infofooter {
    
}
#infofooter ul:first-child {
    /*margin-left: -40px;*/
}
#infofooter ul {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 0px;
}
#infofooter li {
    list-style: none;
}

.mgthumbnails img {
    border: 1px solid #E2DFD6;
    box-shadow: 0 0 10px #E2DFD6;
}

.items-leading > div {
    margin-bottom: 30px;
    display: inline-table;
    width: 100%;
}
table#empresa{
    width: 100%;
}
.tabla_comparativa {
    width: 100%;
}

.tabla_comparativa tr {
    height: 50px;
    border-bottom: 1px solid #A8A8A8;
}

.tabla_comparativa tr:nth-child(2n) {
    background-color: white;
}

.tabla_comparativa tr:nth-child(2n+1) {
    background-color: #EFEFEF;
}

.tabla_comparativa .hosting_cabeceras{
    border-left: 0px;
}
.tabla_comparativa tr td, .tabla_comparativa tr th{
    padding-left: 10px;
    text-align: center;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF !important;
}

.tabla_comparativa tr:first-child td:first-child {
    background-color: white;
    border-top: 0 !important;
    border-left: 0;
}

.tabla_comparativa tr th {
    font-size: 19px;
}

.tabla_comparativa tr td:first-child, .tabla_comparativa tr th:first-child {
    border-left: 0;
    text-align: left;
    border-left: 1px solid #DFDFDF;
    background-color: #F5F5F5;
    
}

.tabla_comparativa tr td:last-child, .tabla_comparativa tr th:last-child {
    border-right: 1px solid #DFDFDF;
}

.tabla_comparativa tr:nth-child(2n) td:first-child {
    background-color: #EBEBEB;
}

.tabla_comparativa .precio {
    color: #2A6496;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 0;
}

.tabla_comparativa i {
/*    color: #2A6496;*/
    float: right;
    font-size: 20px;
    margin-right: 10px;
    padding: 5px;
}

li.divider {
        clear: both;
        width: 100% !important;
        height: 12px !important;
}

.item-page .tags span {
    margin: 0 4px;
}   

.item-page p {
    text-align: justify;
}

.item-page .tags span .label-info {
    border: 1px solid #5BC0DE;
    border-radius: 4px;
    color: #000000;
    background-color: white;
}

.item-page .tags span .label-info:hover {
    color: white;
    background-color: #5BC0DE;
}

.fourimages td {
    padding: 7px 20px;
}

.listinfo {
    width: 100%;
    margin: 10px 0;
}

.listinfo ul {
    float: left;
    list-style: none outside none;
    padding-left: 10%;
    width: 50%;
}

.listinfo ul li {
    font-size: 14px;
}

.listinfo ul li i {
/*    background-color: #2A6496;*/
    border-radius: 20px;
    color: #2A6496;
    font-size: 23px;
    height: 35px;
/*    margin: 3px;*/
    padding: 6px 0;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}

ul.listinfo > li {
    list-style: none;
}

.tag-category .btn-toolbar {
    display: none;
}

.tag-category .list-striped {
    margin-top: 15px;
    list-style: none;
}

.tags:before {
    content: "Tags:";
}

.fourimages {
    text-align: center;
}

.fourimages img {
    margin: 5px;
}

iframe {
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    overflow: scroll;
    margin: 8px;
}

.icongrand {
    float: left;
    font-size: 50px;
    margin: 20px;
}

.redessociales {
    text-align: center !important;
}

.iconmed {
    font-size: 50px;
    margin: auto;
    text-align: center;
    width: 100px;
}

.iconpeque {
    border-radius: 20px;
    color: #2A6496;
    font-size: 23px;
    height: 35px;
    padding: 6px 0;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}


.fa-youtube-play {
    color: #C61B21;
}

#columnauno {
    width: 65%;
    float: left;
}

#columnados {
    width: 35%;
    float: left;
}

#columnados > table {
    width: 85%;
    margin: 0;
    background-color: #F8F8F8;
    border: 1px solid #E7E7E7;
}
#columnados table th, #columnados table td{
    padding: 5px 0 5px 10px;
}

#columnados table th h4 {
    color: #1853AE;
    font-size: 23px;
    font-weight: bold;
}

#columnados table th h4 i {
    margin-left: 15px;
}

#columnados table td {
    padding-left: 20px;
    font-weight: bold;
}

.listnone {
    list-style: none;
}

.topUserInformation_telf {
    background-color: #808080;
    border-radius: 4px;
    margin-left: 58px;
    padding: 0 2px;
    width: auto;
}

.topUserInformation_telf a {
    color: white !important;
}

.topUserInformation_telf a:hover {
    color: black !important;
}

.topUserInformation_social > a  {
    margin: 0px 2px !important;
    margin-bottom: 3px !important;
    width: 15px;
    
}

.alert {
    background-color: #F8F8F8;
    border: 1px solid #E7E7E7;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 17px;
    padding-top: 10px;
    border-radius: 0;
}

.alert close {
    margin-right: 7px;
    margin-top: -9px;
}

.granprecio {
    background-color: #F8F8F8;
    border: 1px solid #E7E7E7;
    float: right;
    height: 170px;
    text-align: center;
    width: 180px;
    margin-left: 20px;
}

.granprecio tr:first-child td {
    font-size: 60px;
    color: #FB9746;
}

.clear {
    clear: both;
}

.breadcumbsmodule {
    background-color: rgba(0, 0, 0, 0);
    margin: 11px auto auto;
    padding-left: 3px;
    max-width: 970px;
    clear: both;
}

.breadcumbsmodule li .divider {
    padding: 0 5px;
}

.breadcumbsmodule li.active {
    border-bottom: 0px;
}

.tags {
    margin-top: 10px;
}

.filaprogram {
    clear: both;
    margin: auto;
    width: 750px;
}

.filaprogram .downloadprogram {
    border: 1px solid #E7E7E7;
    float: left;
    height: 230px;
    margin: 0 10px 20px;
    padding: 20px;
    text-align: center;
    width: 230px;
}

.filaprogram .downloadprogram .programtext {
    text-align: center;
    margin: 18px 0;
}

.pidedescuento {
    background-color: #A0EAFF;
    border: 1px solid #5BC0DE;
    padding: 2px 0;
    text-align: center;
}

.pidedescuento a {
    color: white;
}

.carousel-control {
    font-size: 85px;
    padding-top: 270px;
}
