*{
	margin: 0;
	padding: 0;
}

.menubar{

}

.navmenu{
	width: 99%;
	max-width: 1200px;
	margin: 20px auto;
	background: #024959;
}

.amenu:hover{
	background: #FFDE81;
}

.limenu{
	float: left;
}

.selectmenu:hover{
	background: #FEFFEC;
}

.select_product:hover{
	border: white 5px solid;
	border: #DADADA 3px solid;
}

.product-text-align{
	text-align: justify;
}

.colorlateral-productos{
	background: #FEFFEC;
}

.hr_productos { 
   border: 1px dotted #278e79; 
 }
 .box_recetas{
 	height: 300px;
 }

 .button-float-left{
 	float: right;
 }

 .redes-iconos {
	overflow: hidden;
	padding: 0;
	list-style: none;
	position: relative;
	margin: 28px 0 0;
	z-index: 10;
}
.redes-iconos > li {
	cursor: pointer;
	width: 300px;
	height: 69px;
	overflow: hidden;
	margin-right: 14px;
}

.redes-iconos > li a img {
	position: relative;
	top: 0;
}

.redes-iconos > li a:hover img {
	position: relative;
	top: -70px;
}