.mod_recetas
{
	float:left;
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-size:12px;
	height: 390px;
}
.mod_recetas .tab
{
	width:179px;	height:29px;
	background:url(/application/modules/recetas/images/tab.png) no-repeat;
}
.mod_recetas h3
{
	margin-top:-20px; margin-left:15px;
	float:left;
	font-family:"DeftoneStylusRegular";
	font-size:50px;
	font-weight:400;
}
.mod_recetas .menu
{
	float:right;
	margin-top:17px;	margin-right:30px;
	text-transform:lowercase;
}
	.mod_recetas .menu a
	{
		color:#999;
	}
.mod_recetas .module
{
	width:546px;
	background:#fff;
	height: 361px;
}
	.mod_recetas .module .content
	{
		clear:both;
		padding:30px;
		padding-top:20px;
	}
	.mod_recetas .v_receta
	{
		float:left;
		width:138px;
		margin-left:14px;
		padding-right:18px;
		border-right:1px dotted #666;
	}
	.mod_recetas .v_receta:first-child
	{
		margin-left:0;
	}
	.mod_recetas .v_receta:nth-child(3)
	{
		border:0;
		padding-right:0px;
	}
		.mod_recetas .v_receta .img
		{
			width:138px;	height:93px;
			padding:1px;
			background:#fff;
			border:1px solid #999;
			margin-bottom:20px;
			
			box-shadow: 1px 1px 2px #aaa;
		  	-webkit-box-shadow: 1px 1px 2px #aaa;
		  	-moz-box-shadow: 1px 1px 2px #aaa;
		}
			.mod_recetas .v_receta a, .mod_recetas .v_receta img
			{
				width:138px;	height:93px;
			}
.mod_recetas strong
{
	font-weight:400;
	color:#362f2d;
}
.mod_recetas p
{
	color:#666;
	margin-bottom:8px;
}
.mod_recetas em
{
	color:#7c7876;
}
.mod_recetas .see_more
{
	margin-top:10px;
}