﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
   /* max-width: 280px;*/
}




/********************Estilos del carrusel ******************/
.wrapperCarrusel {
    background-color: white;
    width: 480px;
    margin: 40px auto;
    padding: 50px;
    box-shadow: 0 0 5px #999;
}

.list_carousel {
    margin: 0 0 30px 60px;
    width: 360px;
}

    .list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel li {
        font-size: 40px;
        color: #999;
        text-align: center;
        background-color: #fff;
        width: 50px;
        height: 50px;
        padding: 0;
        margin: 15px;
        display: block;
        float: left;
        border: 1px solid #d1d1d1;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }

        .list_carousel li img {
            -webkit-border-top-left-radius: 6px;
            -moz-border-top-left-radius: 6px;
            border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            -moz-border-top-right-radius: 6px;
            border-top-right-radius: 6px;
        }

    .list_carousel.responsive {
        width: auto;
        margin-left: 0;
    }

.clearfix {
    float: none;
    clear: both;
}

.prev {
    float: left;
    margin-left: 10px;
}

.next {
    float: right;
    margin-right: 10px;
}

.pager {
    float: left;
    width: 300px;
    text-align: center;
}

    .pager a {
        margin: 0 5px;
        text-decoration: none;
    }

        .pager a.selected {
            text-decoration: underline;
        }

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}






.list_carousel2 {
    margin: 0 0 0px 0px;
    width: 100%;
}

    .list_carousel2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel2 li {
        font-size: 40px;
        color: #999;
        text-align: center;
        background-color: #fff;
        width: 50px;
        height: 50px;
        padding: 0;
        margin: 0px;
        display: block;
        float: left;
        border: 1px solid #d1d1d1;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

        .list_carousel2 li img {
            -webkit-border-top-left-radius: 0px;
            -moz-border-top-left-radius: 0px;
            border-top-left-radius: 0px;
            -webkit-border-top-right-radius: 0px;
            -moz-border-top-right-radius: 0px;
            border-top-right-radius: 0px;
        }


.list_carousel3 {
    margin: 3px 5px 5px 5px;
    width: 100%;
}

    .list_carousel3 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel3 li {
        font-size: 14px;
        color: #999;
        text-align: left;
        width: 20px;
        height: 40px;
        padding: 00px;
        margin: 0px;
        display: block;
        float: left;
        border: 0px solid #d1d1d1;
    }



/*******************************Estilos para  NavBar bootstrap*/










   
        

/***************** Subtitulos de las secciones **********/

.sub-header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
}
.sub-header h4{float:left;}

.sub-header .pagination a i {
        color: #313131;
        font-size: 8px;
        width: 100%;
        float: left;
        text-align: center;
        line-height: 20px;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        -ms-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

.sub-header .pagination a {
        width: 20px;
        height: 20px;
        margin-left: 5px;
        background-color: #f3f3f3;
        border-radius: 50%;
        border: 1px solid #d6d6d6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        float: left;
    }

    .sub-header .pagination a:hover i {
       color: #009dcd;
    }

.pagination {
        float: right;
        margin: 0;
        padding: 0;
        padding-top:10px;
    }

/******** section de caja de texto   */
.textbar h2 {
    font-weight: 400;
    color: #444444;
    font-size: 20px;

    margin:0px;
}

.textbar-container {
    border: 1px solid #d6d6d6;
    background: #f7f7f7;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
    width:100%;


}

@media (max-width: 811px) {
    .perspective {
        position: relative !important;
        padding-top: 50px !important;
    }

    .dl-horizontal dt {
        float: left;
    }

    .dl-horizontal dd {
        margin-top: -10px;
    }

    .espacioabajo {
        padding-bottom: 45px !important;
    }

    .row-fluid {
        padding-bottom: 6px !important;
        margin-top: -2px;
        margin-bottom: -12px;
    }

    #logo img {
        max-width: none;
        top: 55%;
        position: relative;
        margin-top: -23px;
    }

    header#header .container {
        position: relative;
        min-height: 50px;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        padding-top: 13px;
        margin-bottom: 8px;
        border: 1px solid transparent;
    }





   
}
@media (min-width: 812px) {

    #logo img {
        max-width: none;
        top: 40%;
        position: relative;
        margin-top: -23px;
    }

    header#header .row-fluid {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header#header .container {
        position: relative;
        min-height: 60px;
    }
  
    
    nav .mimenu li ul.misubmenu li {
        z-index: 50005;
        float: left;
        border-bottom: 1px solid #dedede;
        border-top: 1px solid #f1f1f1;
        text-align: left;
        margin: 0 !important;
        padding: 0 !important;
        height: auto;
        display: block;
        width: 100%;
        background: #fff;
    }

    }






nav .mimenu li ul.misubmenu {
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    padding: 0 !important;
    border-top: 3px solid #888;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    
}
    nav .mimenu li ul.misubmenu li a {
        line-height: 32px !important;
    }
        nav .mimenu li ul.misubmenu li:last-child {
    border-bottom: none;
}





nav .mimenu > li:hover {
    border-top: 4px solid #009dcd;
}

    .navbar-default {
        background-color: transparent;
        background: transparent;
        border: 0px;
    }

    nav {
        width: 100%;
        margin-top: 0px;
    }

    
   

