@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
}
.oneColFixCtrHdr #container {
	width: 785px;  /* using 15px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	width: 785px;
	height: 200px;
	background-image: url(img/pantalla/cabecera.gif);
	background-color: #DDDDDD;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #menu {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 35px;
	background-color: #798B5A;
}

.oneColFixCtrHdr #botonera {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	float: left;
	display:inline;
	padding: 0;  
	height: 35px;
	background-color: #798B5A;
}


.oneColFixCtrHdr #idioma {
	width: 70px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	float: left;
	padding: 0;  
	height: 30px;
	background-color: #798B5A;
}


.oneColFixCtrHdr #marcosuperior {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: 785px;
	height: 24px;
	background-image: url(img/pantalla/marcosuperior.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.oneColFixCtrHdr #marcoinferior {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: 785px;
	height: 24px;
	background-image: url(img/pantalla/marcoinferior.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.oneColFixCtrHdr #mainContent {
	width: 785px;
	min-height: 250px;
	height: 100%;
	background-image: url(img/pantalla/marcolateral.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}

.oneColFixCtrHdr #menuvert {
	width: auto;
	height: 100%;
	padding: 0;
	float: left;
	padding-top: 0px;
	margin-left: 15px;
}


.oneColFixCtrHdr #habitaciones, #restaurant, #elestar, #depto4, #depto6, 
				 #pesca, #trekking, #esqui, #nautica, #salud, #general{
	width: 550px;
	height: 100%;
	top: 0;
	padding: 0;
	padding-top: 0px;
	margin-left: 200px;
	margin-right: 0px;
	padding-right: 10px;
}

.oneColFixCtrHdr #informacion_ubica, #informacion_consulta,  #informacion_home{
	width: 610px;
	height: auto;
	top: 0px;
	padding: 0;
	padding-top: 0px;
	margin-left: 100px;
	margin-right: 0px;
	padding-right: 0px;
	border: #006633 solid 1px;
}

.oneColFixCtrHdr #informacion_home{
	border: none;
}


.oneColFixCtrHdr #informacionentrada{
	width: 550px;
	height: auto;
	top: 0;
	padding: 0;
	padding-top: 0px;
	margin-left: 200px;
	margin-right: 0px;
	padding-right: 10px;
	border: #006633 solid 1px;
}


.oneColFixCtrHdr #ubica, #fotoyvideo {
	width: 610px;
	height: auto;
	top: 0;
	padding: 0;
	padding-top: 0px;
	margin-left: 100px;
	margin-right: 0px;
	padding-right: 0px;
	outline: 0;
}

.oneColFixCtrHdr #cont_formulario{
	width: 610px;
	height: auto;
	top: 0;
	padding: 0;
	padding-top: 20px;
	margin-left: 100px;
	margin-right: 0px;
	padding-right: 0px;
	outline: 0;
	background-color: #F8F7FB;
}


.oneColFixCtrHdr #cont_fotos{
	width: 610px;
	height: auto;
	top: 0;
	padding: 0;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

.oneColFixCtrHdr #cont_video{
	width: 610px;
	height: auto;
	top: 0;
	padding: 0;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}


.oneColFixCtrHdr #packfotos{
	width: 550px;
	height: auto;
	top: 0;
	padding: 0;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0px;
	padding-right: 10px;
	position:relative;
	background-image: url(img/pantalla/linea4.gif);
	background-repeat: repeat;
}

.oneColFixCtrHdr #mapa_ubicacion{
	width: 250px;
	height: 315px;
	top: 0;
	padding: 0;
	padding-top: 0;
	margin-left: 20px;
	margin-right: 0px;
	padding-right: 0px;
	float:left;
	position: relative;
	background-image: url(img/ubicacion/mapa_argentina.gif);
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #ubicacion_derecha{
	width: 330px;
	height: 315px;
	top: 0;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 10px;	
	float:right;
}

.gmnoprint span {white-space:normal;}

.oneColFixCtrHdr #mapa_neuquen{
	width: 45px;
	height: 45px;
	position: absolute;
	top: 138px;
	left: 31px;
	padding: 0;
	margin: 0px;
	background-image: url(img/ubicacion/sector_neuquen.gif);
	background-repeat:no-repeat;
	border: 0;
	outline:0;
}


.oneColFixCtrHdr #packfotos img, .oneColFixCtrHdr #mapa_neuquen img,  {border:none;}

.oneColFixCtrHdr #packfotos a:active, .oneColFixCtrHdr #packfotos a:focus, 
.oneColFixCtrHdr #mapa_neuquen a:active, .oneColFixCtrHdr #mapa_neuquen a:focus {
	width:0;
   	height:0;
   	outline:0;
}

.curved {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(border-radius.htc);
	background-color: #F8F7FB;
      }

.oneColFixCtrHdr #mainContent h1{
	margin: 0; 
	padding: 10px 20px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#0066CC;
}

.oneColFixCtrHdr #mainContent h2{
	margin: 0; 
	padding: 10px 20px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#0066CC;
}

.oneColFixCtrHdr #mainContent p {
	margin: 0; 
	padding: 10px 20px; 
	text-align:justify;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#666666;	
}

.oneColFixCtrHdr #informacionentrada h1, .oneColFixCtrHdr #informacion_ubica h1{
	color:#CC0000;
	font-size: 1em;
}

.oneColFixCtrHdr #informacionentrada p, .oneColFixCtrHdr #informacion_ubica p{
	color:#663333;
	font-size: 0.8em;
}

.oneColFixCtrHdr #informacion_ubica p2{
	padding: 0px 20px; 
	color:#663333;
	font-size: 0.8em;
}


.oneColFixCtrHdr #footer, .oneColFixCtrHdr #footer2 {
	padding: 0;
	text-align: center;
	width: 785px;
	background-color: #C4CEC5;	
}
.oneColFixCtrHdr #footer p, .oneColFixCtrHdr #footer2 p {
	margin: 0; 
	padding: 10px 0; 
	color:#663333;
	font-size: 0.8em;
}

.oneColFixCtrHdr #footer a, .oneColFixCtrHdr #footer2 a {
	color:#000099;
	text-decoration: none;
}
