body {
	text-align: justify;
	background: #FDF5FF;
	font-family: "poppins";
}

#menu {	
	background-image: url("../imgbazar/menu.jpg");
	margin-bottom: 40px;
}

/*Estilos de menú*/

#menu ul li {
	list-style: none;                                                 
	display: inline-block;
}

#menu ul li a {
	text-decoration: none;
	width: 120px;
	height: 30px;
	padding-top: 5px ; /*Cada que se utiliza padding se debe restar esa cantidad a la altura*/
	display: block;
	text-align: center;
	color: white;
}

#menu ul li a:hover /*Pseudoclases, hover es el cambio que se aplica al pasar el cursor*/ {
	background: white;
	color: #BD3CDD;
	font-weight: bold;
}

#boton .btn {
  display: block;
  width: 50%;
  height: 50%;
  background-image: url(../img/subir.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Imagen cuando haces hover */
#boton .btn:hover {
  background-image: url(../img/subir2.png);
}

#pie {
	clear: both;
	margin-top: 100px;
}

h1 {color: #383838;
margin-top: 30px;
text-align: left;}

h3 {color: #383838;
margin-bottom: 20px;
font-size: 30px;
text-align: center;}

h4 {color: #CE5D80;
margin-top: 30px;
text-align: center;}

#titulo{
	color: #F00040;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 3%;
}

#cantidad{
	color: #1D9C96;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	margin: 3%;
}

#descri{
	font-size: 15px;
	text-align: left;
	margin-top:20%;
}

#precio{
	color: #1D9C96;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

h5 {color: #CE5D80;
font-size: 12px;
margin-top: 20px;
margin-bottom: 20px;
}

p {margin-top: 20px;
margin-left: 15px;
margin-right: 15px;
color: #383838;
}


#separacion{
	background-color: #EDAFBB;
	height: 2px;
}

#blanco{
	border: none;
	height: 30px;
	clear: both;
}

