

div.motos	{	position:absolute;
				height:460px;
				top:170px;
				width:1000px;
				font-family:arial;
				}
				
div.imagen	{	position:absolute;
				top:0px;
				left:200px;
				width:780px;
				margin-left:20px;
				background-color:#212121;
				}
				
div.clases	{	position:absolute;
				top:0px;
				left:0px;
				height:460px;
				width:780px;
				background-color:#212121;
				overflow:auto;
				}


div.izquierda	{	width:450px;
					padding:20px;
					background-color:#212121;
					}
					
#categoria		{	padding-top:20px;
					width:450px;
					font-family:"Algerian";
					}
					
					
#modelo		{	width:450px;
				margin-left:30px;
				padding-bottom:60px;
				font-size:60px;
				font-weight:bold;
				color:#dcdcdc;
				font-family:"Algerian";
				}
				
td		{	width:200px;
			border-bottom:grey solid 1px;
			}
				
					
div.derecha		{	position:absolute;
					left:460px;
					top:0px;
					width:280px;
					padding:10px;
					}
				
div.inicio		{	position:absolute;
					left:0px;
					top:0px;
					height:460px;
					width:780px;
					background-color:grey;
					display:block;
					}
				
				