.selec{
	background-color:  var(--colorPrincipalOscuro) !important;
}

.divTextos{
	padding: 0px;
	height: 610px;
	width: 100%;
}

.divAudios{
	width: 100%;
	text-align: center;
}

.divImagenes{
	height: 410px;
	width: 100%;
}

.divPoi{
	height: 270px;
	width: 100%;
}

.verVideo{
	font-size: 12px;
    font-weight: 100;
    line-height: 2;
    text-decoration: underline;
}

.tab-content {
  overflow: hidden;
}
.img-thumb{
	width: auto;
}
.img-row {
  border: 1px solid;
  border-color: gainsboro;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 996px) {
	.img-row {
    	margin-bottom: 20px;
    }
}
      
.img-prod {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.thumbs-ul.nav-tabs {
  border: none;
  margin-top: 15px;
  margin-left: 5px; }
  .thumbs-ul.nav-tabs li {
    width: 18%;
    border: 2px solid;
    border-color: white;
    margin-right: 2.5%; }
   
    .thumbs-ul.nav-tabs li img {
      /*width: 60px;*/
      /*max-width: 60px;*/
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .thumbs-ul.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .thumbs-ul.nav-tabs li:last-of-type {
      margin-right: 0; }
    .thumbs-ul.nav-tabs li:not(.active):hover {
    	border: 2px solid;
    	border-color: #a2cda5;
    	
    }
    .thumbs-ul.nav-tabs li.active {
    	border: 2px solid;
    	border-color: #a2cda5;
    }
    
.tab-content {
  overflow: hidden; }
  .tab-content img {
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }
                  
.prod-tarj {
  margin-top: 110px;
  background: white;
  padding: 3em;
  line-height: 1.5em;
}

.img-pp {
	/*width: 100%;*/
	padding: 10px;
	height: 100%; 
	width: auto;
}

.compra-carrito {
	float: right;
	margin-top: 62px;
}

.caracts {
	padding-left: 15px;
	padding-right: 15px;
}

.prod-precio {
	text-align: center;
	margin-top: 50px;
}

.prod-img-li {
	min-width: 85px !important;
/* 	display: inline-table !important; */
}
.prod-img-li > a {
 	min-height: 70px !important;
	background: transparent !important;
	border-left: none !important;
	border-right: none !important;
/*  	display: table-cell !important; */
/*  	vertical-align: middle !important; */
	position: relative;
	height: 50%;
	width: 100%;
	cursor: pointer;
}
.prod-img-li > a > img {
 	max-height: 60px !important;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
position: absolute;
}
.prod-img-li > a:hover {
	color: none !important;
	background: transparent !important;
}
.thumbs-ul {
	display: block !important;
}
.tab-pane-img {
	height: 300px;
	text-align: center;
}




/*tarjetas de poi proximos*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.cardProd {
	background: transparent;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 3em;
    line-height: 1.5em;
    border: none;
}
.card-title{
	height: auto;
    overflow: hidden;
    margin-bottom: 0;
}
.card-img-top{
  	height: auto;
  	width: auto;
  	max-height: 150px;
	max-width: 80%;
	margin-left: auto;
    margin-right: auto;
}
.titulo{
	height: 80px;
	text-align: center;
	color: black;
}
.divImagen{
	height: 150px;
	position: relative;
}

.imagen{
	height: auto;
	width: auto;
	max-height: 150px;
	max-width: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.precio{
	height: 10%;
	text-align: center;
	font-size: 15px;
}

.nombre{
	font-size: 18px;
	
}
.margen{
	margin-bottom: 5px;
	margin-top: 5px;
}
.cuadrado{
	width: 180px;
	height: 240px;
}
.filtro{
	font-size: 18px;	
}

a:link
{
text-decoration:none;
} 

/*------------------------- inicio menu lateral ------------------------------------*/
.sinPadding{
	padding-left: 1px;
	padding-right: 1px;
}

.navigation {
  width: 100%;
  height: 100%;
}

.mainmenu{
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainmenu a {
  display: block;
  background-color: #CCC;
  text-decoration: none;
  padding: 10px;
  color: #000;
}

.mainmenu a:hover {
    background-color: #C5C5C5;
}

.mainmenu li:hover {
  display: block;
  max-height: 200px;
}

.mainmenu > li.active > a {
  background-color: #e8e8e8;
}

.navTitulo{
	background-color: #666666;
}

.navTitulo label{
	padding: 10px;
	margin-bottom: 0px;
}
/*------------------------- fin menu lateral ------------------------------------*/
