@charset "utf-8";
/* CSS Document */

	/* Scrollbar & content css */	
					
			#content1, #content2{
				height: 240px;
				width: 243px;
				float:left;
				background-color: #ffffff;
				overflow:hidden;
			}
		
		
			.scrollbar-vert{
				background-color: #f4f4f4;
				height: 240px;
				width: 20px;
				float:left;
			}
			.handle-vert{
				height: 42px;
				width: 20px;
				background: url(../../imagenes/handle.gif) no-repeat;
			}
			
			.scrollbar-vert2{
				background-color: #f4f4f4;
				height: 240px;
				width: 20px;
				float:left;
			}
			.handle-vert2{
				height: 42px;
				width: 20px;
				background: url(../../imagenes/handle.gif) no-repeat;
			}
			