#ContenedorMenuDerecho {
  	width: 180px;
    background-color: #E4DBCA;
	position:absolute;
	margin-left: 780px;
    text-decoration: none;
}
#tituloMenuDerecha{
    background-image:url(../images/tituloMenuDerArriba.jpg);
	background-repeat:no-repeat;
	height:35px;
	vertical-align: baseline;
}

#TituloMenuDer{
	width:180px;
	height:20px;
	vertical-align:middle;
	margin-top:5px;
	position:absolute;
	text-align:center;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#FF9900;
	text-transform: uppercase;
}
#TituloSecMenuDerecha{
	background-image:url(../images/tituloSecMenuDerArriba.jpg);
	background-repeat:no-repeat;
	height:35px;
	vertical-align: baseline;
}
#TituloSecMenuDer{
	width:180px;
	height:20px;
	vertical-align:middle;
	margin-top:5px;
	position:absolute;
	text-align:center;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#FF9900;
	text-transform: uppercase;
}

.contenedorViajesMenuDer{
	background-image:url(../images/FondoViajeMenuDer.jpg);
	background-repeat:no-repeat;
	height:70px;
    text-decoration: none;
    cursor: pointer;
}
.textoViajeMenuDer{
	width:111px;
	float:left;
	margin-left: 4px;
    text-decoration: none;
}
.fotoViajeMenuDer{
	width:60px;
	float:left;
	margin-top:10px;
}
.descripcionViajeMenuDer {
    font-size:12px;
    font-family:"Verdana", arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: 2px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    color: #3399FF;
    height:50px;
}
.descripcionPreciosViajeMenuDer {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF6633;
	text-align:center;
    text-decoration: none;
	height:20px;
}

.marcoFotoMenuDer{
	position:relative;
}
.fotoMenuDer{
    width: 60px;
    height: 45px;
	position:absolute;
}

a {
  text-decoration: none;
}











