@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

html, 
body{
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  width: 100%;
}

body {
	background-color: #333;
}

a.goHome { color: #fff;}
.logo, .logo h1, a.goHome:hover, a.goHome:active, a.goHome:visited, a.goHome:link {
  text-decoration: none
}

.contenido {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.interior {
  margin-bottom: 50px;
  z-index: 100;
  width: 100%;
}

.header-overlay_pattern
{
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/video-overlay-patterns.png);
  width: 100%;
  height: 475px;
  opacity: .2;
  z-index: 99;
}

.header { 
  margin:1% 0 0 2%;
}

.header .logo {
  color: #fff;
}

.header .logo h1 {
  line-height: normal;
  margin:0;
  padding: 0;
  font-weight: 400;
  font-size: 36px;
  text-shadow:1px 1px 1px #333
}

.header .logo h1 strong {
  font-weight: 700;
}

.banner {
  top: 30%; color:#fff;
}

.banner h2 {
  font-weight:700; font-size:42px; margin:0; text-shadow:1px 1px 1px #333
}

.banner h3 {
  font-weight:300; font-size:24px; margin:0; text-shadow:1px 1px 1px #444
}

.vivo .reproductor {
  background-color: #232326;
  color: #fff;
  border-radius: 5px;
  min-height: 50px;
  height: 75px;
  vertical-align: middle;
  padding-top: 16px;
}

.vivo .reproductor audio 
{
  float:left;
  margin:-5px 5px 5px 5px;
}

.vivo .reproductor span {
  border-radius: 5px;
  font-size: 12px;
  font-weight: 100;
  background-color: #19191b;
  padding: 7px 10px;
  margin: 5px;
  float:left;
}

.vivo .reproductor span.icoFacebook {
  background: url(../img/ico_facebook.png) no-repeat 5% 50% #19191b;
  width: 30px;
  height: 30px;
  padding-left: 30px;
  padding-right: 10px;
  width: 90px;
  display: block;
}

.vivo .reproductor span.icoFacebook a,
.vivo .reproductor span.icoFacebook a:hover 
{
  color: #fff;
  text-decoration: none;
}

.botones {
  margin: 2% 0;
}

.botones button {
  float: right;
  margin-left: 15px;
  text-align: center;
  font-size: 16px;
  background-color: rgba(0,0,0,0.5);
  border: 0px;
  color: #fff;
  font-weight: 400;
  padding:5px 20px;
  border-radius: 6px
}


.botones button:hover {
  background-color: rgba(255,255,255,1);
  color: #000;
}

.botones button:hover a {
  color: #000;
}

.botones button a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.botones button.active {
  background-color: #fff;
}

.panel-group {
  margin-top: 20px;
}

.panel { 
  border:none;
}

.panel.panel-default {
  border-radius: 8px!important;
}



.panel-default{
  -webkit-box-shadow:  0 0 5px rgba(0, 0, 0, .5);
  box-shadow:  0 0 5px rgba(0, 0, 0, .5);
  
}

.panel-group .panel-heading {
  background-color: #19191b;
  color: #fff
}

.panel-group .panel-heading a{
  padding-left: 15px;
}

.panel-group .list-group,
.panel-group .list-group-item,
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

.panel-group .list-group  {
  border-radius: 0;
}

.panel-group .list-group-item {
  padding:0;
}


.panel-group .list-group-item a {
  display: block;
  padding:10px 30px;
  font-size: 18px;
  font-weight: 100;
  color: #000;
  text-decoration: none;
}

.panel-group .list-group-item a span{
  font-size: 14px;
}
.list-group-item.active,
.panel-group .list-group-item a:hover {
  background-color: #e1e1e1;
}

.panel-group .panel-heading a,
.panel-group .panel-heading a:hover {
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
}

.detail {
  -webkit-box-shadow:  0 0 5px rgba(0, 0, 0, .5);
  box-shadow:  0 0 5px rgba(0, 0, 0, .5);
  background-color: #fff;
  margin-top: 20px;
  display: block;
  border-radius: 4px!important;
}

.detail .row {
  padding:1px 2px 0 0;
}

.detail .row .texto {
  padding:10px 40px 20px 40px;
}

.detail .row .texto h5 {
  margin:0 0 5px 0;
}

.detail .row .texto .lista h5 a {
  font-size: 20px;
  font-weight: 400;
  color:#666;
}

.detail .row .texto .lista h5 a:hover {
  text-decoration: none;
  font-weight: 400;
  color: #000;
  
}

.detail .row .texto .lista small a,
.detail .row .texto .lista small a:hover {
  text-decoration: none;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  text-align: right;
  float: right;
  
}

.detail .row .texto .lista {
  margin:10px 30px 0 0;
  border-bottom: dotted 1px #333;
  padding-bottom: 10px;
}

.detail .row .texto .lista div {
  padding-left: 0;
  
}

.detail .row .texto h2 {
  font-weight: lighter;
  font-size: 28px;
  margin:0 0 20px 0!important;
  padding:5px 20px;
  border-radius: 8px;
  background-color: #000;
  color:#fff;
}

.detail .row .texto h2 span {
  font-weight: lighter;
  font-size: 18px;
  display: block;
  color: #999
}

.detail .row .texto.nota h2 {
  background-color: #fff!important;
  color:#000;
  padding:0 ;
}

.detail .row .texto.nota small {
  display: block;
  padding:15px 0 0 0;
  color: #666
}

.detail .row .texto.nota a.volver {
  color: #666;
}

.detail .row .texto.nota a.volver:hover {
  text-decoration: none;
  color: #000;
}

.detail .row .image img {
  margin-bottom: -20px;
}

.detail .row .image h4 {
  border-radius: 0!important;
  -webkit-box-shadow:  0 0 5px rgba(0, 0, 0, .5);
  box-shadow:  -2px 2px 5px rgba(0, 0, 0, .25);
  background-color: #fff;
  display: block;
  padding: 5px 9px;
  margin-top: 0px  ;
  border-top: 1px solid #e1e1e1;
  clear:both;
}

.detail .row .image p {
  display: block;
  font-size: 12px;
  margin-top: -5px;
  padding:0 10px;
}

.listHome {
  -webkit-box-shadow:  0 0 5px rgba(0, 0, 0, .5);
  box-shadow:  0 0 5px rgba(0, 0, 0, .5);
  background-color: #fff;
  margin-top: 20px;
  display: block;
  border-radius: 4px!important;
  padding: 10px 10px 5px 10px;
}

.listHome span {
  font-weight: lighter;
  font-size: 18px;
  display: block;
  color: #999;
  margin:0;
}

.listHome h2 {
  font-size: 20px;
  font-weight: normal;
  color:#666;
  padding:0;
  margin:0 0 10px 0;
}

.listHome p a small,
.listHome h2 a {
  color:#666;
}
.listHome p a:hover,
.listHome h2 a:hover {
  color:#000;
  text-decoration: none;
}

.pagination.pagination_home> .active > a,
.pagination.pagination_home> .active > span,
.pagination.pagination_home> .active > a:hover,
.pagination.pagination_home> .active > span:hover,
.pagination.pagination_home> .active > a:focus,
.pagination.pagination_home> .active > span:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.pagination.pagination_home > li > a,
.pagination.pagination_home > li > span {
  color: #333;
  background-color: #fff;
  border: 1px solid #666;
}
.pagination.pagination_home > li > a:hover,
.pagination.pagination_home > li > span:hover,
.pagination.pagination_home > li > a:focus,
.pagination.pagination_home > li > span:focus {
    color: #333;
  background-color: #eee;
  border-color: #666;
}

.label.label-primary.black {
  background-color: #333;
  font-weight: normal;
}

/* item carousel */
.carousel-fade .carousel-inner .item div {
  background-size:cover!important;
  min-width:100%!important; 
  height:475px!important; 
  
  display:block;
  z-index:90
}

/* FADE CAROUSEL BS3 */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* FIN FADE CAROUSEL BS3 */