BODY {
	margin: 15px 0px 20px;
	background-image: url(img/css_bg_principal.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* textos */
.texto_pie {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.titulo {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	color: #333366;
	text-decoration: none;
	text-transform: uppercase;
}
.titulo_oferta {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.titulo_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.texto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	line-height: 27px;
}
.texto_chico {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}
.texto_producto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 23px;
}
.subtitulo_producto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
.precio {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
.titulo_sugerencias {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;

}
.nombre_producto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #336699;
	text-decoration: none;
	text-transform: uppercase;
}

/* links */
A.texto:link {
	text-decoration: none;

}
A.texto:hover {
	color: #666666;
	text-decoration: none;

}
.links_pie {
	font-family: Tahoma;
	font-size: 12px;
	color: #13326C;
	text-decoration: none;
	line-height: 22px;
}
A.links_pie:link {
	text-decoration: none;
}
A.links_pie:hover {
	color: #666666;
	text-decoration: none;
}
.botones {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
A.botones:link {
	text-decoration: none;
}
A.botones:hover {
	color: #182765;
	text-decoration: underline;
}
.botones_sel {
	font-family: Arial;
	font-size: 15px;
	color: #182765;
	text-decoration: none;
}
.familias {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
A.familias:link {
	text-decoration: none;
}
A.familias:hover {
	color: #333333;
	text-decoration: underline;
}
.nombre_familia {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	color: #333366;
	text-decoration: none;
	text-transform: uppercase;
}
A.nombre_familia:link {
	text-decoration: none;

}
A.nombre_familia:hover {
	color: #336699;
	text-decoration: none;

}
/* fondos y bordes */
.borde_foto {
	border: 1px solid #FFFFFF;
}
.celda_precio_catering {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px;
	background-color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.bg_foto {
	background-repeat: no-repeat;
	background-position: center center;
	height: 144px;
	width: 234px;

}

.bg_cuerpo {
	background-image: url(img/css_bg_cuerpo_medio.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 25px;
}
.separador_menu {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.separador_producto {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.celda_cantidad {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 3px;
	color: #000099;
	padding-top: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: left;
	text-decoration: none;
	
}
.celda_input {
	font-size: 12px;
	vertical-align: middle;
	color: #000099;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: left;
	text-decoration: none;
	border: none;

	
}
.input_cantidad {
	font-size: 12px;
	overflow: hidden;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	
}
