.boton1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.boton1 a:link {color: #FFFFFF; text-decoration: none;}
.boton1 a:active {color: #FFFFFF; text-decoration: none;}
.boton1 a:visited {color: #FFFFFF; text-decoration: none;}
.boton1 a:hover {color: #00FF00; text-decoration: none;}

.boton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	text-decoration: none;
}
.boton2 a:link {color: #818181; text-decoration: none;}
.boton2 a:active {color: #818181; text-decoration: none;}
.boton2 a:visited {color: #818181; text-decoration: none;}
.boton2 a:hover {color: #493729; text-decoration: none;}

.boton3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.boton3 a:link {color: #999999; text-decoration: none;}
.boton3 a:active {color: #999999; text-decoration: none;}
.boton3 a:visited {color: #999999; text-decoration: none;}
.boton3 a:hover {color: #660000; text-decoration: none;}

.texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #493729;
	text-decoration: none;
	font-weight: bold;
}

.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}


/*Fotos*/

.thumbnail{
	position: relative;
	z-index: 0;
	background-image: url(Accesorios/Ruedas/Llantas/Serie50.bmp.jpg);
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: 50px; /*position where enlarged image should offset horizontally */
}
