@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D7D1BB;
	background-color: #1E1E1E;
	width:100%;
	height: 100%;
	position: absolute;
}
hr {
	border: 1px dotted #72745A;
}

.titulo_menu {
	color: #777366;
	font-size:15px;
	text-decoration: none;
}
.td_border {
	border: 1px solid #333333;
}
.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: #333333;
}
.td_dot_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
.precio {
	font-size: 12px;
	font-weight: bold;
	color: #DD1E00;
}
.precio_liq {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: line-through;
}
.textfield {
	height: 12px;
}
.titulo_search {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.link_menu {
	color: #D7D1BB;
	text-decoration: none;
	font-size: 12px;
}
.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: #D7D1BB;
	font-size:25px;
	text-decoration: none;
}
