.paginacion .btn_anterior {
	vertical-align: text-top;
	margin-right: 5px;
	cursor:pointer
}
.mensaje_sistema {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.mensaje_error {
	font-family: arial;
	font-size: 12px;
	color: #FF0000;
	border-bottom: 1px solid #CA231B;
	background-color: #000000;
	text-align: center;
	padding: 3px;
	margin: 3px;
}
.mensaje_ok {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #CA231B;
	background-color: #000000;
	text-align: center;
	padding: 3px;
	margin: 3px;
}
/**/
.scroll-track{
	height: 10px;
	width: 8px;
	background: #666666;
}
.scroll-handle{
	height:10px;
	width:8px;
	background: #333333;
}
.scroll-track-top{
	height: 10px;
	width: 8px;
	background-image: url('img/up.png');
}
.scroll-track-bot{
	height: 10px;
	width: 8px;
	background-image: url('img/down.png');
}
/**/
.div_flecha_move {
	background-color: #000000;
	text-align: center;
	width: 219px;
}
.span_flecha_move {
	background-color: #191919;
	width: 219px;
	height: 12px;
	display: block;
}
.div_barra_lateral {
	background-color: #000000;
	width: 219px;
	height: 360px;
	overflow: hidden;
}
.barra_href {
	color: #CCCCCC;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	border-bottom: 1px solid #333333;
	padding-left: 8px;
	padding-top: 5px;
	cursor: pointer;
	text-decoration: none;
}
.barra_href:hover {
	color: #E2251C;
	text-decoration: none;
}
/**/
.barra_href_sub {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	border-bottom: 1px dotted #333333;
	padding-left: 25px;
	padding-top: 5px;
	cursor: pointer;
	background-image: url(img/li_ico_off.gif);
	background-repeat: no-repeat;
	background-position: 7% center;
}
.barra_href_sub:hover {
	color: #E2251C;
	text-decoration: none;
	background-image: url(img/li_ico_on.gif);
	background-repeat: no-repeat;
	background-position: 7% center;
}
.prod_seleccionado {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	border-bottom: 1px dotted #333333;
	padding-left: 25px;
	padding-top: 5px;
	cursor: pointer;
	color: #E2251C;
	text-decoration: none;
	background-image: url(img/li_ico_on.gif);
	background-repeat: no-repeat;
	background-position: 7% center;
}
/**/
.fix_comment {
	background-color: #000000;
	height: 90px;
	border: 1px solid #333333;
	color: #999999;
	width: 224px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:4px;
}
