.contenido {
	margin: 10px;
	width: 420px;
	font-weight: bold;
}

.contenido_largo {
	margin: 10px;
	width: 700px;
}

.imagen{
	margin: 15px;
}

a.imagen{
	border: none;
}

a.imagen:hover{
	border: none;
}

a.motos {
	float: left;
	margin: 20px;
	width: 208px;
	height: 100px;
	background: url(images/motos.jpg) top left no-repeat;
}

a.motos:hover {
	background-position:0 -100px;
}

a.bicis {
	float: right;
	width: 208px;
	height: 100px;
	margin: 0px 20px;
	background: url(images/bicis.jpg) top left no-repeat;
}

a.bicis:hover {
	background-position:0 -100px;
}

a.accesorios {
	float: left;
	margin: 20px;
	width: 208px;
	height: 100px;
	background: url(images/accesorios.jpg) top left no-repeat;
}

a.accesorios:hover {
	background-position:0 -100px;
}

a.tienda {
	float: left;
	margin: 20px;
	width: 208px;
	height: 100px;
	background: url(images/tienda.jpg) top left no-repeat;
}

a.tienda:hover {
	background-position:0 -100px;
}

a.vehiculos {
	float: right;
	width: 208px;
	height: 100px;
	margin: 0px 20px;
	background: url(images/vehiculos.jpg) top left no-repeat;
}

a.vehiculos:hover {
	background-position:0 -100px;
}

a.reservas {
	float: left;
	margin: 20px;
	width: 208px;
	height: 100px;
	background: url(images/reservas.jpg) top left no-repeat;
}

a.reservas:hover {
	background-position:0 -100px;
}

a.filo {
	float: left;
	margin: 20px;
	width: 208px;
	height: 100px;
	background: url(images/filosofia.jpg) top left no-repeat;
}

a.filo:hover {
	background-position:0 -100px;
}

a.ferias {
	float: right;
	width: 208px;
	height: 100px;
	margin: 0px 20px;
	background: url(images/ferias.jpg) top left no-repeat;
}

a.ferias:hover {
	background-position:0 -100px;
}

a.prensa {
	float: left;
	margin: 20px;
	width: 208px;
	height: 100px;
	background: url(images/prensa.jpg) top left no-repeat;
}

a.prensa:hover {
	background-position:0 -100px;
}

a.bus {
	float: left;
	margin: 20px;
	width: 208px;
	height: 100px;
	background: url(images/bus.jpg) top left no-repeat;
}

a.bus:hover {
	background-position:0 -100px;
}

.interior {
	margin: 5px;
	width: 125px;
	font-size: 10px;
}

.interior_largo {
	margin: 5px;
	width: 250px;
	font-size: 10px;
}

.interior p{
	line-height: 110%;
}

.btitle {
	
	padding:2px;
	margin:0px 0px 2px 0;
	border-bottom:2px solid #003399;
	background: url(images/titulo_caja.gif) repeat-x;
	color:#FFFFFF;
}

#titulo	{
	float: right;
	margin-top: 40px;
}

.sombra1 {
	position: absolute;
	top: -3px;
	left: -3px;
	color: #FFFFFF;
	font: 38px "arial black", Helvetica, sans-serif;
}

.sombra2  {
	position: absolute;
	top: -2px;
	left: -2px;
	color: #222222;
	font: 38px "arial black", Helvetica, sans-serif;
}

.sombra3  {
	position: relative;
	color: #AAAAAA;
	font: 38px "arial black", Helvetica, sans-serif;
}

