/* CSS Document */

/* **************************************************************** */
/* CONTENEDOR GLOBAL */
DIV#filter {
	position: relative; 
	width: 355px; /*290px*/
	margin: 5px 0px 0px 50px;
}

DIV#filter P { 
	margin-top:0px; 
	margin-bottom:0px;
	font-family: Tahoma ,Trebuchet MS, Arial, Verdana, san-serif; /*Verdana*/
	font-size: 11px; /*9*/
	color: #FFFFFF;
}

/* **************************************************************** */
/* SCROLL BAR */
DIV#filterScrollBar {
	position:absolute; 
	/*left:267px;*/
	right: 0px;
	width: 11px; /*23*/
	height:275px; /*268*/
}

DIV#filterThumbContainer {
	position:relative; 
	z-index:3; 
	left: 1; /*13px*/ 
	top: 16px; 
	width:11px; /*9*/
}

DIV#filterThumb {
	position: absolute;
	left: 15px;
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent; /*#5EBBE7*/
}

/* Botones */
DIV#filterScrollBar A#filterArrowUp {
	position: absolute;
	left: 15px; top: 0px;
	background-image: url(../img/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 13px; height: 13px;
	font-size: 1px;
}
DIV#filterScrollBar A#filterArrowDown {
	position: absolute;
	left: 15px; bottom: 0px;
	background-image: url(../img/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 13px; height: 13px;
	font-size: 1px;
}

/* FIN SCROLL BAR */
/* **************************************************************** */
/* CONTENEDOR CONTENIDO */
DIV#filterContainer{
	position:absolute; 
	overflow:hidden;
	top: 3px;
	clip:rect(0 355 238 0); /*0 254 267 0*/
	/*border: 1px solid yellow;*/
}

/* Contenido */
DIV#filterContainer #filterContent {
	position:absolute;
	left: 1px;
}


.fino {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
}
