.TodasLasExposiciones {
  background:#f7f7f7;
  padding:3% 0;
  }

.TodasLasExposiciones h3 {
    font-family: "Yanone Kaffeesatz",sans-serif;
    color: #af7f4e;
    font-size: 3rem;
    text-align: left;
    margin-bottom: 30px;
}


.AltoDivImagenesExposicionesPrincipal {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 140px;
    min-height: 140px;
}

.NombrePaginaExposicionesPrincipal {
    min-height: 45px;
    max-height: 45px;
    overflow: hidden;
    color: #888;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom:solid 1px #e0e0e0;
}
.DescripcionPaginaExposicionesPrincipal {
    min-height: 110px;
    max-height: 110px;
    color: #888;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    overflow: hidden;
}



#TabsExposiciones .nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #ddd !important;
	border-radius: 0 !important;
	color: #666 !important;
}
#TabsExposiciones .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border-radius:0px !important;
  color:#af7f4e !important; 
  background:#FFF !important;  
}

#TabsExposiciones .nav > li > a:hover, .nav > li > a:focus {
  border-radius:0px !important;
  background:#FFF !important;
  color:#af7f4e !important;  
}



.ContenidoTabExposiciones {
  padding-top:6%;
} 




