﻿/* Botones de la barra superior */

.botonQueHacer {
	background-image: url("/en-US/PublishingImages/MasterPage/btnExperience_OFF.gif");
	background-repeat: no-repeat;
	width: 118px;
	height: 47px;
	border: 0px;
	cursor: pointer;
	color:#fa7803;
	font-size: 0%;
	vertical-align: middle;
}

.botonDondeIr {
	background-image: url("/en-US/PublishingImages/MasterPage/btnAbout_OFF.gif");
	background-repeat: no-repeat;
	width: 118px;
	height: 47px;
	border: 0px;
	cursor: pointer;
	color:#fa7803;
	font-size: 0%;
	vertical-align: middle;
}


.botonPlanificaViaje {
	background-image: url("/en-US/PublishingImages/MasterPage/btnPlantrip_OFF.gif");
	background-repeat: no-repeat;
	width: 118px;
	height: 47px;
	border: 0px;
	cursor: pointer;
	color:#fa7803;
	font-size: 0%;
	vertical-align: middle;
}

.botonMultimedia {
	background-image: url("/es-ES/PublishingImages/MasterPage/btnMultimedia_OFF.gif");
	background-repeat: no-repeat;
	width: 118px;
	height: 47px;
	border: 0px;
	cursor: pointer;
	color:#fa7803;
	font-size: 0%;
	vertical-align: middle;
}
.botonQueHacer_2 {
	background-image: url("/en-US/PublishingImages/MasterPage/btnExperience_ON.gif");
	background-repeat: no-repeat;
	width: 118px;
	height: 47px;
	border: 0px;
	cursor: pointer;
	color:#fa7803;
	font-size: 0%;
	vertical-align: middle;
}

.botonDondeIr_2 {
	background-image: url("/en-US/PublishingImages/MasterPage/btnAbout_ON.gif");
	background-repeat: no-repeat;
	width: 118px;
	height: 47px;
	border: 0px;
	cursor: pointer;
	color:#fa7803;
	font-size: 0%;
	vertical-align: middle;
}

.botonPlanificaViaje_2 {
	background-image: url("/en-US/PublishingImages/MasterPage/btnPlantrip_ON.gif");
	background-repeat: no-repeat;
	width: 118px;
	height: 47px;
	border: 0px;
	cursor: pointer;
	color:#fa7803;
	font-size: 0%;
	vertical-align: middle;
}

.botonMultimedia_2 {
	background-image: url("/es-ES/PublishingImages/MasterPage/btnMultimedia_ON.gif");
	background-repeat: no-repeat;
	width: 118px;
	height: 47px;
	border: 0px;
	cursor: pointer;
	color:#fa7803;
	font-size: 0%;
	vertical-align: middle;
}

