@charset "utf-8";
.titulo_menu {
	font-size: 10px;
	color: #FF6600;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.td_border {
	border: 1px solid #CCCCCC;
}
.td_border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.td_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.td_dot_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.precio {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.precio_liq {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: line-through;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.textfield {
	height: 12px;
}
.titulo_search {
	font-size: 12px;
	color: #0DABC6;
	font-weight: bold;
}
.link_menu {
	color: #999999;
	text-decoration: none;
}
.titulo_cat {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
.texto_details {
	text-align: justify;
}
.titulo_grande {
	color: #cccccc;
	font-size:20px;
}
