@charset "utf-8";
/* CSS Document */

/* BOTONES VEHICULOS */



.boton_1 a:hover, .boton_2 a:hover, .boton_3 a:hover {
	background-image:url(../img/vehiculos/boton_hover.jpg);
}
.boton_1 a {
	display:block;
	width:97px;
	height:29px;
	background-image:url(../img/vehiculos/boton.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-left:35px;
	padding-right:10px;
	line-height:13px;
	padding-top:22px;
	font-weight:bold;
}
.boton_1_off {
	display:block;
	width:97px;
	height:29px;
	background-image:url(../img/vehiculos/boton_off.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-left:35px;
	padding-right:10px;
	line-height:13px;
	padding-top:22px;
}
.boton_2 a {
	display:block;
	width:97px;
	height:36px;
	background-image:url(../img/vehiculos/boton.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-left:35px;
	padding-right:10px;
	line-height:13px;
	padding-top:15px;
	font-weight:bold;
}
.boton_2_off {
	display:block;
	width:97px;
	height:36px;
	background-image:url(../img/vehiculos/boton_off.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-left:35px;
	padding-right:10px;
	line-height:13px;
	padding-top:15px;
}
.boton_3 a {
	display:block;
	width:97px;
	height:42px;
	background-image:url(../img/vehiculos/boton.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-left:35px;
	padding-right:10px;
	line-height:13px;
	padding-top:9px;
	font-weight:bold;
}
.boton_3_off {
	display:block;
	width:97px;
	height:42px;
	background-image:url(../img/vehiculos/boton_off.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-left:35px;
	padding-right:10px;
	line-height:13px;
	padding-top:9px;
}
.boton_1_off, .boton_2_off, .boton_3_off {
	color:#999999;
}

