/* Tablas */
#fotoMoto{
	position: relative;
	height: 305px;
	width: 226px;
	margin-top: 20px;
}
#minifoto0{
	position: absolute;
	height: 112px;
	width: 90px;
	left: 600px;
	top: 112px;
}
#minifoto1{
	position: absolute;
	height: 112px;
	width: 90px;
	left: 450px;
	top: 112px;
}
#minifoto2{
	position: absolute;
	height: 112px;
	width: 90px;
	left: 300px;
	top: 111px;
}
#minifoto3{
	position: absolute;
	height: 112px;
	width: 90px;
	left: 150px;
	top: 111px;
}


#tabla{
	position: absolute;
	height: 300px;
	width: 370px;
	left: 355px;
	top: 280px;
}

#colores{
	position: absolute;
	height: 169px;
	width: 42;
	left: 374px;
	top: 301px;

}

/* TEXTOS */

#contenido .texto a{
	text-decoration:none;
}

#contenido .texto a:hover{
	text-decoration:underline;
	color: #133A0B;
}

#contenido .texto{
	margin-top: 120px;
	margin-left: -10px;
}

#contenido p{
	color: #133A0B;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
}
#contenido a{
	color: #133A0B;
	text-decoration: underline;	
}

#contenido a:hover{
	color: #BEC0BF;
	text-decoration: none;	
}

#tabla p{
	color: #666666;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	font-size: 10px;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
}
#tabla h1{
	color: #133A0B;
	text-align: left;
	font-family: Verdana,"Trebuchet MS";
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
}
