/*#somebox,.contenidoPestana{
	position: absolute;
	width: 435px;
	overflow:hidden;
}
#somebox{
	height: 275px;
	top:19px;
	left: 104px;
}
.contenidoPestana{
	height: 260px;
	top:0px;
	left: 0px;
	visibility:hidden;
	
}*/

#somebox2 {

	margin:10px 0 0 0;
}

.scrollbox {position: relative;}

.scrollbox_content,.scrollbox_content p{
	text-align:justify;
	
}

.scrollbox_content {
	margin-right: 30px;
	
}

.scrollbox_scrollbar {
	/*background-color: silver;*/
	background-image:url(../images/scroll/fondo_slider.png);
	height: 100%;
	width: 12px;
	margin: 0px 5px 5px 5px;
}
.scrollbox_up_button,.scrollbox_down_button {
	height: 14px;
}
*html .scrollbox_up_button,.scrollbox_down_button {
	height: 14px;
	position:absolute;
	right:0px !important;
}

.scrollbox_up_button {
	background: transparent url(../images/scroll/boton_subir.png) top right no-repeat;
}

.scrollbox_down_button {
	background: transparent url(../images/scroll/boton_bajar.png) top right no-repeat;
	height:14px;
}
*html .scrollbox_down_button {
	background: transparent url(../images/scroll/boton_bajar.png) top right no-repeat;
	bottom:0px !important;
	height:14px;
}
*+html .scrollbox_down_button {
	background: transparent url(../images/scroll/boton_bajar.png) topright no-repeat;
	bottom:0px !important;
	right:0px !important;
	height:14px;
}
.scrollbox_handle {
	background-image:url(../images/scroll/slider.png);
}
*html .scrollbox_handle {
	background-image:url(../images/scroll/slider.png);
	right:0px !important;
}

.scrollbox_scrollbarArriba,.scrollbox_scrollbarAbajo{
	height:6px;
	background-repeat:no-repeat;
}
*html .scrollbox_scrollbarArriba{
	height:6px;
	background-repeat:no-repeat;
	right:0px !important;
}
*html .scrollbox_scrollbarAbajo{
	height:6px;
	background-repeat:no-repeat;
	right:-1px !important;
	bottom:10px !important;
}

/*.scrollbox_scrollbarArriba{
	background-image:url(../images/scroll/slider_top.png);
	background-position:top right;
	
}

.scrollbox_scrollbarAbajo{
	background-image:url(../images/scroll/slider_foot.png);
	background-position:bottom right;
}*/

