#divMinutasContenedor {
width: 330px;
height: 40px;
color: #FFFFFF;
position: relative;
top:95px;
left:80px;
}

#divMinutas {
width: 330px;
height: 200px;
color: #FFFFFF;
overflow: auto;
position: relative;
top:10px;
left:0px;
}

#divAgendaHomeContenedor {
width: 245px;
height: 20px;
color: #FFFFFF;
position: relative;
top:300px;
left:80px;
}

#divAgendaHome {
width: 245px;
height: 105px;
color: #FFFFFF;
overflow: auto;
position: relative;
top:0px;
}


















































}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

