/**** CSS Concurso.asp ***/

#concurso{
	position:relative;
	float:left;
	
	width:657px;
	height:701px;
}


#fotos{
	position:relative;
	float:left;
	width:657px;
	height:140px;
}

#recetas{
	position:relative;
	float:left;
	
	width:657px;
	margin-top:50px;
}


