.titulo{
	text-align: center;
}

.nosotros-iconos{
	background: #EDEDED;
	padding: 40px 0px;
	text-align: center;
}

.nosotros-iconos a{
	margin: 0px 5px;
}

.nosotros-iconos a:hover{
	text-decoration: none;
}	

.nosotros-iconos a img{
	max-width: 126px;
	width: 100%;
}

.content{
	margin-top: 50px;
	margin-bottom: 50px;
}

.content p{
	font-size: 18px;
	font-weight: 300;
}

.receta-container{
	padding: 0px 2%;
}

.receta{
	background: url('../img/background/bg-recetas.jpg') repeat;
	margin-bottom: 20px;
	text-align: center;
	
}

.receta-img{
	padding: 12% 10% 0px 10%;
	width: 100%;
}

.receta-texto-contenido{
	color: #569F51;
	font-size: 18px;
	text-align: center;
	background: url('../img/background/bg-white.png') repeat;
	width: 85%;
    margin: 0px auto;
}

.receta-texto-contenido p{
	margin: 0 0 5px;
}

.receta-texto-contenido a{
	color: #E99747;
}

.receta-compartir{
	margin-top: 10px;
	font-weight: 300;
	color: #fff;
	padding-bottom: 15px;
}

.receta-compartir a{
	margin: 0px 0px !important;
}

.receta-compartir img{
	width: 100%;
	max-width: 19px !important;
	margin: 0px 2px !important;
}	