@charset "utf-8";
/* CSS Document */

/***************************************************************
**********************************************************************
SLIDER DISEÑO UNO **********************************************
*************************************************************** */
#myCarousel .carousel-inner>.item {
  padding-bottom: 0px !important;
  width:100% !important;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  width:100% !important;
}
/*
#myCarousel {
    padding-bottom: 0px !important;
}

#myCarousel .carousel-indicators li {
    border: 1px solid #fff !important;
}*/

/***************************************************************
**********************************************************************
SLIDER DISEÑO DOS **********************************************
*************************************************************** */
#carousel-zoom .carousel-inner {
  position: relative;
  width: 100%;
  min-height: 300px;
  }
 
#carousel-zoom .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
#carousel-zoom .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
#carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

#carousel-zoom {
    margin: 20px auto;
    width: 400px;
}
#carousel-zoom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
}
#carousel-zoom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-zoom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-zoom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-zoom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-zoom .carousel-outer {
    position: relative;
}
#carousel-zoom .carousel-indicators li img {
  height: 66px;
  width: 52px;
}



/***************************************************************
**********************************************************************
SLIDER DISEÑO TRES **********************************************
*************************************************************** */  
#slider-thumbs .hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

#slider-thumbs .carousel-inner>.item>img, #slider-thumbs .carousel-inner>.item>a>img {
    width: 100%;
}

#slider-thumbs .col-sm-3 a {
    border: 1px solid transparent;
    border-radius: 0;
    transition: all 3s ease;
}

#slider-thumbs .col-sm-3 a:hover {
    border: 1px solid #ff4647;
    border-radius: 100% 60% / 30% 10%;
    background: linear-gradient(rgba(56,123,131,0.7),rgba(56,123,131,0.7));
}

#slider-thumbs ul li {
  list-style-type: none;
}

#slider-thumbs .thumbnail {
  border: 0px solid #9d1f2b!important;
  padding: 0px !important;
}

#slider-thumbs .thumbnail:hover{
  cursor:pointer !important;
}


/***************************************************************
**********************************************************************
SLIDER DISEÑO CUATRO **********************************************
*************************************************************** */  
#slider-cuatro img { max-width:100%; }

#slider-cuatro a {
    -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease; 
  }
    
#slider-cuatro a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}


#slider-cuatro .thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}

/* Page Header */
#slider-cuatro .page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
    
#slider-cuatro .page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

#slider-cuatro ul.thumbnails { 
    margin-bottom: 0px;
}



/* Thumbnail Box */
#slider-cuatro .caption h4 {
    color: #444;
}

#slider-cuatro .caption p {  
    color: #999;
}



/* Carousel Control */
#slider-cuatro .control-box {
    text-align: center;
    width: 100%;
}
#slider-cuatro .carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

#slider-cuatro .glyphicon {
  top: 0px;
  left: 6px;
}

#slider-cuatro li {
    margin-right: 0px;
}

#slider-cuatro .thumbnail {
    border: 0px solid #9d1f2b !important;
    border-radius: 0 !important;
    padding: 0em !important;
}

#slider-cuatro .col-sm-6 {
  padding-left: 2px;
}

#slider-cuatro .pager {
    padding-left: 0;
    margin: 0px 0;
}

#slider-cuatro  .carousel {
    padding: 5% 0%;
        padding-top: 5%;
    padding-top: 5%;
}

#slider-cuatro .carousel-inner {
    position: relative;
    width: 97%;
    overflow: hidden;
}

/* Mobile Only */
@media (max-width: 767px) {
  #slider-cuatro .page-header, #slider-cuatro .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
  #slider-cuatro .caption {
        word-break: break-all;
    }
}


#slider-cuatro li { list-style-type:none;}

::selection { background: #736d6e; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #736d6e;; color: #FFFFFF; }



/***************************************************************
**********************************************************************
DISEÑO TABLA DOS **********************************************
*************************************************************** */  
@media (max-width:768px) and (min-width:300px){
/*====TABLA===*/
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
  display: block;
  }

#no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #no-more-tables tr { border: 1px solid #EFEFEF; }

  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #BDBDBD;
    position: relative;
    padding-left:10%;
    white-space: pre-line;
    text-align:left;
    padding-top: 30px;
  }

  #no-more-tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width:100%;
    padding-right: 0px;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }

  #no-more-tables td:before { 
    content: attr(data-title);
  }
    
   .table-td-especificos{
    width:100%;
  }

  .table-td-fecha{
    width:100%;
  } 
}
