/* scroller background: iframe BODY object */
.Back {
	background-image: url(white.gif);
	margin: 0;
}
/* for on-demand mode only:
	control (arrow) to scroll items backward - DIV
	use to position the control */
.ArrowUp {
	top: 10px;
	left: 440px;
	height: 23px;
	width: 20px;
}
/* for on-demand mode only:
	control (arrow) to scroll items forward - DIV
	use to position the control */
.ArrowDn {
	top: 40px;
	left: 440px;
	height: 23px;
	width: 20px;
}
/* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */
.ItemBody {
	font-family: Verdana;
	font-size:11px;
	padding: 10px 50px 10px 17px;
	text-align: justify;
; color: #666666
; line-height: 16px
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #003366;
	padding-left: 15px;

}
.Detalle {

	font-family: Verdana;
	font-size:9px;
	padding: 10px 5px 10px 15px;
	text-align: left;
; color: #003366
; line-height: 13px
}
.Detallehorario {


	font-family: Verdana;
	font-size:9px;
	padding: 2px 0px;
	text-align: center;
; color: #003366
; line-height: 15px
}
.Detallehoras {


	font-family: Verdana;
	font-size:9px;
	padding: 2px 5px;
	text-align: center;
; color: #003366
; line-height: 9px
}
