@CHARSET "ISO-8859-1";

.visibleBig {
  display: inline;
}

.visibleSmall {
  display: none;
}

.altoImagenBanner{
	min-height:400px;
	max-height:450px;
}

.tamanioLetra {
	font-size: 12px;	 
}

.tablaCabecera{
	margin-top:15%;
	background-color:rgba(255,255,255,0.6);
	border-radius:25px; 
}

.carritoCompras{
	background-color:#FFFFFF;
	padding:30px; 
	border-radius:25px; 
	margin-top:30px;
	margin-right: 30px;
	color: black;
}

.encabezado{
	background-image:url('../img/encabezado.png'); 
	background-repeat:no-repeat; 
	height: 169px; 
	background-position-x:center; 
	background-color:#25256A;
}

.capaLogo{
	width:100%; 
	height:168px;
}

/* On screens that are 992px wide or less, the background color is blue */
@media screen and (max-width: 1024px) {
  .visibleBig {
    display: none;
  }
  
  .visibleSmall {
    display: inline;
  }
  
  .altoImagenBanner{
	min-height:180px;
	max-height:200px;
  }
  
  .tamanioLetra {
	font-size: 10px;	 
  }
  
  .tablaCabecera{
	margin-top:0%;
	display: none;
  }
  
  .carritoCompras{
	background-color:#FFFFFF;
	padding:10px; 
	border-radius:25px; 
	margin-top:5px;
	margin-right: 5px;
	color: black;
  }
  
  .encabezado{
	background-image:url('../img/encabezadocel.png');
	background-repeat:no-repeat; 
	height: 101px; 
	background-position-x:center; 
	background-color:#25256A;
  }
  .capaLogo{
	width:100%; 
	height:100px;
 }
}
	

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}
[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #000;
}

/* Círculos de colores numerados */
span.red {
  background: red;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.grey {
  background: #cccccc;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.green {
  background: #5EA226;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.blue {
  background: #5178D0;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.orange {
  background: orange;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.pink {
  background: #EF0BD8;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

.bordeInferior{
	border-bottom: 0.1px solid #F5F5F5;
	border-collapse: collapse;
}
