@font-face {
    font-family: fuentePlastico;
    src: url(../../fonts/productos/ALUSO.TTF);
}


.jumbosmall {
  padding: 0.2em 0.3em;
  padding-bottom: 0.1em;
  vertical-align: middle;
}
.jumbosmall h1 {
  font-size: 2em;
}
.jumbosmall p {
  font-size: 1.2em;
}
.jumbosmall p .btn {
  padding: 0.5em;
}

.infopagina{
   text-align: left;
   border-bottom: solid 1px gray;

}

#divTabla{
    padding-top: 10px;
    border-right: solid 1px gray;
}

#divTabla td{
    padding:30px 0;
}

#productosGrande{
    border-collapse: collapse;
    cursor: pointer;

}


#productosGrande tr{
 border: gray dashed 1px;

}

#productosGrande td{

}

.activo{
    background-color: lightblue;
    font-weight: bold;


}

h1{
    font-family: fuentePlastico;
    padding-left: 10px;

}

#productosGrande tr:hover{
    font-weight: bold;
    transition: background-color 0.5s ease;
    background-color: #7AB6DA;
}

#listaGrande{
    padding:30px;
    text-align: left;
}

#listaGrande img{
    margin-bottom: 10px;
}

#listaGrande > div > a > div{
     border-bottom: #6379C1 dotted 1px ;
     margin-bottom: 5px;

}


#productosGrande div p{
  margin-top: 20px;
  color: black;
}

#productosPequeño{
  text-align:center;
}

#productosPequeño p{
  text-align:center;
  margin-bottom: 15px;

}

#productosPequeño > div  p{

  border-bottom: dotted 1px blue;
  padding-bottom: 20px;
  padding-top: 20px;
}

#productosPequeño select{
  text-align:center;
  width: 100%;
  margin-bottom: 30px;
}
