@charset "utf-8";
/*----------------------------------- 

BODYstyles------------------------------- */
/*Eliminamos los estilos por defecto del navegador*/
@import url(reset.css);

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #195801;
	margin: 0; /* zero margin and padding of the body element for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5*, text is then set to left aligned default in the #container selector */
	
}


/*---------------------- container--------------------- */

#container { 
	width: 960px; 
	height: 1400px;
	background: url(../imagenes100/bg-body.jpg);
	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. */
} 
/*---------------------- header --------------------- */
#header {
	margin: 0;
	background: #195801; 
	height: 280px;
	position: relative;
	
} 
#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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* ---------------sidebarLeft------------- */
	
#sidebarLeft {
	float: left;
	width: 160px;
	position: relative;
	margin: -14px 0 0 0;
	padding: 0 0 0 0; /* padding keeps the content of the div away from the edges */
}
	
/* ---------------sidebarLeft Menu------------- */
#sidebarLeft #menu {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	width: 160px;
	z-index: 10;
	visibility: visible;
	left: 0px;
	top: 33px;
	
	
}
	
#botHospedaje {
	position: absolute;
	background:url(../imagenes100/hospedaje.png) no-repeat;
	width: 159px;
	height: 33px;
	z-index: 15;
	visibility: visible;
	border: none;
	left: 0px;
	top: 265px;

}

#botTurismo {
	position: absolute;
	background:url(../imagenes100/turismo.jpg) no-repeat;
	width: 160px;
	height: 35px;
	z-index: 15;
	visibility: visible;
	border: none;
	left: 0px;
	top: 105px;

}
#botInformacion {
	position: absolute;
	background:url(../imagenes100/informacion.jpg) no-repeat;
	width: 160px;
	height: 35px;
	z-index: 15;
	visibility: visible;
	border: none;
	left: 0px;
	top: 411px;

}

#sidebarLeft #menuB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	position: absolute;
	margin: 130px 0 0 0px;
	z-index: 11;
	visibility: visible;
	width: 160px;
	top: 11px;
	
	 
}

#sidebarLeft #menuC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	position: absolute;
	margin: 470px 0 0 0;
	z-index: 14;
	visibility: visible;
	width: 160px;
	top: -25px;
}

#sidebarLeft #menu ul, #menuB ul, #menuC ul {
	list-style: none;
	
}

#menu li  a:link,  #menu li a:visited,  #menuB li  a:link,  #menuB li a:visited, #menuC li  a:link,  #menuC li a:visited   {
	
	display: block;
	color: #FFF;
	text-decoration: none;
	padding:1px 5px 1px 5px;
	
	line-height: 1.7em;
	border-bottom:1px solid #F90;
	text-align: center;
}
#menu li a:hover, #menu li a:active, #menuB li a:hover, #menuB li a:active, #menuC li a:hover, #menuC li a:active {
	
	background:url(../imagenes100/flechanaranja.gif) no-repeat left;
	color:#F90;
}


#banderas {
	position: absolute;
	border: none;
	left: 79px;
	top: -48px;
	z-index: 59;
	visibility: visible;
	width: 61px;
	
}
#banderas a:link, #banderas a:visited {
	background: url(../imagenes100/flaggb.gif) no-repeat;
	width: 199px;
	height: 30px;
	display: block;
	text-indent: -1000em;
	
	
}
#banderasBrasil {
	position: absolute;
	border: none;
	left: 34px;
	top: -48px;
	z-index: 59;
	visibility: visible;
	width: 40px;
	
}
#banderasBrasil a:link, #banderasBrasil a:visited {
	background:url(../imagenes100/flagpt.gif) no-repeat;
	width: 199px;
	height: 30px;
	display: block;
	text-indent: -1000em;

}
/*---------------------- sidebarRight --------------------- */


#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 1px 1px 1px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8 em;
	color:#CCC;
	height: 800px;
	position:relative;
}

#sidebarRight #arrowColor {
	position: absolute;
	top: 77px;
	visibility: visible;
	z-index: 21;
	width: 79px;
	left: 20px;
	
	
}
#sidebarRight #arrowColor a:link, #sidebarRight #arrowColor a:visited{
	background:url(../imagenes100/galefot_arrow.png) no-repeat center top;
	height: 13px;
	width: 100px;
	display: block;
}
	
#sidebarRight #arrowColor a:hover, #sidebarRight #arrowColor a:active{
	background-position: center bottom;
	color:#F90;
	font-weight: bold;
}

#sidebarRight #textVideosVla {
	position: absolute;
	visibility: visible;
	z-index: 22;
	left: -15px;
	top: 142px;
	width: 174px;
	text-align: center;
}

#sidebarRight #textVideosVla a:link, #sidebarRight #textVideosVla a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#FFF;
	text-decoration: none;
	text-align: center;
	
	
		
}

#sidebarRight #textVideosVla a:hover, #sidebarRight #textVideosVla a:active{
	color:#F90;
	text-align: center;
}


#sidebarRight #botMovieVla {
	position: absolute;
	background:url(../imagenes100/movie_villalaangostura.png) no-repeat;
	border: none;
	width: 171px;
	height: 119px;
	top: 23px;
	left: -17px;
	z-index: 18;
	visibility: visible;
}

/*---------------puerto manzano---------*/

#sidebarRight #botMovieManzano {
	position: absolute;
	background:url(../imagenes100/puertomanzano.png) no-repeat;
	border: none;
	width: 171px;
	height: 119px;
	top: 184px;
	left: -17px;
	z-index: 18;
	visibility: visible;
}

#playMovieManzano {
	position: absolute;
	border: none;
	left: 55px;
	top: 239px;
	z-index: 19;
	visibility: visible;
	
}
#playMovieManzano a:link, #playMovieManzano a:visited {
	background:url(../imagenes100/galefot_arrow.png) no-repeat center top;
	width: 37px;
	height: 13px;
	display: block;
	text-indent: -1000em;
	
}

#playMovieManzano a:hover, #playMovieManzano a:active {
	background-position: center bottom;
}

#sidebarRight #textVideosPm {
	position: absolute;
	visibility: visible;
	z-index: 22;
	left: -16px;
	top: 303px;
	width: 174px;
	text-align: center;
}

#sidebarRight #textVideosPm a:link, #sidebarRight #textVideosPm a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#FFF;
	text-decoration: none;
	
	text-align: center;
	
	
		
}

#sidebarRight #textVideosPm a:hover, #sidebarRight #textVideosPm a:active{
	color:#F90;
	text-align: center;
}


/*-------------san martin de los andes----------*/

#sidebarRight #botMovieSanMartin{
	position: absolute;
	background:url(../imagenes100/sanmartindelosandes.png) no-repeat;
	border: none;
	width: 171px;
	height: 119px;
	top: 343px;
	left: -14px;
	z-index: 18;
	visibility: visible;
}

#playMovieSanMartin {
	position: absolute;
	border: none;
	left: 58px;
	top: 398px;
	z-index: 19;
	visibility: visible;
	
}
#playMovieSanMartin a:link, #playMovieSanMartin a:visited {
	background:url(../imagenes100/galefot_arrow.png) no-repeat center top;
	width: 37px;
	height: 13px;
	display: block;
	text-indent: -1000em;
	
}

#playMovieSanMartin a:hover, #playMovieSanMartin a:active {
	background-position: center bottom;
}

#sidebarRight #textVideosSanMartin{
	position: absolute;
	visibility: visible;
	z-index: 22;
	left: 1px;
	top: 462px;
	width: 150px;
	text-align: center;
}


#sidebarRight #textVideosSanMartin a:link, #sidebarRight #textVideosSanMartin a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#FFF;
	text-decoration: none;
		text-align: center;
	
		
}

#sidebarRight #textVideosSanMartin a:hover, #sidebarRight #textVideosSanMartin a:active{
	color:#F90;
	text-align: center;
}


#sidebarRight #playGaleria {
	position: absolute;
	border: none;
	left: -14px;
	top: 506px;
	z-index: 30;
	visibility: visible;
	width: 157px;
	height: 119px;
	
}

#sidebarRight #textGaleria {
	position: absolute;
	visibility: visible;
	z-index: 30;
	left: -6px;
	top: 628px;
	width: 150px;
	text-align: center;
}


#sidebarRight #textGaleria a:link, #sidebarRight #textGaleria a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#FFF;
	text-decoration: none;
		text-align: center;
	
		
}

#sidebarRight #textGaleria a:hover, #sidebarRight #textGaleria a:active{
	color:#F90;
	text-align: center;
}



#sidebarRight #playski {
	position: absolute;
	border: none;
	left: -14px;
	top: 671px;
	z-index: 30;
	visibility: visible;
	width: 157px;
	height: 119px;
	
}

#sidebarRight #textski {
	position: absolute;
	visibility: visible;
	z-index: 30;
	left: -5px;
	top: 791px;
	width: 150px;
	text-align: center;
}


#sidebarRight #textski a:link, #sidebarRight #textski a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#FFF;
	text-decoration: none;
		text-align: center;
	
		
}

#sidebarRight #textski a:hover, #sidebarRight #textski a:active{
	color:#F90;
	text-align: center;
}


#sidebarRight #playpesca {
	position: absolute;
	border: none;
	left: -14px;
	top: 832px;
	z-index: 30;
	visibility: visible;
	width: 157px;
	height: 119px;
	
}

#sidebarRight #textpesca {
	position: absolute;
	visibility: visible;
	z-index: 40;
	left: -3px;
	top: 953px;
	width: 150px;
	text-align: center;
}


#sidebarRight #textpesca a:link, #sidebarRight #textpesca a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#FFF;
	text-decoration: none;
	text-align: center;
	
		
}

#sidebarRight #textpesca a:hover, #sidebarRight #textpesca a:active{
	color:#F90;
	text-align: center;
}



/* ---------------movil link------------- */

#container #mobileButton {
	position: absolute;
	left: 30px;
	z-index: 9;
	visibility: visible;
	width: 58px;
	top: 3px;
	
	
}
	
	
#mobileButton a:link, #mobileButton a:visited  {	
	font-family:Arial, Helvetica, sans-serif;
    font-size: .80em;
	color: #FFF;
	heigh: 14px;
	width: 77px;
	display: block;
	text-indent: 1.2em;
	background: url(../imagenes100/movil_icon_dual3.gif) no-repeat left -3px;
	border: none;
	background-position: left 2px;
	color: #FFF;
	text-decoration: none;
	
}
	
#mobileButton a:hover,  #mobileButton a:active  {
	background-position: left bottom;
	color:#03C;
}


#contactenos {
	position: absolute;
	left: 820px;
	top: 3px;
	z-index: 39;
	visibility: visible;
	
}
#contactenos a:link, #contactenos a:visited  {	
	font-family:Arial, Helvetica, sans-serif;
    font-size: .80em;
	color: #FFF;
	heigh: 14px;
	width: 77px;
	display: block;
	text-indent: 2.5em;
	background: url(../imagenes100/sobre.png) no-repeat ;
	border: none;
	color: #FFF;
	text-decoration: none;
	
}
	
#contactenos a:hover,  #contactenos a:active  {
	
	color:#03C;
}


/* ---------------barritaheader------------- */
#header div#barritaheader {
	position: absolute;
	width: 960px;
	background: url(../imagenes100/barrita_bg333.gif) repeat-x;
	border: none;
	left: 0px;
	top: 0px;
	height: 25px;
	z-index: 8;
	visibility: visible;
	
}
/* --------------- DIV presenta------------- */
#header #presenta  {
	position: absolute;
	margin: 25px 0 0 0;
	height: 257px;
	z-index: 7;
	visibility: visible;
}
	
/*---------------------- main Content --------------------- */
#mainContent {
	margin: 20px 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
}
#mainContent p {
    font-family:Arial, Helvetica, sans-serif;
    font-size: .85em;
    line-height: 1.4em;
    color: #FFF;
    
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #FFF;
}

#mainContent h2 {
    font-size: 1.2em;
    color: #FFF;
}

#mainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #FFF;
}


#mainContent #LaAngosturaMovie {
width: 582px;
	
}

#mainContent #articulopresenta {
width: 580px;
	
}
#mainContent #villalaangosturaTitulo {
	margin: 5px;
}

#mainContent #recuadros {
	position: relative;
	
}
	
#mainContent #recuadroLeft {
	float: left;
	background:url(../imagenes100/recuadroleft.png);
	height: 282px;
	width: 264px;
	padding:10 px;
	list-style: none;
}

#mainContent #recuadroRight {
	float: right;
	background:url(../imagenes100/recuadroright.png);
	height: 282px;
	width: 264px;
	padding:10 px;
	list-style: none;
}

#mainContent #recuadroLeft #enlacesLeft  {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.8em;
	width: 60px;
	margin-top: 70px;
	margin-left: 170px;
	visibility: visible;
	list-style: none;
	text-decoration: none;
	font-weight: bold;	
	
}

#mainContent #recuadroRight #enlacesRight  {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.8em;
	list-style: none;
	width: 130px;
	margin-top: 70px;
	margin-left: 160px;
	visibility: visible;
	list-style: none;
	text-decoration: none;
	font-weight: bold;	
	
}

#mainContent #recuadroLeft #enlacesLeft .one {
margin: 0px 20px 40px 0;
list-style: none;

}

#mainContent #recuadroRight #enlacesRight .oneRight {
margin: 0px 30px 50px 0;
list-style: none;

}

#mainContent #recuadroLeft #enlacesLeft .two {
margin: 0px 10px 50px 0;
	list-style: none;
}

#mainContent #recuadroRight #enlacesRight .twoRight {
margin: 0px 30px 50px 0;
list-style: none;

}
	
#mainContent #recuadroLeft #enlacesLeft .three {
margin: 0px 10px 10px 0;
	list-style: none;

}

#mainContent #recuadroRight #enlacesRight .threeRight {
margin: 0px 30px 40px 0;
list-style: none;

}

#mainContent #recuadroLeft #enlacesLeft ul li a:link, a:visited{ 
color: #FFF;
text-decoration: none;
}

#mainContent #recuadroRight #enlacesRight ul li a:link, a:visited{ 
color: #FFF;
text-decoration: none;
list-style: none;
}

#mainContent #recuadroLeft #enlacesLeft ul li a:hover {
	color:#F90;
	text-decoration: none;
	
	
}

#mainContent #recuadroRight #enlacesRight ul li a:hover {
	color:#F90;
	text-decoration: none;
	list-style: none;
}

#mainContent #recuadroLeft #fotosLeft {
	position: absolute;
	width: 100px;
	margin: 0 0 0 0;
	top: 47px;
	left: 22px;
	z-index: 20;
	visibility: visible;
	
}

#mainContent #recuadroLeft #fotosLeft li a:hover {
	border: 1px solid #CCC;
}

#mainContent #recuadroRight #fotosRight li a:hover {
	border: 1px solid #CCC;
	
	
	
}

#mainContent #recuadroRight #fotosRight {
	position: absolute;
	width: 100px;
	top: 47px;
	left: 348px;
	height: 271px;
	list-style: none;
	z-index: 21;
	visibility: visible;
}

#mainContent #recuadroLeft #fotosLeft .uno {
	padding: 5px 0 5px 0;
	list-style: none;
	
}

#mainContent #recuadroRight #fotosRight .unoRight {
	padding: 5px 0 5px 0;
	list-style: none;
	
}

/*---------------------- Footer o pie --------------------- */


#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position: relative;
}

#footer #barritaMenu {
	background: url(../imagenes100/bg_pie.jpg) repeat-x;
	position: absolute;
	width: 960px;
	height: 50px;
	z-index: 23;
	visibility: visible;
	left: 0px;
	top: 25px;
	margin: 0 0 0 0;
	
}



#footer #linksFooter {
	position: absolute;
	background:url(../imagenes100/bgfoot_links.jpg) repeat-x;
	width: 960px;
	height: 40px;
	z-index: 27;
	visibility: visible;
	left: 0px;
	top: 78px;
	padding-top: 7px;
	padding-bottom: 7px;
	
}



#footer #puertoManzano {
	position: absolute;
	border: none;
	left: 81px;
	top: 86px;
	z-index: 59;
	visibility: visible;
	
}
#footer #puertoManzano a:link, #footer #puertoManzano a:visited {
	background:url(../imagenes100/manzano_link.png) no-repeat;
	width: 199px;
	height: 30px;
	display: block;
	text-indent: -1000em;
	
}




#footer #laAngostura {
	position: absolute;
	border: none;
	left: 381px;
	top: 86px;
	z-index: 59;
	visibility: visible;
	
}
#footer #laAngostura a:link, #footer #laAngostura a:visited {
	background:url(../imagenes100/laangostura_link.png) no-repeat;
	width: 199px;
	height: 30px;
	display: block;
	text-indent: -1000em;
	
}

#footer #sanMartin {
	position: absolute;
	border: none;
	left: 641px;
	top: 86px;
	z-index: 59;
	visibility: visible;
	
}
#footer #sanMartin a:link, #footer #sanMartin a:visited {
	background:url(../imagenes100/sanmartin_link.png) no-repeat;
	width: 269px;
	height: 30px;
	display: block;
	text-indent: -1000em;
	
}




/*------------- MENU FINAL Footer o pie -------------- */

#footer #menufooter {
	position: absolute;
	margin: 0 0 0 20px;
	padding: 10px 0;
	color:#000;
	display: block;
	width: 607px;
	z-index: 25;
	visibility: visible;
	top: 23px;
}
	
#footer #menufooter ul {
		list-style: none;
		margin: 0;
		padding: 0;
}
	
#footer #menufooter li {
	float: left;
	margin: 0;
	padding: 0;
	
}
#footer #menufooter a:link, #footer #menufooter a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0 2px 0 2px;
	border: none;

}
	
#footer #menufooter a:hover, #footer #menufooter a:active {
	color: #FFF;
	background: #F60;
}

/*----------termina Footer---*/
#container #Cristo {
	position: absolute;
	border: none;
	left: 250px;
	top: 150px;
	z-index: 60;
	visibility: visible;
	width: 460px;
	height: 63px;
	
	
}



#container #hospedaje{
	position: absolute;
	top: 270px;
	left: 100px;
	visibility: visible;
	}
	
#container #hospedaje a:link, #container #hospedaje a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	display: block;
	color:#CCC;
	text-decoration: none;
	padding: 0 2px 0 2px;
	border: none;

}

#container #hospedaje a:hover, #container #hospedaje a:active {
	color: #FFF;
	background: #F60;
}
#container #hosterias{
	position: absolute;
	top: 270px;
	left: 400px;
	visibility: visible;
	}
	
#container #hosterias a:link, #container #hosterias a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	display: block;
	color:#CCC;
	text-decoration: none;
	padding: 0 2px 0 2px;
	border: none;

}
	
#container #hosterias a:hover, #container #hosterias a:active {
	color: #FFF;
	background: #F60;
}

#container #aparts{
	position: absolute;
	top: 270px;
	left: 650px;
	visibility: visible;
	}
	
#container #aparts a:link, #container #aparts a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	display: block;
	color:#CCC;
	text-decoration: none;
	padding: 0 2px 0 2px;
	border: none;

}
	
#container #aparts a:hover, #container #aparts a:active {
	color: #FFF;
	background: #F60;
}
	
#container #comentarios {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#CCC;
	text-decoration: none;
	padding: 0 2px 0 2px;
	border: none;
	left: 161px;
	top: 762px;
	width: 620px;
	visibility: visible;
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border-top: solid #F90 1px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
/*----------------------CLASES---------------*/
	
