ul {padding-left:20px;}
li { font-weight:normal;font-family:Arial, Helvetica, sans-serif;font-size:9px;}
.bg_boton{
	background-color: #45637A;
}

.boton_off, .boton_off:visited, .boton_off:hover, .boton_off:active, .boton_off:link {
	color: #45637A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration:none;
}

.boton_on, .boton_on:visited, .boton_on:hover, .boton_on:active, .boton_on:link {
	color: white;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}

.boton_skip, boton_skip:visited, .boton_skip:hover, .boton_skip:active, .boton_skip:link {
	background-color: #78746E;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}

#contenido{
	font-size: 11px;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:justify;
	color: #000000;
	height:250px;
	width: 250px;
	float:left;
	overflow:hidden;
}

.scrollbar-vert{
	background-color: #cbd4db;
	height: 250px;
	width: 5px;
	float:left;
	margin-left:15px;
}
.handle-vert{
	height: 18px;
	width: 9px;
	background-color: #41617a;
}