@charset "UTF-8";
/* CSS Document */
body td{
	height:14px;
	vertical-align:top;
}
.nuevo {
	background-image:url(images/new.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
}
.cerdo {
	background-image:url(images/pork.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
}
.light {
	background-image:url(images/light.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
}
.refa {
	background-color:#CC3300;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
.saludables_m {
	background-color:#99F;
	color:#333;
	text-align:left;
	height:56px;
}
.antojitos_m {
	background-color:#FC0;
	color:#333;
	text-align:left;
	height:70px;
}
.emparedado_m {
	background-color:#9CF;
	color:#333;
	text-align:left;
	height:14px;
}
.mananeros_m {
	background-color:#9C6;
	color:#333;
	text-align:left;
	height:56px;
}
.postres_m {
	background-color:#FF6;
	color:#333;
	text-align:left;
	height:14px;
}

.saludables_t {
	background-color:#99F;
	color:#333;
	text-align:left;
	height:42px;
}
.antojitos_t {
	background-color:#FC0;
	color:#333;
	text-align:left;
	height:28px;
}
.emparedado_t {
	background-color:#9CF;
	color:#333;
	text-align:left;
	height:28px;
}
.mananeros_t {
	background-color:#9C6;
	color:#333;
	text-align:left;
	height:42px;
}
.postres_t {
	background-color:#FF6;
	color:#333;
	text-align:left;
	height:14px;
}