@charset "utf-8";
.titulo_menu {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.td_border {
	border: 1px solid #CCCCCC;
}
.td_border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #383940;
}
.td_dot {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.td_dot_right {
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: dashed;
}
.precio {
	font-size: 11px;
	font-weight: bold;
	color: #DD1E00;
}
.precio_liq {
	font-size: 11px;
	font-weight: bold;
	color: #DD1E00;
	text-decoration: line-through;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1E1E1E;
}
.textfield {
	font-size: 11px;
	height: 11px;
}
.titulo_search {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}
.link_menu {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.titulo_cat {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	border: 3px solid #FF0000;
}

form {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.texto_details {
	font-size: 11px;
	text-align: justify;
}
.titulo_grande {
	color: #999999;
	font-size:20px;
}
.boton_rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #DD1E00;
	margin: 0px;
	padding: 3px;
	top: 0px;
	clip: rect(1px,auto,auto,auto);
	border: 0px solid #999;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pie {
	font-size: 11px;
	color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

