/* CSS Document */



/* **************************************************************** */

/* CONTENEDOR GLOBAL */

DIV#filter {
	position: relative;
	width: 240px; /*290px*/
	top: -7px;	/*border-top: 1px solid #737373;*/
	right: 3px;	/*border-bottom: 1px solid #737373;*/
}

DIV#filter P {
	margin-top:0px;
	margin-bottom:0px;
	color: #484a47;
	text-align: justify;
}

/* **************************************************************** */

/* SCROLL BAR */

DIV#filterScrollBar {
	position:absolute;
	/*left:267px;*/
	right: -180px;
	width: 11px; /*23*/
	height: 210px; /*268*/
	top: 5px;
}

DIV#filterThumbContainer {
	background-color: #D8D8D8;
	position:relative; 
	z-index: 3; 
	left: 0px; 
	top: 5px; 
	width: 9px; 
}

DIV#filterThumb {
	position: absolute;
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent; /*#5EBBE7*/
}

/* FIN SCROLL BAR */

/* **************************************************************** */

/* CONTENEDOR CONTENIDO */

DIV#filterContainer{
	position:absolute;
	overflow:hidden;
	top: 14px;
	clip:rect(0 500 238 0);
	visibility: visible;
	/*border: 1px solid yellow;*/
}

/* Contenido */

DIV#filterContainer #filterContent {
	position:absolute;
	left: 3px;
}

