/* CSS Document */


#recetas .contentInfo {
	width:1050px;
	margin:0 auto;
	padding-bottom:50px;
}


#recetas .contentInfo .txt {
	font-family: 'Quicksand', sans-serif;
	width:950px;
	margin:0 auto;
	margin-top:30px;
	font-size:20px;
	line-height:26px;
	color:#000;
}


#recetas .contentInfo .info {
	width:990px;
	margin:0 auto;
	margin-top:40px;
}


/*listado de recetas*/
#recetas .col {
	background-color:#fff;
	float:left;
	width:270px;
	height:auto;
	padding:20px;
	margin-bottom:20px;
	margin-right:20px;
}



#recetas .contentInfo .pic {
	margin-bottom:20px;
	width:260px;
	height:260px;
	margin:0 auto;
	display:block;
}

#recetas .contentInfo .pic img {
	width:100%;
}



#recetas .contentInfo .tit {
	font-family: 'cookiesmilkregular';
	color:#e31d1a;
	font-size:30px;
	text-align:left;
	line-height:45px;
	display:block; 
	margin-top:30px;
}

#recetas .contentInfo p {
	font-size:14px;
	line-height:20px;
	display:block;
	margin-top:15px;
	padding-bottom:20px;
}


#recetas .contentInfo a.verMas {
	color:#fff;
	background:url(../images/recetas/btn.png) top left no-repeat;
	display:block;
	font-size:22px;
	font-family: 'Quicksand', sans-serif;
	text-align:center;
	height:44px;
	width:260px;
	margin:0 auto;
	padding-top:10px;
	text-decoration:none;
}



/* Detalle*/
#recetas .detalle {
	background-color:#fff;
	width:930px;
	height:auto;
	padding:30px;
	margin-bottom:30px;
}


#recetas .detalle .pic {
	margin-bottom:20px;
	width:930px;
	height:450px;
	margin:0 auto;
	margin-top:30px;
}


#recetas .detalle h3 {
	color:#f59d12;
	font-size:40px;
	padding-bottom:10px;
}


#recetas .contentvideo {
	margin:0 auto;
	height:434px;
	width:985px;
}






/*MEDIA QUERIES // RESPONSIVE ---------------------------------------------*/



/*1024*/
@media screen and (max-width: 1050px) {
	
	
#recetas .contentInfo {width:90%; margin:0 auto;}
#recetas .contentInfo .info {width:100%; margin:0 auto; margin-top:40px;}
#recetas .contentInfo .txt {width:90%; font-size:18px; line-height:24px; margin-bottom:30px;}



/*detalle*/
#recetas .detalle {width:85%; height:auto; margin:0 auto;}
#recetas .detalle .pic {width:80%; height:auto; margin:0 auto; padding-top:20px;}


/*video*/
#recetas .contentvideo {width:100%; height:220px;}


} 




/*--------------------------------------------------------------------*/



/*768*/
@media screen and (max-width: 980px) {
	

#recetas .contentInfo .info {width:90%; margin:0 auto;}



/*detalle*/
#recetas .detalle .pic {width:100%; height:auto; padding-bottom:40px;}
#recetas .detalle h3 {font-size:45px;}
	
	
}



/*--------------------------------------------------------------------*/



/*640*/
@media screen and (max-width: 700px) {

	#recetas .contentInfo .info {width:90%; margin:0 auto;}
	#recetas .col {float:none; margin-left:0;}
}



/*--------------------------------------------------------------------*/




/*480*/
@media screen and (max-width: 600px) {
		
	

}




/*--------------------------------------------------------------------*/



/*320*/
@media screen and (max-width: 400px) {
	
	
	
	
	
}