#intro_restaurant {
	float: left;
	width: 475px;
	margin-left: 48px;
	padding-top: 30px;
	margin-bottom: 50px;
}
#cafe_box {
	width: 467px;
	float: left;
	background-color: #F7F4F0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#cafes_y_helados {
	float: left;
	width: 193px;
	margin-top: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFAA91;
}
#cafes_y_helados {
	margin-left: 30px;
}
#plato {
	width: 260px;
	float: right;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFAA91;
	position: relative;
}
#plato .texto {
	text-decoration: none;
}
#plato .texto:hover {
}
#plato_pic {
	position: absolute;
	left: -93px;
	top: 6px;
}
#foodors {
	float: right;
}
#wrap_dish {
	width: 500px;
	float: right;
}
