p {
 position: -webkit-sticky;
 position: sticky;
 top: 0px;
 background-color: #e1f4fc;
 padding: 20px;
 font-weight: bold; 
 }
 
 
ul{ margin: 20px 0;
}


li{ padding-left: 20px;
}

#titulo{
	
	text-align:center;
	
}

.img-container {
 box-sizing: border-box;
 float: left;
 width: 28%;
 padding: 5px;
}
.img-container img{
 width: 100%;
}

.productos{
	text-align:center;
}

ul.navbar {
	
 list-style-type: none;
 padding: 0;
 margin: 0;
 width: 9em;
 
 }

 
 ul.navbar li {
	
 background: white;
 margin: 0.5em 0;
 padding: 0.3em;
 border-right: 1em solid black;
 
 }
 
ul.navbar a {
	
 text-decoration: none;
 
 }
 
a:link {
	
 color: blue;
 
 }
 
a:visited {
	
 color: purple;
 
 }
address {
	
 margin-top: 1em;
 padding-top: 1em;
 border-top: thin dotted;
 
 }
 

#titulo {
	text-align: center;
}