html, body 
{
	background: #F5F5F5;
	color: #111;
	font-family: arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}

a 
{
	text-decoration:none; 
	color: #8AC13B; 
}

a:hover 
{
	text-decoration:underline;
}
					
/** Los creados por mi explicando a que sustituyen y cuales se podrian borrar a posteriori **/

/*ELENA*/
li
{
	list-style: none;
	background: url('../img/puntoLista.gif') no-repeat;
	background-position: left 4px;
	padding-left: 18px;
	margin-bottom: 12px;
	font-size:12px;
}

/*ELENA*/
ul
{	
	margin-left: -40px;
	margin-top: 10px;
}

/*BORRAR*/
.textoFormulario li
{
	list-style: none;
	background: url('../img/puntoLista.gif') no-repeat;
	background-position: left 4px;
	padding-left: 18px;
	margin-bottom: 12px;
}

/*BORRAR*/
.ie .textoFormulario ul
{
	margin-left: 2px;
	margin-top: 30px;
}

/*BORRAR*/
.textoFormulario a
{
    font-size: 12px;
    font-family: arial;
    margin: 10px 0 10px 0;
    color: #727272;
}

.textoFormularioMore /** #shareInfoBox label **/
{
	display: block;
	float: left;	
	font-size:12px;
	width: 100px;
	color: #8AC13B;
	font-weight:bold;
}

.textoFormulario100 /** #shareInfoBox label **/
{
	display: block;
	float: left;	
	font-size:12px;
	margin-top: 2px;
	width: 100px;
}

.textoFormulario110 /* #aboutYourself form label */
{
	display: block;
	float: left;	
	font-size: 12px;
	margin: 0px 0 0 0;
	width: 110px;
}

.textoFormulario150 /* #aboutYourself form label */
{
	display: block;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 0;
	width: 150px;
}

/*BORRAR*/
.textoFormulario ul
{
	margin-left: -40px;
	margin-top: 30px;
}

.textoRadioButton
{
	font-size: 12px;
	margin-top:-3px;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}


/*SHARE*/
.contenedorGeneral
{
	top: 0px;
	left: 0px;
	padding-left:60px;
	padding-top:20px;
}

.contenedorGeneralInfoBudgetDetails
{
	width:560px;
	display:inline-block;
	padding-top: 60px;
}

.contenedorWhere
{
	width: 568px;   
}

/*panel yourself*/
.tituloCuadro
{
	color: #8AC13B;
	font-size: 14px;
	margin: 20px 0 15px 0;
	font-weight: bold;
}

.cuadroContenedor /** contiene cada campo**/
{
	width: 568px;
	margin-bottom: 10px;
	display:inline-block;
}

.cuadroContenedorPopUp /** contiene cada campo**/
{
	width: 355px;
	margin-bottom: 10px;
	display:inline-block;
}

.cuadro1 /**cuadro izquierdo**/
{
	float:left;
}

.cuadroDerecho1
{
	float:right;
	padding-right:8px;
}

.ie .cuadroDerecho1
{
	float:right;
	margin-right:2px;
}

.cuadroComentario
{
	margin: -20px 0 0 0;
	float: right;
}

/*SEARCH*/
.textoFormulario /** #shareInfoBox label **/
{	
	font-size: 12px;
	margin: 5px 0 15px 0;
	line-height: 18px;
}

a.textoFormulario 
{	
	color: #8AC13B; 	
}

.campoFormulario
{
	font-size: 12px;
	font-family: arial;
	visibility: visible;
	border: 1px solid #AAD46D;
	padding-left:3px;
}

.marcaAgua
{
	color: #BEBEBE;
	font-size: 12px;
	font-family: arial;
	visibility: visible;
	border: 1px solid #AAD46D;
}

/* Aqui tengo que continuar eliminando clases no usadas */

.cabeceraRate
{
	background: url(../img/bgCajaRateTop2.gif) top left no-repeat;
	color: #444;
	margin: 10px -2px 0 0;
	padding: 0 0 0 0;
	font-size:13px;
}
		
.rate
{
	background: url(../img/bgCajaTripPublicosBottom2.gif) bottom left no-repeat;
	padding: 15px 8px 8px 12px;
	font-size:13px;
}

.rate input
{
	margin: 3px 8px 3px -5px;
	vertical-align:top;
}

.rate label
{
	display:inline-block;
	margin: 5px 5px 3px -5px;
	width: 100px;
}

.wrapper 
{
	margin: 0 auto;
	width: 995px;
	background:#FFFFFF;	
	border-right: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.mainContentHome
{
	float: left;
	padding: 25px 10px 0 25px;
	width: 785px;
	background-color:#FFF;
	display: block;
}

.contenidoLateral 
{
	background: #FFF;
	float: right;
	font-size: .6875em;
	padding: 25px 20px 8px 0;
	width: 145px;
}

.piePagina
{
	background: url(../img/bgFooterAncho.gif);
	width:970px;
	color: #FFF;
	height: 322px;
	float: left;
	padding: 4px 25px 4px 0px;
	clear:both;
}

.piePagina ul 
{
	font-size: 11px;
	margin: 0 0 0 20px;
	list-style:none;
	background: none;
}
	
.piePagina li 
{	
	background: none;
	display: inline;
	padding: 0 25px 0 0;
}

.piePagina a:link,
.piePagina a:visited 
{
	color: White;
	text-decoration: none;
}

.piePagina a:hover,
.piePagina a:active,
.piePagina a:focus 
{
	color: white;
	text-decoration:underline;
}

.listItem
{
	padding: 0 5px; 
	font-family: arial;
	font-size: 8.5pt;
	background: none #fff;
	margin-bottom: 2px;
} 

.highlightedListItem
{
	padding: 0px 5px; 
	color : #FFFFFF; 
	background: none #8AC12B;
	font-family: arial;
	font-size: 8.5pt;
	margin-bottom: 2px;
}

.completionListElement 
{  
	visibility:hidden;
	margin : 0px -2px;
	color : windowtext;
	padding: 5px 3px; 
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	text-align : left;
	background: none #fff
}

/*ELENA */
.logout
{
	margin: 8px 48px 2px 0px;
	display: compact;
	text-transform: uppercase;
	float:right;
	font-weight:bold;
}

.logout a
{
	font-size:9px;
	color:#efefef;
	text-decoration:none;
}

.logout a:hover
{
	font-size:9px;
	color:#efefef;
	text-decoration:underline;
}

.ie .contenedorBoton
{
	position:relative;
	margin: 2px 5px 2px 0;
	float:right;
	width:80px;
}

.popupTop
{
	background: url('../img/popup/popupTopDef.gif') no-repeat left top;
	width:390px;
	position: relative;
	margin-bottom: 35px;
}

.popupBottom
{   
	background: url('../img/popup/popupBottom.gif') no-repeat left bottom;
	padding:5px 0px 50px 30px;
	position: relative;
	top: 28px;
	left: 0px;
}

.popupGrisTop
{
	background: url('../img/popup/popUpErrorTop.png') no-repeat left top;
	width: 277px;
	position: relative;
	margin-bottom: 35px;
}

.popupGrisBottom
{   
	background: url('../img/popup/popUpErrorBottom.png') no-repeat left bottom;
	padding:0px 12px 35px 25px;
	position: relative;
	top: 22px;
	left: 0px;
}

.popupGrisBottom h1
{   
	font-size: 18px;
	margin-bottom: 15px;
	font-family:Berlin Sans FB;
	font-weight:normal;
}

.popupGrisBottom p
{   
	font-size: 12px;
	margin-bottom:0px;
	line-height:17px;
}

.popupTitulo
{
	font-size: 18px;
	margin-bottom: 40px;
	font-family: Berlin Sans FB;
	
}

.botonPopupTop
{
	background: url('../img/boton/normalIzquierdo.gif') no-repeat left top;
	padding: 4px 0 0 5px;
	height: 23px;
	float:right;
	color: #E58A13;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	margin-right: 10px;
}

.botonPopupBottom
{
	background: url(../img/boton/normalDerecho.gif) top right no-repeat;	
	width: 6px;
	height: 23px;
	top:0;
	position:absolute;
	float: left;
	display: inline;
}

.contenedorBotonPopUp
{
	position:relative;
	margin: 10px 0px 15px 0;
	float:right;
	width:150px;
}

.tituloBocadillo
{
	margin-top: -10px;
	margin-bottom:23px;
	padding: 8px 0 0 80px;
	color: #8AC13B;
	height: 40px;
	width: 300px;
	font-family: "Berlin Sans FB";
	font-size: 23px;
	font-style: normal;
	background-image: url('../img/bocadillo.gif');
	background-repeat: no-repeat;
}

/*ELENA*/
.tituloMyTrips
{
	margin-top: -10px;
	margin-bottom:23px;
	padding: 8px 0 0 80px;
	color: #8AC13B;
	height: 40px;
	width: 200px;
	float:left;
	font-family: "Berlin Sans FB";
	font-size: 23px;
	font-style: normal;
	background-image: url('../img/MyTripsIzq.gif');
	background-repeat: no-repeat;
}

.tituloMyCosts
{
	margin-top: -10px;
	margin-bottom:23px;
	padding: 8px 0 0 80px;
	color: #8AC13B;
	height: 40px;
	width: 200px;
	float:left;
	font-family: "Berlin Sans FB";
	font-size: 23px;
	font-style: normal;
	background-image: url('../img/MyCosts-Icon.gif');
	background-repeat: no-repeat;
}

/*ELENA*/
.tituloMyAlerts
{
	margin-top: -10px;
	margin-bottom:23px;
	padding: 8px 0 0 80px;
	color: #8AC13B;
	height: 40px;
	width: 350px;
	font-family: "Berlin Sans FB";
	font-size: 23px;
	font-style: normal;
	background-image: url('../img/MyAlerts-Icon.gif');
	background-repeat: no-repeat;
	float:left;
}

.tituloLupa
{
	margin-top: -10px;
	margin-bottom:23px;
	padding: 18px 0 0 80px;
	color: #8AC13B;
	height: 40px;
	width: 300px;
	font-family: "Berlin Sans FB";
	font-size: 23px;
	font-style: normal;
	background-image: url('../img/lupa.gif');
	background-repeat: no-repeat;
}

.tituloPostIt
{
	margin-top: -20px;
	margin-bottom:25px;
	margin-left:10px;
	padding: 25px 0 0 70px;
	color: #8AC13B;
	height: 40px;
	width: 300px;
	font-family: "Berlin Sans FB";
	font-size: 23px;
	font-style: normal;
	background-image: url('../img/post_it.gif');
	background-repeat: no-repeat;
}

.learnSeccion
{
	float: left;
	margin: 30px 15px 0 0;
	width:187px;
}

.tituloNegrita 
 {  
	font-size: 12px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

.enlaceForgot:link,
.enlaceForgot:visited
{
	color: #333;
	font-size: 11px;
	text-decoration:none;
}

.enlaceForgot:hover,
.enlaceForgot:active,
.enlaceForgot:focus
{
	color: #000;
	font-size: 11px;	
	text-decoration:underline;
}

.enlaceResults:link,
.enlaceResults:visited
{
	color: #689a1d;
	font-size: 10px;
	margin-right:20px;
	float:right;
}

.enlaceResults:hover,
.enlaceResults:active,
.enlaceResults:focus
{
	text-decoration:underline;
	font-size: 10px;
	margin-right:20px;
	float:right;
}

.cuadroContenedorPopup /** contiene cada campo**/
{
	width: 320px;
	margin-left: 0;
	margin-right: 30px;
	margin-bottom: 10px;
}

/*Trip details*/
.fotoViajeros
{
	width:189px;
	height:142px;
	margin-bottom: 40px;
	margin-top: 10px;
	float:right;
}

.contenedorTravelBudgetDerecha
{
	width:90px;
	margin-left:0px;
}

li.precioBudgetSummary
{
	background:none;
	margin:0;
	padding:2px 0; 
}

ul.travellers 
{
	display:inline; 
	float:left; 
	margin:0;
	padding:0; 
	width: 100px;
} 

.DD-contenedorApartadoBudgetDetails 
{
	margin:-35px 0 0 -35px;
}

.dd-top-corner-right-budgetdetails 
{	
	float:right;
	position:relative;
	z-index:1;
	height:27px;
	width:27px;
	overflow:hidden;
	margin:-2px -2px 0 0;
	background: url(../img/cornerright-green.png) top right no-repeat  ;
}

.contenedorApartadoBudgetDetails 
{   
	width: 749px;
	clear:both;
	padding:8px;	
	background-color:#F0F0F0;
	border-bottom:#FFFFFF 3px solid;
}

.textoContenidoBudgetDetails
{
	font-size: 11px;
	margin-top:10px;
	font-size: 12px;
	font-family: arial;
	color: #727272;
}

.textoContenidoBudgetDetails a
{
	font-size: 12px;
	margin-top:15px;
	width:70px;
}

.precioBudgetSummary
{
	font-size: 12px;
	color: #666666;
	width: 200px;
}

/*Site map*/
.contenedorVinculosSiteMap 
{
	width:535px;
	display:inline-block;
	margin:0 0 20px 20px;
}

.contenedorVinculosInteriorSiteMap 
{
	margin-right:37px;
	float:left;
}

.MyCalendar .ajax__calendar_container 
{
	border:1px solid #8AC13B;
	background-color: White;
}
    
.MyCalendar .ajax__calendar_hover
{
	background-color: #BCDC8E;
}

.MyCalendar .ajax__calendar_header
{
	color: #8AC13B;
	margin-bottom:8px;
 }
 
 .MyCalendar .ajax__calendar_footer
 {
	color: #8AC13B;
     margin-top:-5px;
 }
 
 .MyCalendar .ajax__calendar_dayname
 {
	color:#727272;
	font-weight: bold;
 }
 
.vinculoPopUp
{	
	font-size: 11px;
	color:#8AC13B;
	float:right;
	font-size: 11px;
	padding-right: 20px;
}

a.vinculoPopUp:hover
{	
	text-decoration:underline;
}

.emailTextoDinamico
{
	font-size: 12px;
	font-weight:bold;
	color:#666;
}

.textoError
{
	color: #f5bd22;
	font-size: 10px;
}

.textoError40
{
	color: #f5bd22;
	font-size: 10px;
	margin-left: 40px;
}

.textoError100
{
	color: #f5bd22;
	font-size: 10px;
	margin-left: 100px;
}

.textoError110
{
	color: #f5bd22;
	font-size: 10px;
	margin-left: 110px;
}

.overlay 
{
	position: fixed;
	z-index: 19999;
	top: 0px;
	left: 0px;
	background:#FFFFFF fixed ;
	background-attachment:fixed;
	width: 100%;
	height: 100%;
	filter: Alpha(Opacity=70);
	opacity: 0.70;
	-moz-opacity: 0.70;
}

html .overlay 
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.loader 
{
	z-index: 20000;
	position: fixed;
	width: 120px;
	margin-left: -60px;
	top: 50%;
	left: 50%;
}

html .loader 
{
	position: absolute;
	margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}

.contenedorPastTrips
{
	margin: 0px 0 0 0px;
	padding: 0px 0px 0 10px;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
}


/*ELENA*/
.contenedorMyPastTrips
{	
	margin: 0px 15px 0px 15px;	
	font-size: 12px;
	text-decoration: none;
	border-bottom: dotted #cccccc 1px;
	border-right: dotted #cccccc 1px;
	color:#646464;
}

.contenedorSearchTrips 
{	
	border-bottom: dotted #cccccc 1px;
	border-right: dotted #cccccc 1px;
}

.contenedorSearchTrips td
{	
	padding: 5px 0px;	
	font-size: 12px;
	text-decoration: none;
	color:#646464;
}
/*ELENA*/
.link
{	
	font-size: 12px;
	text-decoration: none;
	color:#646464;
}

/*ELENA*/
.link:hover
{		
	font-size: 12px;
	text-decoration: underline;
	color:#6ba041;
}

.contenedorTripDetails
{	
	font-size: 12px;
	text-decoration: none;
	border: none;
	color:#646464;
	padding-top:4px;
}

/*ELENA*/
.cabeceraContenedorPastTrips
{
	padding: 0px 15px 0px 15px;	
	font-size: 12px;
	background: #f2f2f2;
	line-height:15px;
	color:#adacac;
	text-decoration: none;
	margin-top:10px;
	margin-bottom:20px;
	text-decoration:none;
}

.cabeceraContenedorTripDetails
{
	font-size: 12px;
	text-decoration: none;
	padding-top:-6px;
	padding-bottom:2px;
}

.pantallasComingSoon
{
	position: 0;
}

.tituloMyTripsPublicoCosts
{
	display: block;
	float: left;	
	font-size:12px;
	margin-top: 2px;
	color: #8AC13B;
	font-weight:bold;
	width: 130px;
}

/** CABECERA **/
.header
{
	background-color: #F5F5F5 ;
	background:url(../img/header-bkg.gif) right top  #F5F5F5;
	border-bottom: 12px solid #8AC13B;
	padding: 6px 0 12px 25px;
	position: relative;	
	height: 65px;
	width:970px;
	text-align:right;
}

/*ELENA */
.icons input
{
	float: right; 
	border:none; 
	margin: 0 9px 0 0;  
}

/*ELENA */
.icons
{
	float: right; 
	width: 300px; 
	margin:13px 13px 0 0; 
}

.publicidadTop 
{
	width:100%; 
	text-align:center; 
	border-bottom: 12px solid #8AC13B; 
	background:#999999; 
	display:block;
}

.welcome 
{
	font-size:14px; 
	font-family:arial, Helvetica, sans-serif; 
	color:#333333; 
	float:left; 
	margin: 40px; 
	width: 250px; 
}

/** CABECERA **/
/* Toolbar Tabs Amarillas y verdes */
.tabs-wrapper
{	
	width: 98%;
	margin: 20px 10px 0 0;
}

.toolbarTabs 
{	
	height: 32px;
	z-index: 3;
	position: relative; 
}

.tab-menu 
{	
	padding-top: 1px;
	list-style:	none;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 14px;
	font-family: "Berlin Sans FB", "Berlin Sans FB Demi", Helvetica, arial;
	z-index:3;
}

.inactive 
{	
	background: url(../img/inactivoNaranjaIzquierdo.gif) repeat-x ;
}

.inactive a 
{	
	background: url(../img/inactivoNaranjaDerecho.gif) no-repeat top right  ;
	color:#eb922d;
	font-family: "Berlin Sans FB", "Berlin Sans FB Demi", Helvetica, arial;
}

.active 
{	
	background: url(../img/activoIzq.gif) repeat-x ;
}

.active a 
{	
	background: url(../img/activoDcha.gif) no-repeat top right ;
	color:#8ac13b;
	font-family: "Berlin Sans FB", "Berlin Sans FB Demi", Helvetica, arial;
}

.tab-menu ul 
{
	position:absolute; z-index:2;
}

.tab-menu li 
{
	display: block;
	float: left;
	margin:	0 2px 5px 0;
	cursor: pointer;	
	height: 34px;
	padding: 10px 10px 2px 10px;
}

.tab-menu li a 
{
	display: block;
	text-align: center;
	font-weight: normal;
	height: 34px;
	display: block;
	margin:	-10px -10px 5px 0; 
	cursor: pointer;	
	height: 34px;
	padding: 10px 25px 3px 15px;
}

.clear 
{
	clear: both; 
	margin:10px; 
	height:1px; 
	width:90%; 
	border:#FF0000 0px solid;
}

.top-corners
{
	float:right;
	position:relative;
	z-index:1;
	height:27px;
	width:27px;
	margin:-19px -2px 0 0;
}

/*ELENA*/ 
.top-corners
{
	background: url(../img/cornerright-green.png) top right no-repeat  ;
}

/*ELENA*/
.top-corners-green
{
	clear:both;
	float:left;
	background: url(../img/corner-top-left-green.png) top left no-repeat  ;
	position:relative;
	z-index:1;
	height:29px;
	width:29px;
	margin:-2px;
	overflow:hidden;
}

.top-corners-left
{
	clear:both;float:left;
	background: url(../img/CornerLeft-Top-Yellow-Green.png) top left no-repeat  ;
	position:relative;
	z-index:1;
	height:29px;
	width:50px;
	margin:-19px 0;
}

.top-corners-left-active
{
	clear:both;float:left;
	position:relative;
	z-index:1;
	height:29px;
	width:50px;
	margin:-19px 0;
}

.bottom-corners
{
	float:right;
	background: url(../img/cornerright-bottom-green.gif) top right no-repeat  #ffffff;
	position:relative;
	z-index:1;
	height:27px;
	width:27px;
	margin:-25px -2px;
}

.bottom-corners-left
{
	float:left;
	background: url(../img/cornerleft-green.png) top right no-repeat  ;
	position:relative;
	z-index:1;
	height:27px;
	width:27px;
	margin:-25px -2px;
}

.content-tabs-wrapper 
{ 
	border-top: 2px solid #bcdc8e; 
	border-right: 2px #bcdc8e solid; 
	border-bottom: 2px #bcdc8e solid; 
	border-left: 2px #bcdc8e solid; 
	z-index:2;
	background-color: #ffffff;
	position: relative;
}

.content-tabs 
{ 
	margin: 10px 15px 0px 35px;
}

/* Cost Breakdown More -  especificos */

.wrapper-more 
{ 
	margin: 10px 15px 0px 35px;
	width:580px;
}

.top-corners-more
{
	background: url('../img/moreTop.png') top no-repeat;
	padding:20px 50px 0 20px;
	
}

.bottom-corners-more
{
	background-position: height: 32px;
	background: url('../img/moreBotom.png') top no-repeat;
	height: 32px;
	width: 580px;
	display: block;
	
}



/* END - Cost Breakdown More -  especificos */

/*Menu Derecha My Trips*/
.MyTrips
{
	border:2px solid #f6ba02;
	width: 144px;
	background: #fee660;
}

.MyTrips table tr td a
{
	font-family:  arial;
	margin:15px 0 0 -40px;
	padding: 0 15px ;
	background:url(../img/bullet-inactive.gif) no-repeat 2px;
	color:#666;
	font-size:11px;
	margin: 3px 0;
}

.MyTrips table tr td a.active
{
	background:url(../img/bullet-active.gif) no-repeat;
	color:#eb922d;
}

.MyTrips a
{
	display:block; width:110px; text-align:right;
	color:#eb922d;
	background:none;
	font-family: arial;
	font-size:12px;
	margin: 15px 0 0 0;
}

.LeftRoundCornerMyTrips
{
	float:left;
	background: url(../img/RCND.gif) top  left no-repeat  #ffffff;
	position:relative;
	z-index:1;
	height:27px;
	width:35px;
	margin:-2px;
}
 
.RoundCornerMyTrips
{
	float:right;
	background: url(../img/RCNI.gif) top right no-repeat  #ffffff;
	position:relative;
	z-index:1;
	height:25px;
	width:22px;
	margin:-2px;
}

.ContentMyTrips
{	
	color:#eb922d;
	font-family: "Berlin Sans FB", "Berlin Sans FB Demi", Helvetica, arial;
	padding:10px 0 10px 10px;
	font-size:16px;
	width:130px;
	margin: 15px 0 0 0;
}

.ContentMyTrips img
{
	float:right; 
	margin:-5px 1px 0px 0; 
}

.MyTripsbottom-corners
{
	float:right;
	background: url(../img/RCNDb.gif) top right no-repeat    ;
	position:relative;
	z-index:1;
	height:32px;
	width:20px;
	margin:-30px -2px  0 0;
}

.MyTripsbottom-corners-left
{
	float:left;
	position:relative;
	z-index:1;
	height:32px;
	width:20px;
	margin:-30px  0 0 -2px;
	background: url(../img/RCNIb.gif) top left no-repeat;
}

/* Menu  Share*/
.Share a:link,
.Share a:visited 
{
	color: #8AC13B;
}

.Share .contenedorBoton a:link,
.Share .contenedorBoton a:visited 
{
	color: #E58A13;
}

.Share-bd a:hover,
.Share-bd a:active,
.Share-bd a:focus 
{
	color: #888;
	font-size: 12px;
}

/*table gris generico bordes redondeados*/
.Share, .Search, .RoundCornersGrey 
{
	border-top:2px solid #d7d6d6;
	border-left:2px solid #d7d6d6;
	border-right:0px solid #d7d6d6;
	width: 370px;	
	margin: 0 20px 0 0 ;
	float: left;
}

.Share
{
	background: url(../img/fondoGrey.gif) no-repeat #FFFFFF;
}

.Search
{
	background: url(../img/fondoGrey.gif) no-repeat top right #FFFFFF;
}

.LeftRoundCornerShare,  
.LeftRoundCornerRoundCornersGrey 
{
	float:left;
	background: url(../img/topgreyizq.png) top left no-repeat ;
	position:relative;
	z-index:1;
	height:57px;
	width:35px;
	margin: -9px 0 0 -11px;
}

.RoundCornerShare, 
.RoundCornerRoundCornersGrey
{
	float:right;
	background: url(../img/topgreycha.png) top right no-repeat;
	position:relative;
	z-index:1;
	height:57px;
	width:35px;
	margin:-9px -10px 0 0;
}

.ContentShare, 
.ContentRoundCornersGrey
{
	padding:5px 30px 15px 30px;
	margin: -40px -10px 0 -15px;
	float:right;
	background: url(../img/shadow.gif) 100%  repeat-y;
}

.Share-tt 
{	
	color:#000;
	font-family: "Berlin Sans FB", "Berlin Sans FB Demi", Helvetica, arial;
	font-size: 18px;
}

.Share-bd, 
.RoundCornersGrey-bd, 
.Search-bd
{
	margin-bottom:15px;
	color:#000;
	font-family: arial;
	font-size: 12px;
	border:0px solid #cccccc;
}

.Share-bd
{
	margin-top:40px;
	width:300px;
}

.Search-bd
{
	margin-top:40px;
	width:300px;
}

.RoundCornersGrey-bd
{
	margin-top:5px;
	width: 700px;
}

.Sharebottom-corners, 
.RoundCornersGreybottom-corners
{
	float:right;
	background: url(../img/bottomgrey.png) top right no-repeat    ;
	position:relative;
	z-index:1;
	height:33px;
	width:100%;
	margin:-24px -10px  0 0;	
}

.Sharebottom-corners-left, 
.RoundCornersGreybottom-corners-left
{
	float:left;
	position:relative;
	z-index:1;
	height:32px;
	width:99%;
	margin:-34px  0 0 -11px;	
	background: url('../img/bottomgreyizq.png') no-repeat left top;
}

.Share ul, 
.Search ul
{
	margin-left:-20px;
}

.Share li
{
	list-style:url(../img/bullet-inactive.gif);
	color:#333333;
	font-size:12px;
}

.Share li.active
{
	list-style:url(../img/bullet-active.gif); 
	color:#eb922d;
	background:none;
}

.ContentShare img
{
	float:right; 
	margin:-5px 1px 5px 0; 
}

/* COLUMNA DERECHA*/
.boton_verde 
{
	background: url(../img/button2.gif) no-repeat;
	padding: 8px 20px;
	width: 144px;
	height: 35px;
	display: block;	
	font-family: "Berlin Sans FB", "Berlin Sans FB Demi", Helvetica, arial;
	font-size: 20px;
	line-height:18px;
	color:#689a1d;
	text-decoration:none;
}

.invite2
{
	font-family: "Berlin Sans FB", "Berlin Sans FB Demi", Helvetica, arial;
	font-size: 14px;
	line-height:15px;	
	color:#689a1d;
	text-decoration:none;
}

.invite2 a
{
	color:#000000;
	text-decoration:none;
}

.invite2 a:hover
{
	color:#8ac13b;
	text-decoration:none;
}

/* COLUMNA DERECHA*/
.ratingStar 
{
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;    
    background-repeat: no-repeat;
    display: block;
}

.filledRatingStar 
{
    background-image: url(../img/FilledStar.png);
}

.emptyRatingStar 
{
    background-image: url(../img/EmptyStar.png);
}

.savedRatingStar 
{
    background-image: url(../img/SavedStar.png);
}



/*DD-BOTONES*/
.DD-boton 
{  
	border:#006633 solid 0px; 
	display:inline-block; 
	height:20px;  
	padding:5px 6px;
	font-family: "Berlin Sans FB"; 
	text-decoration:none; 
	color: #E58A13; 
	font-size:12px; 
	cursor:hand; 
	float:right;
}

span.DD-boton 
{
	background:url(../img/boton-izquierdo.gif) no-repeat;
	padding-right:15px;
	padding-left:20px; 
	margin-right:0px;
}

a.DD-boton 
{
	background:url(../img/boton-derecho.gif) no-repeat right 5px; 
	height:20px;
	margin-right:125px;
}

input.DD-boton 
{
	background:url(../img/boton-derecho.gif) no-repeat right ;  
	margin-top:-4px; 
	margin-right:-18px;
	margin-left:-15px;  
}

/*DD-DOT DESIGN AGOSTO 2009*/
.DD-row 
{
	display:block; 
	margin-bottom:10px;
}

.DD-row-b 
{
	display:block; 
	margin-bottom:5px; 
	width:99%; 
	border: 0px solid red;
	text-align:left;
}

.DD-sharetype a 
{ 
	background:url(../img/bullet-inactive.gif) left no-repeat; 
	padding:2px 15px; 
	height:18px; 
	width:64px; 
	display:block; 
	float: left;
}

.DD-sharetype a:hover 
{ 
	background:url(../img/bullet-active.gif) left no-repeat; 
	padding:2px 15px;  
}

.DD-tituloMyTrips 
{
	font-family: "Berlin Sans FB"; 
	text-decoration:none; 	
	color: #8AC13B; 
	font-size:22px; 
}

.DD-texto-mytrips 
{
	font-family:arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	border:#00FF00 0px solid;
}

.DD-texto-mytrips a
{
	font-family:arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	display: inline;
}

.tripActivo
{
	font-family:arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	display: inline;	
	color: Red;
	margin-top:20px;
	margin-bottom:20px;
	border:#00FF00 0px solid;
	font-weight: bold;	
}

/*24 Agosto */
.DD-mandatory 
{ 
	color:Red;
}

/*TABLA GRIS STANDARD */
.DD-tablagris 
{
	border-top:2px solid #d7d6d6;
	border-left:2px solid #d7d6d6;
	border-right:0px solid #d7d6d6;   
	width: 100%;	
	margin: 0 0px 0 0 ;
	float: left;
	background: url(../img/shadow.gif) 100%  repeat-y #f7f7f7;
}

.DD-tablagris-RoundCornerLeft 
{
	float:left;
	background: url(../img/topgreyizq.png) top left no-repeat ;
	position:relative;
	z-index:1;
	height:57px;
	width:35px;
	margin: -9px 0 0 -11px;
}

.DD-tablagris-RoundCornerRight
{
	float:right;
	background: url(../img/topgreycha.png) top right no-repeat;
	position:relative;
	z-index:1;
	height:57px;
	width:35px;
	margin:-9px 0px 0 0;
}

.DD-tablagris-Content
{
	width:90%;
	padding:20px 30px 0px 50px;	
}

.DD-tablagris-tt
{	
	color: #8AC13B;
	font-family: "Berlin Sans FB", "Berlin Sans FB Demi", Helvetica, arial;
	font-size: 18px;
	padding:20px 0 10px 0;
}

.precioApartadoBudgetDetails
{
	font-size: 14px;
	float:right;
	color:#333333;
	font-weight:bold;
}


.DD-tablagris-bd
{
	margin-bottom:15px;
	color:#000;
	font-family: arial;
	font-size: 12px;
	border:0px solid #cccccc;
}

.DD-tablagris-bottom-corners-right
{
	float:right;
	background: url(../img/bottomgrey.png) bottom right no-repeat    ;
	position:relative;
	z-index:1;
	height:57px;
	width:35px;
	margin: 0px  0 -40px 0;	
}

.DD-tablagris-bottom-corners-left
{
	float:left;
	position:relative;
	z-index:100;
	width:98%;
	height:32px;
	margin: 0 0 0 -11px;
	background: url('../img/bottomgreyizq.png') no-repeat left top;
}

.DD-columna 
{
	Display:block; 
	float:left; 
	width:50%;
	text-align:left;
}

.DD-multiselect 
{
	border: 1px solid #666; 
	background:#FFFFFF; 
	float:left;
}

.DD-image
{
	width: 250px;
	height: 152px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 5px;
}

.DD-dottedborder 
{ 
	border-right:#CCCCCC 1px dotted;
}

.DD-action-links 
{ 
	font-size:10px; 
}

a.DD-underlinedlink 
{
	text-decoration:underline; 
	font-size:inherit;
}

.DD-previous-next 
{
	width: 200px; 
	padding: 0 0 10px 0; 
	float: right; 
	border:#FF0000 0px solid; 
	display:block; 
}

.dd-previous 
{
	display: inline-block; 
	width: 80px; 
	font-size:12px;
}

.dd-next 
{
	display: inline-block; 
	width: 35px; 
	background: url('../img/next.gif') no-repeat right; 
	padding:0 18px 0 10px; 
	font-size:12px; 
	text-align:right;
}

.DD-searchResults a:hover
{
	text-decoration:none;
	cursor:default;
}