/*=========================*/
/*=GRUPOS DE ALIMENTOS*/
/*=========================*/

#intro {
	border-bottom: 2px solid #E7EFF4;
}

#intro_res {
	padding-left: 10px;
	border-left: 3px double #0088D1;
	font-size: 12pt;
	color: #333;
}

#intro img {
	float:right;
}

.columna {
	float: left;
	display: inline;
	width: 340px;
	font-size: 9pt;
}

.colsep {
	margin-left: 30px;
}

.columna div {
	width: 250px;
	margin-top: 10px;
	padding-left: 90px;
	padding-bottom: 20px;
	overflow: hidden;
	background: url(../novedades/tip_bot.gif) center bottom no-repeat;
}

.columna img {
	float: left;
	margin-left: -90px;
}

.columna h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #000;
}

.columna h5 {
	font-size: 10pt;
	color: #0088D1;
}

