body { font-family: 'Roboto', sans-serif; }


#main-content {
		margin-top:20px;
		height: 100%;
}

.footer {
  
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 90px;
  background-color: black;
  color: white;
  text-align: center;
  padding-top:20px;
  margin-top: 40px;  
  padding-bottom: 85px;
  
}


.topbar {
    height:100px;
    background-color:#ffffff;
    color: white;
    padding: 10px;
    padding-left:25px;
    margin-bottom: -20px;
}

.navigation{
  height: 100px;
}

.container-fluid{
padding: 0 !important;
}

.precio{
    border-style: solid; /* Required for border-color to be visible */
    border-width: 1px;
    border-color: gray;
}

.detalle :hover{
  background-color: azure;
}