/* CSS Document */

	body,td,th,input,select,textarea {
		color: #424E63;
	        font: 11px Tahoma, Arial, sans-serif;
	        
		}
		body {
		background-color:#FFFFFF;
		margin:0;
		}							
	
	a {
	        color:#cd0200;
	}	
		a:hover {
	        color:#cd0200;
		text-decoration:none;
		}	
		
	/* ESTRUCTURA WEB  */
	
	#html {
		width:915px;
		margin:0 auto 0 auto;
		padding:20px 0 20px 0;
		}		
		
	#cuerpo {
		border-top:1px solid #4e6075; padding-top:10px;
		clear:both;
		float:left;
		}
		
	#principal {
	/****************************/
		
		float:left;
		}
		#principal .main {
		float:left;
		
		}
		#principal .sub {
		}		
		
	.left {
		float:left;
		}
		
	.right {
		float:right;
		}		
		
	/* EXTRAS */		
		
    .division {
		padding:10px;
		clear:both;
		}
		
	.noshow {
		visibility:hidden;
		position:absolute;		
		}		
				
/* HEADER  *********************************************/
	
	#header  {
		/******se cambio alto 120 x 140 *****/
		height:144px;
		width:915px;
		clear:both;
		overflow:hidden;
		}
		
	#header .contenido {
		height:90px;
		}
		#header div {
		float:left;
		}
		
	#header-logo {
	padding:0 0 0 10px;
		width:84px;
		}

	#header .imagen {
	/****** se cambio margin top *****/
		margin:8px 0 0 20px;
		width:198px;
		}

	#header a {
		display:block;
		padding:0 8px 0 8px;
		text-decoration:none;
		}
		#header a:hover {
		text-decoration:underline;
		}

	/* PUBLICIDAD */	
	
	#header-pub {
	width:520px;
	height:74px;
	float:left;
	margin-left:40px;
	margin-top:8px
		
		}
		
	/* MENU SECUNDARIO*/	

	#header .enlace {
		float:right;
		}
		#header .enlace ul {
		margin:0;
		padding:0;
		}		
		#header .enlace li {
		list-style:none;
		float:left;	
		}		
		#header .enlace a {
		color:#424e63;
		padding:0 10px 0 5px;
		}
		#header .enlace a:hover {
		color:#CD0200;
		}
		
	/* MENU PRINCIPAL */			
	
	#menu {
	width:895px;
		clear:both;	
		}
		#menu ul {
		/*********cambio 175 a 195 margenes y el top 25******/
		margin:25px 0 0 210px;
		padding:0;
		}		
		#menu li {
		list-style:none;
		float:left;			
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/menu-btn-1a.gif");
		background-repeat:no-repeat;
		background-color:#d00902;
		line-height:29px; /******* 23 *******/
		margin:0 4px 0 0;
		padding:0;
		height:30px
		}
		#menu li.selected {
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/menu-btn-1b.gif");
		background-color:#ffae00;
		}		
		#menu a {
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/menu-btn-2a.gif");
		background-position:top right;
		background-repeat:no-repeat;
		color:white;
		font-weight:bold;
		}				
		#menu li.selected a {
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/menu-btn-2b.gif");
		}		

/* FOOTER  *********************************************/

	#footer {
		clear:both;
		}
		
	#footer .contenido {
		border-top:1px solid #424E63;
		padding:0 18px 0 18px;		
		}
		
	/* LOGOS */			
			
	#footer .imagen {
		}
	
	#footer .imagen .main {
		float:left;
		padding:10px 0 0;
		}
		#footer .imagen .main img {
		margin-right:20px;
		}				
		
	#footer .imagen .sub {
		float:right;
		padding:10px 0 0 0;
		}
		#footer .imagen .sub img {
		margin-left:10px;
		}		
		
		
	/* MENU */			
	
	#footer .enlace {
		margin:-20px 0 15px 0;
		text-align:center;
		clear:both;
		line-height:18px;
		}
		
	/* DATOS EMPRESA */	
	
	#footer .texto {
		text-align:center;
		}
		#footer .texto a {
		color:#424E63;
		text-decoration:none;
		}
		#footer .texto a:hover {
		text-decoration:underline;		
		}		
	
	/* LEGAL */		
	
	#footer .nota {
		font-size:9px;
		margin-top:15px;
		}
		
/* HTML  *********************************************/

	/* PRINCIPAL -------------------------------- */	
		
	/* PAQUETES VACACIONALES : Cotizador PeruTrip */

	#html-pack {
		width:178px;
		margin:0 0 20px 20px;
		float:right;
		}
		#html-pack .titulo{
		margin-bottom:10px;	
		}
		#html-pack .contenido {
		padding:2px 2px 2px 0;
		clear:both;	
		}
		#html-pack .enlace {
		padding:7px 0 0 7px;
		height:46px;
		clear:both;
		}
		#html-pack .imagen {
		float:left;
		padding-right:8px;
		}
		#html-pack .imagen img {
		border:none;
		}		
		#html-pack .contenido .titulo {
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
		margin:0;
		}
		#html-pack .contenido .titulo span {
		text-transform:lowercase;		
		}		
		#html-pack .texto {
		margin:0 0 2px 0;
		}
		#html-pack .info {
		font-size:10px;
		color:#cd0200;
		}
		#html-pack .info a {
		display:inline-block;
		background-color:#cd0200;
		color:white;
		font-weight:bold;
		padding:1px 2px 1px 2px;
		text-decoration:none;
		}
		#html-pack .info a:hover {
		background-color:red;
		}
		#html-pack .nota {
		background-color:#e8ecf0;
		text-align:center;
		line-height:16px;
		margin-top:10px;
		}
		#html-pack .nota a {
		font-size:10px;
		color:#4e6075;
		background-color:#e8ecf0;
		text-decoration:none;
		}
		#html-pack .nota a:hover {	
		color:#CD0200;
		text-decoration:underline;		
		}	

	/* TARIFAS PROMOCIONALES */
				
	#html-fares {
	width:180px;
		margin-bottom:10px;		
		float:left;
		}
		#html-fares .titulo {
		margin-bottom:10px;	
		}
		#html-fares .contenido {
		padding:0
		}
		#html-fares .texto {
		padding:0 0 0 5px;
		height:19px;
		}
		#html-fares .enlace {
		clear:both;
		text-align:center;
		}
		#html-fares .enlace:hover {
		background-color:#e8ecf0;
		}
		#html-fares .enlace b {	
		font-weight:normal;
		display:block;
		float:left;
		margin-left: 4px;
		}
		#html-fares .enlace a {
		display:block;
		float:right;
		text-decoration:none;
		cursor:pointer;		
		margin-right: 4px;
		}
		#html-fares .enlace a:hover {
		text-decoration:underline;
		}
		#html-fares .nota {
		background-color:#e8ecf0;
		text-align:center;
		line-height:13px;
		margin-top:10px;
		font-size:10px;		
		}
		#html-fares .nota a {
		color:#4e6075;
		background-color:#e8ecf0;
		text-decoration:none;		
		}
		#html-fares .nota a:hover {	
		color:#CD0200;
		text-decoration:underline;		
		}

/* TARIFAS PROMOCIONALES MAYOR */
				
	#html-fares2 {
		width:180px;
		margin-bottom:7px;
		float:left;
	}
	#html-fares2 .titulo {
		margin-bottom:10px;	
	}
	#html-fares2 .contenido {
		padding:0
	}
	#html-fares2 .texto {
		padding:0 0 0 5px;
		height:19px;
	}
	#html-fares2 .enlace {
		clear:both;
		text-align:center;
	}
	#html-fares2 .enlace:hover {
		background-color:#e8ecf0;
	}
	#html-fares2 .enlace b {
		font-weight:normal;
		display:block;
		float:left;
		margin-left: 4px;
	}
	#html-fares2 .enlace a {
		display:block;
		float:right;
		text-decoration:none;
		cursor:pointer;
		margin-right: 4px;
	}
	#html-fares2 .enlace a:hover {
		text-decoration:underline;
	}
	#html-fares2 .nota {
		background-color:#e8ecf0;
		text-align:center;
		line-height:16px;
		margin-top:10px;
		font-size:10px;
	}
	#html-fares2 .nota a {
		color:#4e6075;
		background-color:#e8ecf0;
		text-decoration:none;		
	}
	#html-fares2 .nota a:hover {	
		color:#CD0200;
		text-decoration:underline;		
	}
		
	/* TARIFAS PROMOCIONALES ------- SWS*/
				
	#html-fares-sws {
		width:250px;
		margin:0 0 20px 0;		
		float:left;
	}
	#html-fares-sws .titulo {
	margin-bottom:10px;	
	}
	#html-fares-sws .contenido {
	
	padding:0 4px 0 8px;
	}
	#html-fares-sws .texto {
	padding:0 0 0 0;
	height:23px;
	}
	#html-fares-sws .enlace {
	margin:0 10px;
	padding:0 10px;
	height:16px;
	clear:both;
	text-align:center;
	border-bottom:1px solid white;
	}
	#html-fares-sws .enlace:hover {
	background-color:#e8ecf0;
	}
	#html-fares-sws .enlace b {	
	font-weight:normal;
	display:block;
	float:left;
	}
	#html-fares-sws .enlace a {
	display:block;
	float:right;
	text-decoration:none;
	cursor:pointer;
	}
	#html-fares-sws .enlace a:hover {
	text-decoration:underline;
	}
	#html-fares-sws .nota {
	background-color:#e8ecf0;
	text-align:center;
	line-height:16px;
	margin-top:10px;
	}
	#html-fares-sws .nota a {
	font-size:10px;
	color:#4e6075;
	background-color:#e8ecf0;
	text-decoration:none;
	}
	#html-fares-sws .nota a:hover {	
	color:#CD0200;
	text-decoration:underline;		
	}
		
		
	/* SUBSCRIPCION A BOLETINES  */
		
	#html-boletin {
		width:305px;
		}
		
		#html-boletin .contenido {

		padding:0px;

		}
		#html-boletin .contenido p {
		margin:0 15px 15px 0;
		text-align:justify;
		 
		}
		
		#html-boletin .f_nombre, #html-boletin .f_mail {
		padding:0px;
		float:left;
		margin-left:16px;
		
		
		
		}
		#html-boletin .f_nombre b, #html-boletin .f_mail b {
		padding-top:6px;
		display:block;
		float:left;	
		width:45px;
		}
		#html-boletin .f_nombre input, #html-boletin .f_mail input {
		width:160px;
		
		}			
		
		#html-boletin .sub  {
		margin-top:15px;
		height:80px;
		}		
		#html-boletin .sub .titulo {
		text-decoration:underline;
		margin-bottom:5px;
		}
		#html-boletin .sub p {
		margin:0;
		padding:0;
		}
		#html-boletin .sub .texto {
		padding:8px 0 0 0;
		}
		#html-boletin .sub .info {
		float:left;
		margin-left:10px;
		}

		#ctl00_ContentPlaceHolder1_Suscrip_boletin1_btnSuscribir{
		cursor:pointer;
		font-weight:bold;
		
		}
					
		#html-boletin .submit {
		text-align:center;
		padding:20px 0 15px 0;
		margin:0;		

		}
	
	/* ENLACE A FEEDBACK  */		

	#html-feed {
		width:305px;
		}
		
		#html-feed .contenido {
		padding:10px 15px 10px 15px;
		margin:0 0 20px 0;
		background-color:#e8ecf0;
		text-align:center;
		}		
		#html-feed .contenido p {
		margin:0;
		padding:0;
		}
		#html-feed .contenido a {
		background-color:#e8ecf0;
		text-decoration:none;
		}
		#html-feed .contenido a:hover {
		color:#CD0200;
		text-decoration:underline;
		}

		#html-feed .texto {
		background-color:#e8ecf0;
		text-align:center;
		line-height:16px;		
		}
		#html-feed .texto p {
		margin:0;
		padding:0;
		}
		#html-feed .texto a {
		font-size:10px;
		color:#4e6075;
		background-color:#e8ecf0;
		text-decoration:none;
		}
		#html-feed .texto a:hover {	
		color:#CD0200;
		text-decoration:underline;		
		}		
		
	/* NUEVO MUNDO RECOMIENDA  */

	#html-nm {
		width:178px;
		margin:0 0 20px 20px;		
		float:left;
		}
		#html-nm .contenido {
		padding:15px 8px 0 8px;
		}
		#html-nm .texto {
		padding:10px 0 0 0;
		font-size:11px;
		text-align:justify;
		}
		#html-nm a {
		text-decoration:none;
		}		
		#html-nm a:hover {
		text-decoration:underline;
		}	
	
	/* ENLACES DE INTERES  */

	#html-enlaces {
		width:178px;
		margin:0 0 20px 20px;		
		float:right;
		}
		#html-enlaces ul {
		margin:20px 5px 0 12px;
		padding:0;
		}
		#html-enlaces li {
		font-size:10px;		
		list-style:none;
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/guion-1.gif"); 
		background-repeat:no-repeat;
		background-position:0 5px;
		padding-left:12px;
		margin:0 0 8px 0;
		}
		#html-enlaces li a {
		font-size:11px;
		display:block;
		text-decoration:none;
		}		
		#html-enlaces li a:hover {
		text-decoration:underline;
		}
		
	/* SOLICITAR MAS INFORMACION  */

	#html-solicitar {
		width:305px;
		}
		#html-solicitar .contenido {
		padding:10px 15px 20px 15px;
		}		
		#html-solicitar .contenido p { 
		margin:-10px 0 15px -15px;
		padding:0;
		}
		#html-solicitar .contenido .texto {
		text-align:justify;
		padding-bottom:10px;
		}	
		#html-solicitar .contenido a {
		background-color:#e8ecf0;
		text-decoration:none;
		}
		#html-solicitar .contenido a:hover {
		color:#CD0200;
		text-decoration:underline;
		}
		#html-solicitar .contenido .form {
		text-align:center;
		}		
		#html-solicitar .contenido .form input {
		margin:4px 0 0 0;
		width:120px;	
		}

	/* SOLICITAR MAS INFORMACION  ------ MOTOR SWS */

	#html-solicitar-sws {
		width:250px;
		}
		#html-solicitar-sws .contenido {
		padding:10px 15px 20px 15px;
		}		
		#html-solicitar-sws .contenido p { 
		margin:-10px 0 15px -15px;
		padding:0;
		}
		#html-solicitar-sws .contenido .texto {
		text-align:justify;
		padding-bottom:10px;
		}	
		#html-solicitar-sws .contenido a {
		background-color:#e8ecf0;
		text-decoration:none;
		}
		#html-solicitar-sws .contenido a:hover {
		color:#CD0200;
		text-decoration:underline;
		}
		#html-solicitar-sws .contenido .form {
		text-align:center;
		}		
		#html-solicitar-sws .contenido .form input {
		margin:6px 0 6px 0;
		width:120px;	
		}		
		
	/* SECUNDARIO ------------------------------- */		
	
	/* CALL CENTER : Horarios */
	
	#html-call {
		width:192px;
		margin:0 0 20px 0;
		}
		#html-call p {
		font-size:10px;
		text-align:center;
		margin:2px 0 0 0; 
		padding:0;
		}
		
	/* PROMOCIONES : Rutas D'Escape */

	#html-promo {	
		width:192px;
		margin-bottom:20px;
		}
		
	/* INFORMACION PARA EL VIAJERO : Destinos, Hoteles, Clima, etc. */
		
	#html-info {
	width:182px;
		
		}
		#html-info .titulo {
	margin-bottom:7px;
		}
		#html-info .contenido {
	padding:0 0 0px;
		}		
		#html-info .enlace {
	clear:both;
	padding: 0px;
	height:47px;
	line-height:15px
		}	
		
	 #html-info .enlace2 {
	clear:both;
	padding: 0px;
	height:37px;
	line-height:15px
		}
				#html-info .enlace .texto {
	 
	height:39px;
		}	
		#html-info .imagen {
		float:left;
		padding-right:8px;
			height:39px;
		
		}
		#html-info img {
		border:none;
		}		
		#html-info b {
		display:block;
		}
		#html-info a {
		color:#424E63;
		text-decoration:none;
		}
		#html-info a:hover {
		color:#CD0200;
		text-decoration:underline;
		}

	/* RESERVAS EN LINEA : Vuelos, Autos, Hoteles & Vacaciones */

	#html-res { 

		width:182px;
		margin-bottom:20px;	
		}
		#html-res .titulo {
		margin-bottom:10px;	
		}
		#html-res .enlace {
		padding:6px 0 6px 10px;
		clear:both;
		}		
		#html-res .imagen {
		float:left;
		padding-right:8px;
		}
		#html-res img {
		border:none;
		}		
		#html-res b {
		display:block;
		}
		#html-res a {
		color:#424E63;
		text-decoration:none;
		}
		#html-res a:hover {
		color:#CD0200;
		text-decoration:underline;
		}

	/* NOVEDADES & NOTICIAS : Scroller */

	#html-scroll {
		width:192px;
		height:192px;
		margin-bottom:20px;
		overflow:hidden;	
		}
		#html-scroll #spageie {
		position:absolute;
		overflow:hidden;
		width:170px; 
		height:130px;
		margin-left:5px;
		padding-right:5px;
		}
		#html-scroll #enuzun {
		position:absolute;
		left:0; top:0; 
		margin:0;		
		}
		#html-scroll .titulo {
		color:#cd0200; 
		text-align:left;
		padding:0;
		margin:0 0 10px 0;
		display:inline-block;
		}
		#html-scroll .texto {	
		position:absolute;
		visibility:hidden;
		left:0; top:0; 
		margin:0; 
		padding:0; 		
		overflow:hidden; 
		text-align:justify;
		cursor:default;	
		display:inline-block;				
		}
		#html-scroll .texto a {
		color:#cd0200;
		}
		#html-scroll .texto a:hover {
		text-decoration:none;
		}
		#html-scroll ul, #html-noscroll ul {
		margin:10px 0 0 20px;
		padding:0;
		}
		#html-scroll li, #html-noscroll li  {
		list-style:none;
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/guion-1.gif"); 
		background-repeat:no-repeat;
		background-position:0 5px;
		padding-left:12px;
		}
		body#html-noscroll {
		margin:10px;
		}
		#html-noscroll div {
		width:150px;
		}		
		#html-noscroll .titulo {
		color:#cd0200; 
		padding-bottom:10px;
		}
		#html-noscroll .texto {
		text-align:justify;		
		padding-bottom:40px;
		}				
						
/* SECUNDARIAS ***************************************/		

	/* GENERAL -------------------------------- */
	
	h1 {
		font-size:14px;
		text-decoration:underline;
		color:#CD0200;
		text-align:left;
		}
		
	h2 {
		font-size:14px;
		text-decoration:underline;
		color:#CD0200;
		margin:0 0 5px 0;
		padding:0;
		text-align:left;		
		}	
		
	/* DESTACADOS ------------------------------ */
	
	#html-destacado { 
		margin-bottom:20px;
		text-align:justify;
		width:380px;
		float:right;		
		}

	#html-galeria { 
		width:305px;
		margin-bottom:25px;		
		}
		#html-galeria p { 
		margin:0 0 10px 0;
		padding:0;
		}
		
	/* QUIENES SOMOS --------------------------- */
	
	#html-quienes {
		text-align:justify;
		width:360px;
		margin-right:30px;
		padding-bottom:20px;
		float:left;
		
		
		}
		
	#html-empresas {
		width:300px;
		padding:0 10px 20px 0;
		text-align:justify;
		float:right;		
		
		
				
		}
		#html-empresas .contenido {
		background-position:10px left;
		background-repeat:no-repeat;
		padding:30px 10px 20px 10px;
		border-bottom:1px solid #CCCCCC;
		}		
		#html-empresas .titulo {
		text-align:right;
		color:#CD0200;
		}
		#html-empresas .texto {
		font-weight:bold;
		}		
		#html-empresas .enlace {
		font-size:10px;
		}
		#html-empresas .info {
		font-size:11px;				
		padding-top:10px;
		}
		#html-empresas #nm {
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/empresa-nm.gif");
		background-position:10px 0px;
		margin-top:10px;		
		}
		#html-empresas #ia {
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/empresa-ia.gif");
		background-position:10px 10px;
		margin-top:10px;		
		}
		#html-empresas #dm {
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/empresa-dm.gif");
		background-position:10px 10px;
		margin-top:10px;		
		}
		#html-empresas #cr {
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/empresa-cr.gif");
		background-position:10px 20px;
		margin-top:10px;		
		}
		#html-empresas #lh {
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/empresa-lh.gif");
		background-position:10px 15px;
		margin-top:10px;		
		}										
	
	/* BOLETINES ------------------------------- */
		
	#html-boletines {
		width:650px;
		margin:0 20px 30px 0;
		text-align:center;
		}
		#html-boletines .info {
		text-align:justify;
		}
		#html-boletines .titulo {
		margin:20px 0 0 0;
		}
		#html-boletines .imagen {
		margin:10px 0 0 0;
		}
		#html-boletines img {
		border:0;
		}
		
	#html-boletines-ant {
		margin-bottom:20px;
		}
		#html-boletines-ant ul {
		padding:0 0 10px 20px;
		margin:0;		
		}
		#html-boletines-ant li {
		list-style:none;
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/guion-1.gif"); 
		background-repeat:no-repeat;
		background-position:0 6px;
		padding-left:12px;
		line-height:15px;
		}
		#html-boletines-ant a {
		color:#424E63;
		text-decoration:none;
		}
		#html-boletines-ant a:hover {
		color:#CD0200;
		text-decoration:underline;
		}			
		
	#html-boletines-can {
		margin-bottom:20px;
		width:320px;
		float:right;
		margin-top:-215px;
		}		
		#html-boletines-can .form {
		padding-left:30px;
		}
		#html-boletines-can .form .f_mail, #html-boletines-can .form .f_btn {
		float:left;
		}
		#html-boletines-can .form .f_mail input{
		width:130px;
		}
		#html-boletines-can .form .f_btn {
		margin-left:5px;
		}								
		
	/* CANCELAR BOLETINES ---------------------- */
		
	#html-cancelar {
		margin:20px 20px 40px 40px;
		}
		#html-cancelar .nota {
		font-weight:bold;
		margin-left:20px;
		}
		#html-cancelar .info {
		margin-left:20px;	
		}
		#html-cancelar .contenido {
		margin-top:40px;
		}
		#html-cancelar .titulo {
		text-decoration:underline;
		}
		#html-cancelar .texto {
		margin:5px 0 10px 0;	
		}
		#html-cancelar textarea {
		margin-left:20px;
		width:350px;
		height:80px;
		}
		#html-cancelar input {
		display:block;
		margin:10px 0 0 20px;		
		}
	
		
	/* CONTACTENOS ----------------------------- */

	#html-contactenos {
		width:650px;
		margin:0 0 20px 0;	
		padding:0;
		}		
		#html-contactenos .form {
		padding:0 20px 0 20px;	
		line-height:20px;		
		}
		#html-contactenos .form b {
		font-weight:normal;
		display:block;
		float:left;
		width:150px;
		line-height:20px;
		}
		#html-contactenos input {
		margin-left:10px;
		width:150px;
		}
		#html-contactenos .f_fono input, #html-contactenos .f_hora input {
		width:100px;
		}
		#html-contactenos .f_detalle span {
		font-style:normal;		
		color:#CC0000;
		padding-left:10px;
		}						
		#html-contactenos textarea {
		clear:left;
		height:70px;
		width:370px;
		margin:5px 0 10px 0;
		}
		#html-contactenos .f_btn {
		text-align:center;
		}
		#html-contactenos .f_btn input {
		width:120px;
		margin:0 0 0 0;		
		}
		
	#html-ubicacion {
		width:240px;
		float:right;		
		}
		#html-ubicacion .contenido {
		float:left;
		padding:14px 0 0 0;
		}
		#html-ubicacion b {
		display:inline-block;
		width:65px;
		}
		#html-ubicacion img {
		border:1px solid gray;
		margin:auto;
		}		
		
	/* VUELOS ---------------------------------- */

	#html-vuelos-motor {
	 	float:left;
		margin-right:20px;
		}
		
	#html-vuelos-fares {
		width:305px;
		
		float:left;
		}
		#html-vuelos-fares #html-fares {
		margin:0;
		}
		#html-vuelos-fares #html-pack {
		margin:0;
		}
		
	/* PRIVACIDAD ------------------------------ */

	#html-privacidad {
		}
		#html-privacidad .contenido {
		text-align:justify;				
		margin:10px;
		}	
		
	/* DESTINOS DEL MUNDO ---------------------- */

	#html-destinos {
		margin:0 20px 0 20px;
		}
		#html-destinos .texto img, #html-destinos .texto p {
		display:block;
		float:left;
		}
		#html-destinos .texto p {
		padding:8px 0 0 5px
		}
		#html-destinos .form {		
		width:670px;
		}
		#html-destinos .form .contenido {
		margin:15px 0 0 0;		
		padding:5px 0 5px 5px;		
		background-color:#EFEFEF;		
		float:left;
		}		
		#html-destinos .form div {
		display:block;
		float:left;
		font-weight:normal;
		padding:0px 5px 0 5px;
		}
		#html-destinos .form select{
		font-size:10px;
		width:130px;
		margin-left:3px;
		}
		#html-destinos .form input {
		width:78px;
		margin-left:10px;
		}
		#html-destinos .info {
		width:660px;
		}
		#html-destinos table {
		float:left;
		}					
		#html-destinos .info td {
		text-align:justify;
		}
		#html-destinos .info .tabladesc {
		vertical-align:top;
		padding:25px 0 0 0;	
		}
		#html-destinos .titulodesc {
		font-size:15px;
		font-weight:bold;
		}
		#html-destinos .info .listadesc {
		}
		#html-destinos .info .descriptivo {
		width:500px;		
		vertical-align:top;
		}
		#html-destinos .info .descriptivo p {
		text-align:justify;
		}
		#html-destinos .info .img {
		border:0px;
		height:auto;
		width:200px;
		}
		#html-destinos .info .imgpad {
		vertical-align:top;
		padding:20px 0 20px 20px;
		}
		#html-destinos .info ul {
		text-align:left;
		padding-left:20px;
		margin:0;
		}
		#html-destinos .info li {
		background-image:url("/resources/imgs/guion-1.gif");
		background-repeat:no-repeat;
		background-position:2px 5px;
		list-style:none;
		padding:0 0 0 15px;
		}					
		
	/* GUIA DEL VIAJERO ------------------------ */

	#html-viajero {
		width:660px;
		margin:0 20px 20px 20px;
		}
		#html-viajero .texto img, #html-viajero .texto p {
		display:block;
		float:left;
		margin-bottom:5px;
		}
		#html-viajero .texto p {
		padding:0 0 0 0px;
		}
		#html-viajero .contenido {
		text-align:justify;				
		margin:0 10px 0 10px;
		}
		#html-viajero .info .titulo, #html-viajero .info .texto, #html-viajero .info .texto p, #html-viajero .info ul {
		margin:0;
		padding:0;
		}
		#html-viajero .info .titulo {
		font-weight:bold;
		text-decoration:underline;
		margin-bottom:5px;
		}
		#html-viajero .info .texto {
		width:100%;
		margin:0 0 0 10px;
		}
		#html-viajero .info ul {
		margin:10px 0 0 20px;
		clear:both;
		}
		#html-viajero .info li {
		list-style:none;
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/guion-1.gif"); 
		background-repeat:no-repeat;
		background-position:0 5px;
		padding-left:12px;
		}
		#html-viajero .division {
		font-size:15px;
		color:#CCCCCC;
		padding:0;
		margin:10px 0 10px 0;
		}

	/* VISAS ----------------------------------- */

	#html-visas {
		margin:0 20px 0 20px;
		width:680px;
		}
		#html-visas .texto img, #html-visas .texto p {
		display:block;
		float:left;
		margin-bottom:5px;
		}
		#html-visas .texto p {
		padding:5px 0 0 10px;
		}				
		#html-visas .contenido {
		text-align:justify;				
		margin:0 10px 0 10px;
		}	
		#html-visas .form {
		padding:5px;
		width:650px;
		}
		#html-visas .form .titulo {
		clear:both;
		}
		#html-visas .form .titulo div {
		padding:5px 5px 5px 10px;
		background-color:#EFEFEF;
		float:left;
		}
		#html-visas .form .titulo b {
		font-weight:normal;		
		float:left;
		width:50px;
		padding:4px 10px 0 0;
		text-align:right;
		}
		#html-visas .form .titulo select {
		margin:0 0 0 8px;
		width:180px;
		}
		#html-visas .form .contenido {
		clear:both;
		margin:0px;
		padding:0px;
		text-align:justify;
		}
		#html-visas .form .contenido ul {
		margin:10px 5px 20px 12px;
		padding:0;
		line-height:15px;
		}
		#html-visas .form .contenido li {	
		list-style:none;
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/guion-1.gif"); 
		background-repeat:no-repeat;
		background-position:0 5px;
		padding-left:14px;
		margin:0 0 10px 0;
		}
		
	
	/* TIPO DE CAMBIO -------------------------- */

	#html-moneda {
		margin:0 20px 0 20px;
		width:680px;
		}
		#html-moneda .texto img, #html-moneda .texto p {
		display:block;
		float:left;
		margin-bottom:5px;
		}
		#html-moneda .texto p {
		padding:5px 0 0 10px;
		}				
		#html-moneda .contenido {
		text-align:justify;				
		margin:0 10px 0 10px;
		}	
		#html-moneda .form {
		padding:5px;
		width:650px;
		}
		#html-moneda .form .titulo {
		clear:both;
		}
		#html-moneda .form .titulo div {
		padding:5px 5px 5px 10px;
		background-color:#EFEFEF;
		float:left;
		}
		#html-moneda .form .titulo b {
		font-weight:normal;		
		float:left;
		padding:4px 10px 0 0;
		text-align:right;
		}
		#html-moneda .form .titulo input {
		margin:0 0 0 8px;
		width:80px;
		}
		#html-moneda .form .contenido {
		clear:both;
		margin:0px;
		padding:0px;
		}
		#html-moneda .form .contenido u {
		text-decoration:none;
		color:#CD0200;
		}		
		#html-moneda .form .contenido ul {
		margin:15px 5px 20px 25px;
		padding:0;
		line-height:15px;
		}
		#html-moneda .form .contenido li {	
		list-style:none;
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/guion-1.gif"); 
		background-repeat:no-repeat;
		background-position:0 5px;
		padding-left:14px;
		margin:0 0 10px 0;
		}
	
	/* HORAS DEL MUNDO ------------------------- */

	#html-horas {
		margin:0 20px 0 20px;
		width:680px;
		}
		#html-horas .texto img, #html-horas .texto p {
		display:block;
		float:left;
		margin-bottom:5px;
		}
		#html-horas .texto p {
		padding:5px 0 0 10px;
		}				
		#html-horas .contenido {
		text-align:justify;				
		margin:0 10px 0 10px;
		}	
		#html-horas .form {
		padding:5px;
		width:650px;
		}
		#html-horas .form .titulo {
		clear:both;
		}
		#html-horas .form .titulo div {
		padding:5px 5px 5px 10px;
		background-color:#EFEFEF;
		float:left;
		}
		#html-horas .form .titulo b {
		font-weight:normal;		
		float:left;
		width:50px;
		padding:4px 10px 0 0;
		text-align:right;
		}
		#html-horas .form .titulo select {
		margin:0 0 0 8px;
		width:180px;
		}
		#html-horas .form .contenido {
		clear:both;
		margin:0px;
		padding:0px;
		text-align:justify;
		}
		#html-horas .form .contenido ul {
		margin:10px 5px 20px 12px;
		padding:0;
		line-height:15px;
		}
		#html-horas .form .contenido li {	
		list-style:none;
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/guion-1.gif"); 
		background-repeat:no-repeat;
		background-position:0 5px;
		padding-left:14px;
		margin:0 0 10px 0;
		}	
			
	/* CLIMA ----------------------------------- */

	#html-clima {
		margin:0 20px 0 20px;
		width:660px;
		}
		#html-clima .texto img, #html-clima .texto p {
		display:block;
		float:left;
		margin-bottom:5px;
		}
		#html-clima .texto p {
		padding:0px 0 0 10px;
		width:570px;
		}
		#html-clima .texto img {
		padding-top:8px;
		}		
		#html-clima .contenido {
		margin:0 10px 0 10px;
		}
		#html-clima .form {
		clear:both;		
		width:500px;
		}
		#html-clima .form .imagen {
		padding:0 5px 5px 10px;
		float:left;
		}
		#html-clima .form .contenido {
		background-color:#EFEFEF;		
		float:left;
		width:256px;
		padding:5px 5px 0px 10px;
		margin-top:10px;
		}
		#html-clima .form .contenido b {
		font-weight:normal;
		display:block;
		float:left;
		padding-top:5px;
		width:115px;
		}	
		#html-clima .texto input {
		margin-left:10px;
		}
		#html-clima .submit input {
		width:70px;
		float:right;
		margin:5px 5px 5px 10px;
		}		
		
	/* FEEDBACK -------------------------------- */

	#html-feedback {
		margin:0 20px 0 20px;
		width:660px;
		}
		
	#html-feedback .mail {
		margin:0 0 20px 0;
		}
	#html-feedback .mail b {
		display:block;
		text-decoration:underline;
		float:left;
		margin-right:10px;
		padding-top:3px;
		}
	#html-feedback .mail input {
		width:220px;
		}				
	#html-feedback .area {
		margin:10px 0 20px 0;
		}
	#html-feedback .texto {
		font-weight:bold;
		text-decoration:underline;
		}
	#html-feedback .info {
		margin:10px 0 0 20px;
		}
	#html-feedback .info b {
		display:block;
		float:left;
		width:15px;
		padding:5px 10px 0 0;
		text-align:right;
		}
	#html-feedback .info span {
		line-height:22px;
		}
	#html-feedback .info .nota {
		padding:0 0 10px 30px;
		}			
	#html-feedback .info textarea {
		width:600px;
		height:80px;
		}
	#html-feedback .submit input {
		width:150px;
		display:block;
		margin:auto;
		}							
		
		
/* SWF *********************************************/	

	#swf-destacados, #swf-destacados-sm, #swf-nmv {
		height:250px;
		width:305px;
		text-align:center;
		margin:0 0 20px 0;
		background-color:#F5F5F5;
		clear:both;
		}
		#swf-destacados img {
		margin-top:40px;
		}
		#swf-destacados .titulo img {
		margin:0;		
		}						

	#swf-destacados-sm {
		height:250px;
		width:305px;
		}
		#swf-destacados-sm img {
		margin-top:30px;
		}		
		
	#destacados-galeria	{
		height:200px;
		width:305px;	
		text-align:center;
		background-color:#F5F5F5;
		}
		#destacados-galeria img {
		margin-top:20px;
		}		

/* SWF INDEX *********************************************/	

	#swf-destacados-index, #swf-destacados-sm-index, #swf-nmv-index {
		height:197px;
		width:359px;
		text-align:center;
		margin:0 0 20px 0;
		background-color:#F5F5F5;
		clear:both;
		}
		#swf-destacados-index img {
		margin-top:40px;
		}
		#swf-destacados-index .titulo img {
		margin:0;		
		}						

	#swf-destacados-sm-index {
		height:197px;
		width:359px;
		}
		#swf-destacados-sm-index img {
		margin-top:30px;
		}		
		
	#destacados-galeria-index	{
		height:197px;
		width:359px;	
		text-align:center;
		background-color:#F5F5F5;
		}
		#destacados-galeria-index img {
		margin-top:20px;
		}			
		

/* MOTORES *****************************************/	
	
	#motor-titulo {
		clear:both;
		width:305px;
		}

	#motor_vuelos {
		clear:both;
		margin-bottom:6px;
		}
		#motor_vuelos, #motor_vuelos input, #motor_vuelos select, #motor_vuelos textarea {
		color:#000000;
		}		
		#motor_vuelos .f_ciudep, #motor_vuelos .f_ciuret {
		font-weight:bold;
		float:left;
		}
		#motor_vuelos .f_ciudep input, #motor_vuelos .f_ciuret input {
		width:90px;
		}
		#motor_vuelos .f_ciudep {
		padding:0 20px 0 20px;
		}		
		#motor_vuelos .f_tipo {
		clear:both;
		height:20px;
		padding:8px;
		width:240px;
		margin:auto;
		}
		#motor_vuelos .f_tipo div {
		float:left;	
		margin-left:5px;
		}		
		#motor_vuelos .f_fechadep, #motor_vuelos .f_fecharet {
		clear:both;	
		margin-left:20px;
		margin-bottom:3px;
		}
		#motor_vuelos .f_fecharet {
		margin-bottom:15px;
		}		
		#motor_vuelos .f_fechadep b, #motor_vuelos .f_fecharet b {
		padding-top:7px;
		display:block;
		float:left;	
		width:50px;
		}
		#motor_vuelos .f_fechadep input, #motor_vuelos .f_fecharet input {
		margin-left:3px;
		width:60px;
		}		
		#motor_vuelos .f_fechadep img, #motor_vuelos .f_fecharet img {
		vertical-align:top;
		margin:2px 5px 0 1px;
		}
		#motor_vuelos .f_pass, #motor_vuelos .f_btn {			
		float:left;
		}
		#motor_vuelos .f_pass {
		margin:0 15px 0 0;
		padding:0 0 0 20px;
		}
		#motor_vuelos .f_pass select {
		width:35px;
		margin-right:6px;
		}		
		#motor_vuelos .f_btn input {
		width:80px;		
		}

	#motor_paquetes {
		width:295px;
		background-color:#ffae00;
		background-image:url("http://www.viajesnuevomundo.com/resources/imgs/fondo-motor.gif");
		background-position:bottom;
		background-repeat:no-repeat;
		padding:15px 0 15px 10px;
		margin-bottom:20px;			
		}
		#motor_paquetes, #motor_paquetes input, #motor_paquetes select, #motor_paquetes textarea {
		color:#000000;
		}
		#motor_paquetes .f_fechadep, #motor_paquetes .f_ciudes, #motor_paquetes .f_ciucat, #motor_paquetes .f_hab {
		padding-left:10px;		
		}
		#motor_paquetes .f_fechadep {
		float:left;
		}
		#motor_paquetes .f_fechadep, #motor_paquetes .f_fecharet {
		margin-bottom:10px;
		}
		#motor_paquetes .f_fechadep b, #motor_paquetes .f_fecharet b {
		display:inline-block;
		width:40px;
		}
		#motor_paquetes .f_fechadep input, #motor_paquetes .f_fecharet input {
		font-size:10px;
		width:50px;
		}
		#motor_paquetes .f_fechadep img, #motor_paquetes .f_fecharet img {
		vertical-align:top;
		margin-top:2px;
		}
		#motor_paquetes .f_fechadep img {
		margin-right:10px;	
		}					
    	#motor_paquetes .f_ciudes {
		margin:0 10px 5px 0;
		}
    	#motor_paquetes .f_ciudes select {
		width:140px;		
		}		
		#motor_paquetes .f_ciucat {
		margin-bottom:10px;
		}
    	#motor_paquetes .f_ciudes b, #motor_paquetes .f_ciucat b {
		display:block;
		float:left;
		width:100px;
		padding-top:5px;		
		}				
		#motor_paquetes .f_hab {
		float:left;
		}
		#motor_paquetes .f_pass {
		font-size:10px;	
		margin:0 0 5px 10px;
		float:left;		
		}
		#motor_paquetes .f_pass select {
		margin:0 2px 1px 0;
		}		
		#motor_paquetes .f_btn {
		clear:both;
		text-align:center;
		padding-top:5px;
		}		
		#motor_paquetes .f_btn input {
		width:80px;
		}	
		

/* MOTORES - Calendario ***************************/	

	#CalFrame, #CalFrame2 {
		display:none;
		z-index:100;
		width:143px;
		position:absolute;
		height:187px;
		}
		
	#PTBL, #TBL{
		border:#440505 1px solid;
		}
		
	body#calendar {
		margin:0;
		}
		#calendar td, #calendar div { 
		font:9px tahoma,arial,sans-serif;
		}
		#calendar td {
		text-align:center;
		}
		#calendar a {
		color:#be0202;
		text-decoration:none;
		}
		#calendar .titulo {
		background-color:#be0202;
		height:20px;
		}
		#calendar .semana {
		background-color:#fbecbf;
		}
		#calendar .hr {
		color: white;
		}
		#calendar .hrA {
		cursor: hand; 
		color: white;
		}
		#calendar .nt {
		visibility:hidden;
		width: 19px;
		position: absolute;
		height: 19px
		}
		#calendar .bt {
		width: 19px;
		position: absolute;
		height: 19px
		}
		#calendar .dt {
		width: 19px;
		position: absolute;
		height: 16px;
		cursor:hand;
		}
		#calendar .mn {
		left: 0;
		width: 141px;
		position: relative;
		top: 0;
		height: 121px
		}
		#calendar .mv {
		position: relative
		}
		#calendar .mh {
		visibility: hidden; 
		position: relative
		}
		
/********************************************************************/

.allpack{
	width:565px;
	float:left;
	margin-left:24px;
	margin-bottom: 0px;
	height: 243px;
}

.groupack{
width:554px;  
margin-left:7px; 
margin-bottom:0px;
}

.contenpack{
width:130px; 
float:left; 
margin-left:10px; 
margin-bottom:10px; overflow:hidden;
}

.cuadrotitulo{
	display:table-cell;
	width:130px;
	height:26px;
	background-color:#cae4f1;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.textotitulo{
margin-top:5px;
text-align:center;
}

.bordegrispack{
	width:128px;
	height:169px;
	margin-top:2px;
	border: 1px solid #D2D2D2;
}

.imgpcknew{
	width:128px;
	height:84px;
	margin-left:0px;
}

.linepunteadapack{
width:120px; height:3px; margin-left:4px; margin-top:3px; margin-bottom:3px
}

.bloqpreciospack{
	margin-top:7px;
	clear:both;
}

.text_regula{
	width:110px;
	font-size:9px;
	margin-top:4px;
	margin-left:3px;
    float:left;
}

.monedapack{
	float:left;
	margin-left:4px;
	width:50px;
	margin-top: 6px;
}
.dolarespack{
	font-size:12px;
	font-weight:bold;
	color:#333333
}
.solespack{
	font-size:11.5px;
	font-weight:bold;
	color:#333333
}
.contbotones{
float:right; width:60px; padding-right:8px
}
.btnreservar{
margin:0px; float:right; margin-bottom:2px; width:54px
}
.btninfo{
margin:0px; float:right; width:35px
}

/******************* Cotizacion *************************/

#bloqcotizacion{
margin-top:22px; float:left; margin-left:24px;width:360px;
}

.conteformcotiza{
width:360px; height:auto;
padding-left:5px;
padding-top:3px;
}
.bloqcaja{
	margin-top:2px;
	float:left;
	margin-left: 3px;
	margin-right: 3px;
	font-family:Arial, Helvetica, sans-serif; font-size:11px
}

.bloqcaja_ori_des{
	margin-top:2px;
	float:left;
	margin-left: 3px;
	margin-right: 3px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	width:86px;
}

.input_ori_des{
width:80px
}
.input_fechas_ori_des{
width:48px; font-size:10px
}
.div_fecha_ori_des{
float:left;
margin-left:0px;
margin-top:2px;
}


.titulolabel{
font-weight:bold;
}
.calendercotiza{
margin-top:15px
}

.bloqcombo{
margin-left:14px; margin-top:2px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:11px
}

.btncotiza{
 margin-left:5px; width:auto; margin-top:7px; padding-top:2px;
}

.divSelectMotor {
	/*position: absolute;*/
	position: absolute;
	margin-left:23px;
	margin-top:62px;
	width:250px;
	height:20px;
}

.divAutoComp1 {
	font-family:Tahoma, Arial, sans-serif;
	font-size:10px;	
	margin-left: 1px;
	padding-left:1px;
	width: auto;        
}
.divAutoComp1div {
	border-bottom:2px solid #F3F3F3;
	background-color:White;
}

.divAutoComp1selecteddiv {
	background-color:#316AC5;
	color:#FFFFFF;
}

.div_option{
font-weight:bold;float:left; padding-top:9px; margin-left:3px;  width:160px
}



.rango_fecha_roja{
background-color: #FF0000; 
font-weight:bold; 
color:#FFFFFF; 
padding:3px;  
margin-left:174px; 
margin-top:-40px;  
width:95px;
}
.contenido_cotiza{
width:305px; height:auto
}

#ctl00_ContentPlaceHolder1_Cotizador_paq1_btnBuscar{
font-weight:bold;
cursor:pointer
}


.separador_encabezado{
 height:55px
}

.div_selector_prog{
height:21px; clear:left; float:left;  margin-bottom:2px; width:280px; 
}

.etiquetas_width{
width:75px;
}
.contenedor_salida{
margin-bottom:2px
}

.etiqueta_fecha{
clear:both;  width:145px;
}

.caja_fecha{
width:50px;
margin-left:3px; 
font-size:10px; 
font-family:Tahoma, Arial, Verdana
}
.icono_calender{
width:21px; margin-left:147px; margin-top:-19px;cursor:pointer;
}

.etiqueta_retorno{
clear:both;
margin-bottom:5px

}

#secundario{
overflow:hidden
}

/************************************************
**************** REORDENANDO ESTILOS ************
*************************************************/

.bloque_fares{
float:left; margin-top:22px; width:180px; margin-left:26px
}

.div_travel_ace{
background-image:url(http://www.viajesnuevomundo.com/resources/imgs/fondo_tarjeta.jpg); background-repeat:no-repeat; width:182px; height:38px;float:left; clear:both; margin-top:-5px
}

.div_travel_ace_txt1{
float:left; width:150px; color:#cd0200; padding-left:5px; padding-top:5px;"><a style="font-size:10px; text-decoration:none
}

.div_travel_ace_txt2{
 float:left; width:150px; font-weight:bold; font-size:11px; padding-left:5px; clear:both; color:#336699
 }
 
 .div_href_travel_ace{
 color:#336699; text-decoration:none
 }
 
  .div_href_travel_ace a:hover{
 color: #669900; text-decoration:none
 }
 
 .seccion_boletin_packs_anim{
 width:895; height:240px; clear:both; margin-bottom:10px; margin-top:5px;
 }
 
 .div_control_boletin{
 float:left; margin-bottom:8px;
 }
 
 .div_paquetes_flyer{
float:left; margin-left:26px;
 }
 .div_flash_varios{
 width:358px; height:228px; float:left; margin-left:23px;
 }
 
 .mensaje_ruta_interna{
font-family:Tahoma, Verdana, Arial; font-size:10px; font-weight:bold; color:#cd0000; width:630px; text-align:left

}

#ctl00_ContentPlaceHolder1_Search_engine1_btnBuscar{
cursor:pointer;
color:#000000;
font-weight:bold

}

#ctl00_ContentPlaceHolder1_Car_rent_request1_btnEnviar{
cursor:pointer;
color:#424e63;
font-weight:bold
}


/********* H1 HOTELES *********/
.titulo_hoteles{
font-size:14px
}


/****************************************************/
.fondo_paquetes_turisticos{
margin-bottom:10px; width:566px; height:37px; padding-top:5px; float:left; background-repeat:no-repeat; 
background-image:url(http://www.viajesnuevomundo.com/resources/imgs/titulo_paquetes2.gif)
}
.div_titulo_h1{
width:auto; padding-left:15px; 
}

.paquetes_h1{
color:#FFFFFF; 
margin:0px;
font-size:13px; 
text-decoration:none;
font-weight:bold;
 
}

.div_parrafo_paquetes{
padding-left:15px;
color:#FFF;
font-size:11px;
}

.descripcion_paq{
float:left; 
margin:0px;
}

.fondo_boletos_aereos{
margin-bottom:6px; 
width:180px; 
height:37px; 
padding-top:5px; 
float:left; 
background-repeat:no-repeat; 
background-image:url(http://www.viajesnuevomundo.com/resources/imgs/boletos-aereos.gif);
}

.fondo_boletos_aereos_in{
margin-bottom:6px; 
width:305px; 
height:37px; 
padding-top:3px; 
float:left; 
background-repeat:no-repeat; 
background-image:url(http://www.viajesnuevomundo.com/resources/imgs/titulo-boletos-aereos-in.gif);
}

.fondo_paquete_promociones{
margin-bottom:8px; 
width:182px; 
height:37px; 
padding-top:4px; 
float:left; 
background-repeat:no-repeat; 
background-image:url(http://www.viajesnuevomundo.com/resources/imgs/titulo-informacion-viajero.jpg);

} 

.fondo_info_viajero{
margin-bottom:5px; 
width:182px; 
height:37px; 
padding-top:4px; 
float:left; 
background-repeat:no-repeat; 
background-image:url(http://www.viajesnuevomundo.com/resources/imgs/titulo-informacion-viajero.jpg);
}

.fondo_solicitar_cotizacion{
margin-bottom:0px; 
width:360px; 
height:37px; 
padding-top:4px;
float:left; 
background-repeat:no-repeat; 
background-image:url(http://www.viajesnuevomundo.com/resources/imgs/titulo-cotizacion-viajes.gif);
}

.fondo_sucrip_boletines{
margin-bottom:5px; 
width:305px; 
height:37px; 
padding-top:4px;
float:left; 
background-repeat:no-repeat; 
background-image:url(http://www.viajesnuevomundo.com/resources/imgs/titulo-boletos-aereos-in.gif);
}



#ctl00_ContentPlaceHolder1_Contact_us1_btnEnviar{
cursor:pointer;
font-weight:bold
}

#ctl00_ContentPlaceHolder1_Vuelos1_btnBuscar{
cursor:pointer;
font-weight:bold;
color:#000000
}

#ctl00_ContentPlaceHolder1_Paquetes1_btnBuscar{
cursor:pointer;
font-weight:bold;
font-size:12px;
}

#ctl00_ContentPlaceHolder1_Suscripcion_boletin1_btnSuscribir{
cursor:pointer;
font-weight:bold;

}