﻿.quick-link {
    width: 175px;
    height: 175px;
    cursor: pointer;
    font-weight: 700;
    text-align: center
}

    .quick-link:hover {
    }

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -moz-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            display: block;
            line-height: 1
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block
    }

    .carousel-inner > .active {
        left: 0
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .carousel-inner > .next {
        left: 100%
    }

    .carousel-inner > .prev {
        left: -100%
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0
        }

    .carousel-inner > .active.left {
        left: -100%
    }

    .carousel-inner > .active.right {
        left: 100%
    }

.carousel-control.left {
    left: 20px
}

.carousel-control {
    position: absolute;
    top: 83%;
    left: 15px;
    width: 30px;
    height: 30px;
    margin-top: 4px;
    font-size: 20px;
    font-weight: 100;
    line-height: 23px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50)
}

    .carousel-control.right {
        right: 15px;
        left: auto
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none
}

    .carousel-indicators li {
        display: block;
        float: left;
        width: 10px;
        height: 10px;
        margin-left: 5px;
        text-indent: -999px;
        background-color: #ccc;
        background-color: rgba(255,255,255,.25);
        border-radius: 5px
    }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0,0,0,.75)
}

    .carousel-caption h4, .carousel-caption p {
        line-height: 20px;
        color: #fff
    }

    .carousel-caption h4 {
        margin: 0 0 5px
    }

    .carousel-caption p {
        margin-bottom: 0
    }

.carousel-content {
    height: 200px;
    background: #dcdcdc;
    overflow: hidden;
    padding: 15px
}

    .carousel-content .carousel-thumb {
        float: left;
        margin-right: 10px;
        overflow: hidden;
        height: 200px;
        width: 200px
    }

    .carousel-content .inner-content {
        overflow: hidden
    }

    .carousel-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 120%
    }

.box-style-1 {
    border: 1px solid #dcdcdc;
    overflow: auto;
    clear: both;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative
}

    .box-style-1 .header {
        background: #F8F8F8;
        border-bottom: 1px solid #dcdcdc;
        /*padding: 5px 10px*/
    }

    .box-style-1 .content {
        padding: 10px
    }

    .box-style-1 .item {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px dashed #dcdcdc
    }

        .box-style-1 .item .title {
            font-size: 16px
        }

        .box-style-1 .item .created {
            color: #333
        }

    .box-style-1 h2 {
        margin: 0;
        padding: 0;
        font-size: 18px
    }

    .box-style-1 .stats-text {
        font-size: 20px
    }

    .box-style-1 .stats-surveys {
        margin-top: 10px;
        font-size: 18px;
        font-weight: 700
    }

    .box-style-1 .item .sub {
        font-size: 12px;
        color: #999
    }

.btn-central-catalog {
    margin-top: 10px;
    padding: 10px;
    background: #039;
    display: block;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700
}

    .btn-central-catalog:Visited {
        color: #fff
    }

    .btn-central-catalog:hover {
        background: #000;
        color: #fff
    }

.study-metadata .tab-sidebar li.item {
    padding: 0px;
    line-height: 150%;
    background: none;
    margin-bottom: 10px;
}


.study-metadata .tab-sidebar .study-items {
    text-align: right;
}

.tab-sidebar {
    /*float: left;*/
    /*width: 180px;*/
    /*font-size: smaller; */
    border-right: 1px solid gainsboro;
    /*margin-right: 10px;*/
    padding-right: 20px;
}

.study-metadata .tab-sidebar li.item {
    padding: 0px;
    line-height: 150%;
    background: none;
    margin-bottom: 10px;
}

.study-metadata .tab-sidebar .study-items {
    text-align: right;
}

/*xs*/
@media (max-width: 990px) {
    .tab-sidebar {
        width: 100% !important;
        text-align: left;
    }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .tab-sidebar {
        width: 100% !important;
        text-align: left;
    }
}
/*Estilos propios del sitio SDM*/
.pointer {
    cursor: pointer !important;
  
}
.pointer:hover {
        text-decoration: underline
 }

.icono_SDM {
    font-size: 13pt !important;
}

.textoINEGI {
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.lineaHorizontal {
    border-bottom: 1px solid;
    border-bottom-color: #cecbc5;
}

.h1_SDM {
    font-size: 24px;
}

.titulo {
    font-size: 20px;
}

.subtitulo {
    font-size: 18px;
    border-bottom: 2px solid gray;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 24px;
    display: block;
}

.cuerpoCaratula {
    overflow-y: scroll
}

.negritas {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
    margin-top: 10px;
    text-transform: uppercase;
}

.scrollVertical {
    overflow-y: scroll;
    min-height: 100vh;
    max-height: 100vh;
    /
}

.scrollVerticalCentral {
    overflow-y: scroll;
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
}

.tablaDivTh {
    border-top-color: rgb(196, 193, 188);
    background-color: rgb(250, 250, 250); /*rgb(219, 218, 215);*/
    text-align: left;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.tablaTr {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.ajustarTexto {
    word-break: break-word;
}


.labelMenu {
    font-weight: normal;
    margin-bottom: auto;
    font-size: 14px;
}

span {
    word-wrap: break-word;
}

a {
    word-wrap: break-word;
}
