@charset "utf-8";
/* CSS Document */
body {
	background: #e3eaf2 url(../images/bg-inalco.jpg) no-repeat;
	background-position:center;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #036;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
}
.oneColFixCtrHdr #container {
	width: 972px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	height:626px;
	background: #FFF;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 0 solid #000000;
	padding:0 0;
	text-align: left;
}


	

ul {
	margin:0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
}
/*CABECERA*/
.oneColFixCtrHdr #header {
	height:96px;
	background: #FFF;
	padding: 0 0 0 0;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
}

#header #banner {
	display:block;
	float:left;
	width:100%;
	height:64px;
	}
	
	#header #banner #logo1 {
		display:block;
		float:left;
		width:223px;
		height:64px;
		background:url(../images/logo-chevrolet.jpg) no-repeat 0 0;
		}
		
		#header #banner #idioma {
	display:block;
	float:left;
	width:30px;
	height:100%;
	margin:3px;
	margin-top: 40px;
	margin-left: 10px;
	text-align: right;
	padding-right: 5px;
			}
			#idioma a:link{
				display:block;
				color:#000;
				text-decoration:none;
				list-style:none;
				}
			#idioma a:hover{
				color:#76afcf;
				}
			#guion {
	display:block;
	float:left;
	padding:3px 0 0 2px;
	margin-top: 34px;
				}
				
			#header #banner #idioma2 {
	display:block;
	float:left;
	width:50px;
	height:100%;
	margin:3px;
	margin-top: 40px;
	padding-left: 5px;
			}
				#idioma2 a:link{
				display:block;
				color:#000;
				text-decoration:none;
				list-style:none;
				}
				#idioma2 a:hover{
					color:#76afcf;
				}
			
#header #banner #logo2 {
	display:block;
	float: right;
	width:187px;
	height:64px;
	background:url(../images/logo-inalco.jpg) no-repeat 0 0;
	}
			
/*BARRA DE NAVEGACION*/			
#nav-principal{
	float:left;
	width:100%;
	height:33px;
	margin:0;
	padding:0 0;
	background:url(../images/bg-menu-nav.jpg) repeat;
	}
	
#nav-principal ul li{
	display:block;
	float:left;
	height:22px;/*alto de las viñetas*/
	font-size:11px;/*tamaño tipografia de los vínculos*/
	line-height:100%;
	text-align:center;
	text-transform:uppercase;
	list-style:none;
	background: url(../images/franja-nav-menu.jpg) left no-repeat;
	padding:0 18px;
	margin-top: -4px;
	padding-top: 7px;
	}
	#nav-principal ul li a{
		color:#FFF;
		}
		#nav-principal ul li a:hover{
		color:#76afcf;
		}
	
	#buttons{
		display:block;
		float:left;
		width:100%;
		height:100%;
		}
	#buttons ul{
		margin:0;
		padding:5px 0;
			}
			
			
		#menu1 a{/*inalco*/
			float:left;
			width:50px;
			height:26px;
			padding:5px 0 0 0;
			}
		#menu2 a{/*tarifas*/
			float:left;
			width:85px;
			height:100%;
			}
		#menu3 a{/*planes*/
			float:left;
			width:97px;
			height:26px;
			padding:5px 0 0 0;
			}
		#menu4 a{/*sucursales*/
			float:left;
			width:80px;
			height:26px;
			padding:5px 0 0 0;
			}
		#menu5 a{/*contacto*/
	float:left;
	width:75px;
	height:26px;
	padding:9px 0 0 0;
			}

			
a{
	text-decoration:none
}
				
a:link {
	color:#FFF;
}

a:hover{
	color: #76afcf;
}
		
		
#header #nav-principal #search{
	display:block;
	float:right;
	width:160px;
	height:100%;
	margin-right: 10px;
	margin-top: -3px;
	}
			
	#busqueda{
		display:block;
		float:left;
		margin:0;
		padding:0;
		}
			
		.busqueda_input {
			border:1px solid #CCCCCC;
			color:#737375;
			float:left;
			font-size:9px;
			height:11px;
			margin:0;
			padding:1px 3px;
			width:115px;
			}
		.send_busqueda {
	background:	url(../images/buscar.jpg);
			background-position:0 0;
	background-repeat:no-repeat;
	border:0 none;
	cursor:pointer;
	height:22px;
	width:25px;
	float: left;
			}
		.send_busqueda:hover {
			opacity:0.5;
			}
			
/*CONTENIDO*/
.oneColFixCtrHdr #mainContent {
	width:100%;
	height:462px;
	margin:0 0;
	padding: 0 0; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
	background: #c9d7e6;
}

/*FORMULARIO*/
#cuerpoovalo {
	width:50px;
	height:40;
	float:left;
	margin-right: 20px;
}
.ovalocentrado {
	text-align:center;
	padding-left: 10px;
	
}
#margenovalo {
	width:10px;
	height:20;
	float:left;
}
#online-form {
	display:block;
	float:left;
	height:458px;
	width:292px;
	background-color:#59b7d9;
	background:url(../images/bg-form-online.jpg) repeat-x;
	margin:4px 0 0 0;
	padding:0 0 0 0;
	}
	
	#formulario {
	display:block;
	float:left;
	width:100%;
	height:100%;
	margin:0;
	padding:0 0 0 14px;
		}
	h1{
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#000;
		font-size:18px;
		margin:0 0;
		padding:16px 0 0 14px;
		}
	h2{
		float:left;
		font-size:10px;
		color:#036;
		padding:0 0 0 14px;
		}
	h3{
		
		color:#036;
		font-size:18px;
		}
		
	#online-form p{		
		font-size: 10px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #036;
		margin:0 0;
		padding:0 0;
		}
	
#form {
	display:block;
	float:left;
	margin:0;
	padding: 0 0 0 10px;
	background: none;
	width:100%;
	height:100%;
	}

#ti_fecha_arriendo {/*TEXT 1*/
	display:block;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:0 74px 0 0;
	}
		
#ti_hora_arriendo{/*TEXT 2*/
	display:block;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#ti_fecha_devolucion {/*TEXT 1*/
	display:block;
	float:left;
	width:89px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:0 74px 0 0;
	}
		
#ti_hora_devolucion{/*TEXT 2*/
	display:block;
	float:left;
	width:90px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
			
.campo-horizontal {/*CLASE CAMPO 1*/
	float:left;
	width:91px;
	height:14px;
	margin-bottom: 3px;
	border:1px solid #FFF;
	color: #036;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	text-align:left;
}

.seleccion {/*CLASE CAMPO 2*/
	float:left;
	width:112px;
	height:18px;
	margin-bottom: 3px;
	border:1px solid #FFF;
	color: #036;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
}

#campo_fecha {/*CAMPO 1*/
	display:block;
	float:left;
	padding:0 60px 0 0;
	}
		
#campo_hora{/*CAMPO 2*/
	display:block;
	float:left;
	}
	
.opcion{/*GRUPO DE OPCIONES 'RADIO'*/
	display:block;
	width:10px;
	color: #036;
	padding:0 5 0 0px;
	margin-left: 15px;
	}
	
	#grupo-opciones{
	display:block;
	width:280px;
	line-height:10px;
	padding:0 0 0 0;
	float: left;
		}

	#opcion_ent_local {
	display:block;
	float: left;
	width:14px;
	padding:0 0 0 40px;
		}
		#ti-entrega-local{
	display:block;
	float: left;
	width:50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
			}
			
	#opcion_ent_oficina {
	display:block;
	float: left;
	width:14px;
	padding:0 0 0 55px;
	height: 40px;
		}
		#ti-entrega-oficina{
	display:block;
	float: right;
	width:60px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	padding:0 0 0 0px;
			}
		
		#opcion_ent_domicilio {
	display:block;
	float: left;
	width:14px;
	padding:0 0 0 52px;
	overflow: inherit;
		}
		#ti-entrega-domicilio{
	display:block;
	float: right;
	width:55px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	padding:0 0 0 0px;
			}
			
		#opcion_ent_aeropuerto {
		display:block;
		float: left;
		width:14px;
		padding:0 0 0 55px;
		}
		#ti-entrega-aeropuerto{
	display:block;
	float: right;
	width:60px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	padding:0 0 0 0px;
			}
		
#devolucion {/*div que contiene campos y opciones de devolución*/
	display:block;
	float:left;
	width:292px;
	line-height:15px;
	padding:10px 0 0 0;
	}
	
#datos-personales{
	font-size:10px;
	}
	#datos-personales h2{
		display:block;
		float:left;
		width:100%;
		height:20px;
		margin:0;
		padding:10px 0 0 0;
		}
	
.campo {
	display:block;
	float:left;
	width:125px;
	height:14px;
	margin-bottom: 3px;
	border:1px solid #FFF;
	color: #036;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0 0;
	text-align:left;
}

	#campos {/*Campos de datos personales*/
	display:block;
	float: right;
	width:256px;
	text-align:right;
	padding:0 10px 0 40px;
	margin-bottom: 2px;
	}
#camposdire {/*Campos error direccion*/
	display:block;
	float: right;
	width:256px;
	text-align:right;
	padding:0 37px 0 13px;
	margin-bottom: 2px;
		}
#campostelf {/*Campos error telefono*/
	display:block;
	float: right;
	width:256px;
	text-align:right;
	padding:0 32px 0 18px;
	margin-bottom: 2px;
		}
		#nombre {
	display:block;
	float:left;
	text-align:left;
	padding:0 10px 0 0;
			}
		#apellido {
			display:block;
			float:left;
			text-align:left;
			padding:0 10px 0 0;
			}
		#rut {
			display:block;
			float:left;
			text-align:left;

			padding:0 10px 0 0;
			}
		#direccion-form {
	display:block;
	float:left;
	text-align:right;
	padding:0 5px 0 0;
	text-indent: 21px;
			}
		#telefono {
	display:block;
	float:left;
	text-align:left;
	padding:0 10px 0 0;

			}
		#movil {
			display:block;
			float:left;
			text-align:left;

			padding:0 10px 0 0;
			}
		#email {
			display:block;
			float:left;
			text-align:left;

			padding:0 10px 0 0;
			}
		#selec-modelos {
			display:block;
			float:left;
			text-align:left;

			padding:0 10px 0 0;
			}

#bt-cotizacion{
	display:block;
	float: right;
	padding:2px 75px 0 0;
	}
#boton_enviar{
	display:block;
	float:left;
	width:169px;
	height:23px;
	background-image:url(../images/bg-bt-solicitar.jpg);
	border:0;
	color: #036;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
/*PIE DE PAGINA*/	
.oneColFixCtrHdr #footer {
	height:47px;
	background:none;/* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
	margin:0;
	padding:0 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding:5px 25px; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
}

/*MENU SECUNDARIO*/
#footer #menu-secundario p{
	display:block;
	float:left;
	width:350px;/*ancho espacio vacío del footer*/
	height:100%;
	}

#menu-secundario{
	display:block;
	float: left;
	width:100%;
	text-align:right;
	height:24px;
	background-color:#07254d;
	margin:0;
	padding:0 0 0 0;
	}
	
	#menu-secundario ul li{
		display:block;
		float:left;
		height:10px;/*alto de las viñetas*/
		font-size:11px;/*modificar los vínculos*/
		line-height:100%;
		text-align:center;
		text-transform:uppercase;
		list-style:none;
		background: url(../images/franja-nav-menu.jpg) left no-repeat;/*viñeta*/
		margin:0;
		padding:0 18px;
		}
		#menu-secundario ul li a{
		color:#FFF;
		}
		#menu-secundario ul li a:hover{
		color:#76afcf;
		}
		#buttons2{
			display:block;
			float:left;
			width:50%;
			height:100%;
			}
		
		#buttons2 ul{
			margin:0;
			padding:7px 0;/*ubicación vertical links menú-secundario*/
			width:700px;
			}
		
			#menu-secundario #menu1 a{/*inalco*/
				float:left;
				width:50px;
				height:26px;
				padding:0 0 0 0;
				}
			#menu-secundario #menu4 a{/*sucursales*/
				float:left;
				width:80px;
				height:26px;
				padding:0 0 0 0;
				}
			#menu-secundario #menu5 a{/*contacto*/
				float:left;
				width:75px;
				height:26px;
				padding:0 0 0 0;
				}
			#menu6 a{/*menu-secundario:faq*/
				float:left;
				width:20px;
				height:26px;
				padding:0 0 0 0;
				}
			#menu7 a{/*menu-secundario:terminos y condiciones*/
				float:left;
				width:150px;
				height:26px;
				padding:0 0 0 0;
				}
	

	
	
/*REGION EDITABLE*/
/*HOME*/

#contenido {
	display:block;
	float:left;
	width:669px;
	height:100%;
	margin:0;
	padding:0 0 0 0;
	}

	#slide {
		display:block;
		float:left;
		width:669px;
		height:230px;
		background:none;
		padding:0 0;
		}
		
	#cont-home-bottom{
		display:block;
		float:left;
		background:#FFF;
		width:680px;
		height:225px;
		padding-top:7px;
		}	
		
	#contenido-bottom {
		display:block;
		float:left;
		width:680px;
		height:200px;
		background:#FFF;
		margin:0;
		padding:0 0 0 0;
		}
		#box1{
	display:block;
	float:left;
	width:211px;
	height:181px;
	text-indent:0;
	background:url(../images/bg-recuadros-peq.jpg) repeat-x;
	margin:20px 4px 0 10px;
	padding:0 0;
			}
			#img-clientepreferencial {
				display:block;
				float:left;
				width:100%;
				height:68px;
				/*background:url(../images/img-clientepreferencial.jpg) no-repeat;*/
				margin:3px 0 0 3px;
				padding:0 0;
				} 
				
				#img-clientepreferencial img{
					border:none;
					}
		
#text-clientepreferencial {
				display:block;
				float:left;
				width:100%;
				margin:3px 0 0 3px;
				padding:0 0;
				} 				
			
		#box2{
			display:block;
			float:left;
			width:211px;
			height:181px;
			text-indent:0;
			background:url(../images/bg-recuadros-peq.jpg) repeat-x;
			margin:20px 4px 0 4px;
			padding:5px 0 0 10px;
			}
			#promo1 p{
				display:block;
				float:left;
				width:200px;
				font:"Trebuchet MS", Arial, Helvetica, sans-serif;
				color:#000;
				line-height:15px;
				text-indent:0;
				margin:5px 0 0 0;
				padding:0;
				}
			#promo2 p{
				display:block;
				float:left;
				width:200px;
				font:"Trebuchet MS", Arial, Helvetica, sans-serif;
				color:#000;
				line-height:15px;
				text-indent:0;
				margin:5px 0 0 0;
				padding:0;
				}
			#promociones {
				display:block;
				float:left;
				width:205px;
				height:47px;
				text-indent:20px;
				margin:0;
				padding:0;
				}
				#img-signopeso {
	display:block;
	float:left;
	width:33px;
	height:38px;
	background:url(../images/img-signopeso.gif) no-repeat;
	margin:0;
	padding:0;
	margin-left: 5px;
	margin-top: 5px;
					}
				#ti-promociones {
	display:block;
	float:left;
	width:120px;
	margin:0;
	padding:0;
	text-align: center;
	color: #006;
	font-weight: bold;
	margin-top: 5px;
					}
					#ti-promociones a{
						color:#000066;
						}
						#ti-promociones a:hover{
						color:#76AFCF;
						}
					
				
			#promo1 {
	display:block;
	float:left;
	width:205px;
	height:50px;
	margin:0;
	padding:0;
	margin-bottom: 5px;
				}	
				#img-auto1 {
	display:block;
	float:left;
	width:67px;
	height:46px;
	margin:0;
	padding:0;
	margin-left: 5px;
					}
				#text-auto1 {
					display:block;
					float:left;
					width:100px;
					height:100%;
					margin:0;
					padding:0;
					}
					#text-auto1 p{
					;
					width:120px;
					
					}
				
			#promo2 {
				display:block;
				float:left;
				width:205px;
				height:50px;
				margin:0;
				padding:0;
				}	
				#img-auto2 {
	display:block;
	float:left;
	width:67px;
	height:46px;
	background:url(../images/img-auto2.jpg) no-repeat;
	margin:0;
	padding:0;
	margin-left: 5px;
					}
				#text-auto2 {
					display:block;
					float:left;
					width:100px;
					height:100%;
					margin:0;
					padding:0;
					}
			
			#ver-mas{
	display:block;
	float:left;
	width:150px;
	margin:0;
	padding:0;
	margin-left: 5px;
				}
				#ver-mas a{
					color:#000;
					}
					#ver-mas a:hover{
					color:#76afcf;
					}
			
		#box3{
			display:block;
			float:left;
			width:211px;
			height:181px;
			background:url(../images/bg-recuadros-peq.jpg) repeat-x;
			margin:20px 0 0 4px;
			padding:0 0;
			}
			#ti-noticias-home{
				display:block;
				float:left;
				width:210px;
				text-align:center;
				margin-top:5px;
				}
			
				#ti-noticias-home a{
						color:#000066;
						font-weight:bold;
						}
						#ti-noticias-home a:hover{
						color:#76AFCF;
						}
				
			#img-auto3 {
	display:block;
	float:left;
	width:200px;
	height:67px;
	margin-left: 4px;
	margin-bottom:8px;
				}
				#img-auto3 img{
					border:none;}
			#text-noticias {
				display:block;
				float:left;
				width:100%;
				height:79px;
				margin:0 0 0 0;
				padding:0 0 0 5px;
				}
				#text-noticias p {
	display:block;
	float:left;
	width:200px;
	text-align:left;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	line-height:15px;
	text-indent:0;
	margin:5px 0 0 0;
	padding:0;
					}
					
/*REGION EDITABLE: TARIFAS POR CATEGORIAS*/
#categorias {
		display:block;
		float:left;
		width:100%;
		height:155px;
		background:none;
		margin:0;
		padding:5px 0 0 10px;
		}
		.categoria {
			display:block;
			float:left;
			width:151px;
			height:155px;
			background:none;
			margin:0;
			padding:0 0;
			}
			.categoria a:hover{
				background:#00F;
				}
			
			#categoria1 {
				background:url(../images/img-categoria1.jpg) no-repeat;
				}
			#categoria2 {
				background:url(../images/img-categoria1.jpg) no-repeat;
				}
			#categoria3 {
				background:url(../images/img-categoria1.jpg) no-repeat;
				}
			#categoria4 {
				background:url(../images/img-categoria1.jpg) no-repeat;
				}
		
#frase {
		display:block;
		float: right;
		width:650px;
		height:18px;
		background: #07254d;
		margin:0 0 10px 0;
		padding:0 0 0 10px;
		}
		
#descripcion {
		display:block;
		float: right;
		width:660px;
		height:254px;
		background: #F00;
		margin:0;
		padding:0 0 0 0;
		}
		#img-auto{
			display:block;
			float: left;
			width:236px;
			height:254px;
			background-image:url(../images/img-auto-descripcion1.jpg) no-repeat;
			background: #FFF;
			margin:0;
			padding:0 0 0 0;
			}
		#text-descripcion{
			display:block;
			float: left;
			width:384px;
			height:254px;
			background:none;
			margin:0;
			padding:0 0 0 0;
			}
			#caracteristicas-requisitos{
				display:block;
				float: left;
				width:384px;
				height:167px;
				background:none;
				margin:0;
				padding:0 0 0 0;
				}
				#caracteristicas{
					display:block;
					float: left;
					width:181px;
					height:167px;
					background:none;
					margin:0;
					padding:0 0 0 0;
					}
				#requisitos{
					display:block;
					float: left;
					width:204px;
					height:167px;
					background:none;
					margin:0;
					padding:0 0 0 0;
					}
			#text-right-bottom{
				display:block;
				float: left;
				width:86px;
				height:167px;
				background:none;
				margin:0;
				padding:0 0 0 0;
				}	
			
.alignlefthead {
	float: right;
	margin-left: 5px;
	font-size: 10px;
	border: 0px;
}
#contenidotariascategorias {
	width: 680px;
	float: left;
}
#categoriastarifas {
	float: left;
	height: 180px;
	width: 680px;
	padding-top: 5px;
}
.categoriastarifas {
	margin-left: 6px;
	border: solid 5px #FFF;
	
}
.categoriastarifas:hover {
	border: solid 5px #76AFCF;
	
}
.categoriastarifas img{
	margin-left: 6px;
}
#caracteristicas {
	float: left;
	width: 666px;
	padding-left: 7px;
	padding-right: 7px;
}
#titulocategoria {
	float: left;
	height: 21px;
	width: 673px;
	background-color: #003;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	
}
#titulocategoria p{
	margin-left:7px;
	margin-top:4px;
	}
#infoautocatg {
	float: left;
	width: 665px;
}
#imagenautocatg {
	float: left;
	height: 230px;
	width: 236px;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-top: 10px;
	z-index: 1;
}
#lupacatg {
	float: right;
	height: 45px;
	width: 35px;
	margin-top: -40px;
	z-index: 3;
}
#descripcioncatg {
	float: left;
	height: 80px;
	width: 180px;
	margin-top: 135px;
	font-size: 14px;
	margin-left: 10px;
}
.red {
	color:#F00;
	
	
}
#caractrequisit {
	float: left;
	width: 419px;
	margin-top: 10px;
	margin-left: 10px;
	height: 140px;
	background-color: #FFF;
}
#titulocatgreki {
	float: left;
	height: 16px;
	width: 419px;
	background-color: #68A8CC;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 4px;
}
#riatghtc {
	float: left;
	margin-left: 100px;
	
}
#leftcatg {
	float: left;
	margin-left: 5px;
	
}
#caracteristicasid {
	float: left;
	height: 120px;
	width: 180px;
	margin-left: 6px;
	margin-top:5px;
}
#requisitosid {
	float: left;
	height: 120px;
	width: 180px;
	margin-left: 35px;
	margin-top:5px;
	
}
#debajodecatg {
	float: left;
	width: 419px;
	margin-left: 10px;
}
#contenidohoteles {
	float: left;
	width: 680px;
	height: 456px;
	padding-top: 5px;
	background-image: url(../images/fondo-sucursales.jpg);
}
#hoteles {
	float: left;
	height: 300px;
	width: 450px;
	margin-top: 20px;
	margin-left: 3px;
}

#tit_planeshot{
	display:block;
	float:left;
	width:650px;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:15px;
	}
	
	#titulo-interior{
		display:block;
		float:left;
		width:300px;
		font-size:18px;
		}
		#titulo-interior2{
		display:block;
		float:right;
		width:205px;
		font-size:18px;
		color:#999;
		}

#titulosantiago {
	float: left;
	width: 450px;
	height:50;
	font-size: 24px;
	margin-top: 30px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #contenidohoteles #hoteles #left1h {
	float: left;
	height: 300px;
	width: 13px;
	background-image: url(../images/left1hotel.png);
}
#centerhotel {
	height: 300px;
	width: 420px;
	float: left;
	background-image: url(../images/center2hotel.png);
}
#righthotel {
	float: left;
	height: 300px;
	width: 13px;
	background-image: url(../images/right3hotel.png);
}
#titulocomuna {
	float: right;
	height: 30px;
	width: 220px;
	margin-top: 20px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
#autosmashotel {
	float: right;
	width: 220px;
	height: 300px;
}
#fotohot {
	float: left;
	height: 80px;
	width: 80px;
	background-color: #999;
	margin-bottom: 10px;
}
#direccion-sucursal {
	display:block;
	float: left;
	width: 199px;
	margin-bottom: 10px;
	padding:0;
	margin:0;
}

#atencion24 {
	float: right;
	height: 20px;
	width: 180px;
	margin-top: 36px;
	font-size: 18px;
	color: #666;
	margin-right:42px;
}
#titulocarcth {
	float: left;
	height: 30px;
	width: 420px;
	font-size: 18px;
	margin-top: 5px;
}
#contenidosucursales {
	width: 680px;
	height: 461px;
	float: left;
	background-color: #FFF;
}
#titulosucursales {
	height: 30px;
	width: 400px;
	font-size: 24px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#sucursales {
	float: left;
	height: 70px;
	width: 650px;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(../images/suursalesfondo.jpg);
}
#seccionsucursal {
	float: left;
	height: 68px;
	width: 430px;
	font-size: 10px;
}
.titulosucursal {
	font-size:14px;
	color:#036;
	display: block;
	margin-top: 3px;
	padding-left: 5px;
	
}
.titulosucursal a:link{
	font-size:14px;
	color:#036
	
}
.titulosucursal a:hover{
	font-size:14px;
	color:#06F	
}
.titulosucursal a{
	font-size:14px;
	color:#036
	
}
.titulosucursal a:active{
	font-size:14px;
	color:#036
}


#contactocontent {
	float: left;
	height: 461px;
	width: 680px;
}
#barracontacto {
	float: left;
	height: 100px;
	width: 680px;
	background-image: url(../images/contacto.jpg);
}
#formularios {
	height: 361px;
	width: 680px;
	float: left;
	background-image: url(../images/fondocontacto.jpg);
}
/* Formulario*/
.tbmain{ 
 /* Changes on the form */
 background:  !important; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
	height:100%;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
    background: transparent url("http://jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float:left;
    margin-bottom:15px;
    padding-right:5px;
}
div.backButton:hover{
    background: transparent url("http://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float: left;
    margin-bottom:15px;
    padding-right:5px;
}
div.nextButton:hover{
    background: transparent url("http://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}
/*Fin formulario*/
#tituloform {
	float: left;
	height: 40px;
	width: 200px;
	font-size: 18px;
	margin-top: 30px;
	color: #666;
}

/*SUCURSALES-MAPA*/
#contenido-sucursal-mapa {
	float: left;
	width: 680px;
	height: 456px;
	padding-top: 5px;
	background-image: url(../images/fondo-sucursales.jpg);
}
#cont-mapa {
	float: left;
	height: 300px;
	width: 450px;
	margin-top: 20px;
	margin-left: 3px;
}
#titulosantiago2 {
	float: left;
	height: 30px;
	width: 300px;
	font-size: 24px;
	margin-top: 5px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #-sucursal-mapa #cont-mapa #left1h {
	float: left;
	height: 300px;
	width: 13px;
	background-image: url(../images/left1hotel.png);
}
#mapa {
	width: 430px;
	height: 300px;
	float: right;
}


#tituloautoshot {
	float: right;
	height: 30px;
	width: 220px;
	margin-top: 20px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}

#direccion-imagenes {
	float: left;
	width: 220px;
	height: 300px;
	margin-top:16px;
	}
	
	#img-sucursal {
		display:block;
	float: left;
	width: 150px;
	height: 92px;
	margin-left:12px;
		}



#contenidoauto {
	float: left;
	height: 80px;
	width: 120px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*SUBMENU*/

#submenu{
	display:block;
	float: right;
	width:100%;
	text-align:right;
	height:24px;
	margin:0;
	padding:0 0 0 0;
	}
	
	#submenu ul li{
	display:block;
	float: right;
	height:14px;/*alto de las viñetas*/
	font-size:11px;/*modificar los vínculos*/
	line-height:100%;
	text-align:center;
	text-transform:uppercase;
	list-style:none;
	background: url(../images/franja-nav-submenu.jpg) left no-repeat;/*viñeta*/
	margin:0;
	padding:0;
	padding-left: 10px;
	padding-right: 10px;
		}
		#submenu ul li a{
	color: #666;
		}
		#submenu ul li a:link{
	color: #666;
		}
		#submenu ul li a:hover{
	color: #039;
		}
		#submenu ul li a:active{
	color: #FFF;
		}
		
		#buttons4{
			display:block;
			float:left;
			width:300px;
			height:100%;
			}
		
		#buttons4 ul{
			margin:0;
			padding:7px 0;/*ubicación vertical links menú-secundario*/
			width:670px;
			}
		
			 #santiago a{
				float:left;
				width:65px;
				height:26px;
				padding:0 0 0 0;
				}
			 #nunoa-usados a{/*sucursales*/
				float:left;
				width:96px;
				height:26px;
				padding:0 0 0 0;
				}
			 #nunoa a{/*contacto*/
				float:left;
				width:56px;
				height:26px;
				padding:0 0 0 0;
				}
			 #las-condes a{/*menu-secundario:faq*/
				float:left;
				width:78px;
				height:26px;
				padding:0 0 0 0;
				}
			 #providencia a{/*menu-secundario:terminos y condiciones*/
				float:left;
				width:90px;
				height:26px;
				padding:0 0 0 0;
				}
				
				#buttons4 a:link{
					color: #999;
					}
				#buttons4 a:hover{
					color:#1b375f;
					}
				
#textfield {
	float: left;
	font-size: 10px;
	border: 0px;
	width: 136px;
	margin-bottom: 2px;
}
#direccion {
			display:block;
			float:left;
			text-align:left;

			padding:0 10px 0 0;
			}
#campo-form-tpl{
			display:block;
			float:left;
			text-align:left;
            width: 67px;

			}
.textfield {
	float: left;
	font-size: 10px;
	border: 0px;
	width: 136px;
	margin-bottom: 2px;
}
#imagensusursal {
	float: right;
	width: 220px;
	height: 70px;
	text-align: right;
}
#texto-sucursal {
	height: 50px;
	width: 425px;
	margin-top: -6px;
	padding-left: 5px;
}
#cuerpocatgeroia {
	float: left;
	height: 400px;
	width: 670px;
	margin-left: 5px;
	margin-top: 5px;
	border-color: #CCC;
}
#autobox {
	float: left;
	height: 150px;
	width: 200px;
	margin: 5px;
	border: 1px solid;
	border-color: #CCC;
}
#textoautobox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 5px;
	float: left;
	width: 190px;
}
#imagenbox {
	float: left;
	height: 80px;
	width: 200px;
	margin-top: 10px;
}
#categoriasinterior {
	float: left;
	height: 277px;
	width: 680px;
	background-color: #FFF;
}
#sidebar-titulo {
	float: left;
	height: 33px;
	width: 670px;
	background-image: url(../images/bg-side-categorias.jpg);
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
}
#iframe-categoria {
	float: left;
	width: 680px;
	overflow: auto;
	height: 237px;
}
#bg-producto {
	float: left;
	height: 157px;
	width: 139px;
	margin: 10px;
}
#bg-titulo-producto {
	background-image: url(../images/bg-categoria-titulo1.jpg);
	float: left;
	height: 23px;
	width: 139px;
	color: #FFF;
	padding-top: 5px;
	text-align: center;
}
#imagen-producto {
	float: left;
	height: 80px;
	width: 138px;
}
#texto-promo-categoria {
	float: left;
	height: 25px;
	width: 138px;
	text-align: center;
}
#vermas-catgeoria {
	background-image: url(../images/bg-vermas.jpg);
	float: left;
	height: 20px;
	width: 78px;
	padding-top: 2px;
	text-align: center;
	margin-left: 30px;
}
#vermas-catgeoria a:link{
	color: #036;
	}#vermas-catgeoria a{
	color: #036;
	}
#imagen-dealle {
	float: left;
	height: 120px;
	width: 236px;
	padding-top: 10px;
	text-align: center;
}
#texto-detalle {
	float: left;
	height: 100px;
	width: 216px;
	background-image: url(../images/bg-dettales.jpg);
	padding-left: 10px;
	font-size: 14px;
	text-align: center;
	padding-right: 10px;
}
.imagen-producto img {
	height: 80px;
	width: 138px;
}
#imagen-producto img {
	height: 75px;
	width: 138px;
}
#bg-promo1 {
	float: left;
	height: 100px;
	width: 500px;
	margin-top: 20px;
	margin-left: 20px;
}
#imagen-promo-producto {
	float: left;
	height: 100px;
	width: 150px;
}
#texto-promo {
	float: left;
	height: 90px;
	width: 300px;
	margin-top: 5px;
	margin-left: 15px;
	color: #333;
}
#imagen-promo-producto img {
	float: left;
	height: 100px;
	width: 170px;
}
#fecha_reserva {
	font-size: 11px;
	color: #036;
	width: 91px;
}
.reserva_fecha:hover {
opacity:0.4;
}

.reserva_fecha {
	background-color:transparent;
	background-image:url(../images/calendar.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:0 none;
	cursor:pointer;
	height:18px;
	width:18px;
}
#fecha_devolucion{
	font-size: 11px;
	color: #036;
	width: 91px;
}

/*CLIENTE-PREFERENCIAL*/

#imagen-interior{
	display:block;
	float:left;
	width:668px;
	margin-top:5px;
	margin-left:5px;
	}
#texto-interior{
	display:block;
	float:left;
	width:668px;
	margin-top:10px;
	margin-left:5px;
	}

/*LISTADO-NOTICIAS*/

.noticia-lista{
	display:block;
	float:left;
	width:668px;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
	}


#titulo-seccion{
	display:block;
	float:left;
	width:660px;
	font-size:16px;
	font-weight:bold;
	color:#003366;
	margin-left:10px;
	margin-top:10px;
	}
	
.buscador_form{
	width:160px;
	}	
	
/*FORMULARIO CONTACTO*/

#comentario{
	width:242px;
	}
#sucursal{
	width:246px;
	}
	
.submitButton_cont{
	width:70px;
	height:25px;
	color:#003366;
	font-size:14px;
	background:url(../images/bg-bt-enviar.jpg) no-repeat;
	border:none;
	padding-bottom:4px;
	margin-left:84px;
	}
