/* CSS Document */
			div{
				margin:0;
			}
			/* Scrollbar & content css */						
			#content1, #content2, #content3{
			
				height: 250px;
				width: 327px;
				float:left;
				/*background-color:#fdf4ea;*/
				overflow:hidden;

			}
			#content1 p{
				margin: 0px;
				
			}
			.scrollbar-vert{
			/*	background-color: #fdf4ea;*/
				height: 250px;
				width: 20px;
				float:left;
				padding-right:3px;
				
				
			}
			.handle-vert{
				margin-top:10px;
				padding-top:10px;
				height: 50px;
				width: 20px;
				background: url(../imagenes/handle.gif) no-repeat;
				
			}
			
			#content2 p{
				width: 100px;
			}
			.scrollbar-hor{
				background-color: #d2e8ff;
				height: 20px;
				width: 300px;
				float:left;
			}
			.handle-hor{
				height: 20px;
				width: 42px;
				background: url(../imagenes/handle.gif) no-repeat;
			}
			
			#content3 p{
				width: 700px;
			}
			

