	img {
		border:0px;
		margin:0px;
		padding:0px;
		display:block;
	}

	a {
	color: rgb(249, 198, 7);
	text-decoration: none;
	}

	a:hover {
	text-decoration: underline;
	color: rgb(249, 198, 7);
	}

	a.footer {
	color: #f2f2f2;
	text-decoration: none;
	}

	a.footer:hover {
	text-decoration: underline;
	color: #fff;
	}

	h3 {
		font-size:15px;
		width:100%;
		padding:0px;
		margin:0px;
		margin-top:5px;
		margin-bottom:5px;
		background:black;
	}


	html {
		overflow:auto;
		overflow-x:hidden;
	}

	html, body {
		background:#444;
		font-family:tahoma;
		font-size:10px;
		color:#f2f2f2;
		margin:0px;
		padding:0px;
		background-image:url('../imagenes/bg.jpg');
	}

	body {
		text-align:center;
		background-image:url('../imagenes/bg-body.jpg');
		background-repeat:repeat-x;
	}

	#container {
		margin:auto;
		width:1000px;
		padding-left:25px;
		padding-right:25px;
		background-image:url('../imagenes/bg-container.jpg');
	}

	#header {
		width:1000px;
		height:;
		background:;
		background-image:url('../imagenes/bg-body.jpg');
		background-repeat:no-repeat;
		padding:0px;
		margin:0px;
		text-align:left;
	}

		div#Menu {
			margin-right:0px;
			float:left;
			width:300px;
			padding-left:25px;
		}

		div#Menu ul {
			margin:0px;
			padding:0px;
			list-style:none;
			width:250px;
		}

		div#Menu ul li {
			display:inline;
			list-style:none;
			padding:0px;
			margin:0px;
			float:left;
		}

		div#Slide {
			margin-left:0px;
			float:left;
			margin-top:0px;
			width:650px;
			background:;
		}

		div#Noticias {
			margin-left:0px;
			float:left;
			margin-top:0px;
			width:290px;
			height:206px;
			overflow-y:auto;
			background:#3A3A3A;
		}



	#content {
		width:1000px;
		height:350px;
		background:;
		clear:both;
	}

	#content-motos {
		width:1000px;
		height:;
		background:;
		clear:both;
	}

		div#bar-motos {
			width:950px;
			border-bottom:solid white 1px;
			text-align:center;
			padding:10px;
			background:;
		}

		div#Bienvenido {
			float:left;
			width:395px;
			height:200px;
			background:#555;
		}

		div#Motos {
			float:left;
			width:393px;
			height:198px;
			border:solid 1px #222;
			background:#3A3A3A;
			text-align:center;
		}

			div#Motos li img {
				border:solid 1px #c0c0c0;
			}

		div#Accesorios {
			float:left;
			width:268px;
			height:148px;
			border:solid 1px #222;
			background:#3A3A3A;
		}

		div#Descargas {
			float:left;
			width:248px;
			height:148px;
			border:solid 1px #222;
			background:#3A3A3A;
		}

		div#Buscar {
			float:left;
			width:268px;
			height:148px;
			border:solid 1px #222;
			background:#3A3A3A;
			background-image:url('../imagenes/bg-buscar.gif');
		}

			div#Buscar form.buscar input {
				border: solid 1px #808080;
				background:#111;
				margin-bottom:2px;
				font-size:12px;
				height:13px;
				width:120px;
				color:white;
				padding:2px;
			}

			div#Buscar form.buscar input.boton {
				border: solid 1px #f2f2f2;
				background:#222;
				padding:0px;
				color:white;
				height:20px;
				width:150px;
			}

	#footer {
		padding-top:5px;
		width:1000px;
		height:30px;
		font-size:8px;
		background-image:url('../imagenes/bg-footer.jpg');
		background-position:top;
		margin:auto;
	}












/* NOTICIAS */

.rsstext {
	font-size:1px;
	text-align:justify;

}

.rsstext .lh {
	font-size:13px;
	text-align:justify;
}




/* PAGINACION */

div#paginacion {
	clear:both;
	color:#808080;
	background:#111;
	margin-top:10px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
}

div#paginacion a {
	color:#f2f2f2;
	text-decoration:none;
	padding:3px;
	background:#222;
	border:solid #808080 1px;
	}
div#paginacion a:hover {
	color:rgb(249, 198, 7);
	text-decoration:underline;
	border:solid rgb(249, 198, 7) 1px;
	}
div#paginacion a:active {
	color:rgb(249, 198, 7);
	text-decoration:underline;
	border:solid rgb(249, 198, 7) 1px;
	}