@charset "iso-8859-1";
@import url("general-css.css");
/* CSS Document */


#wrapper{
	height:970px;
}

#subwrapper{
	position:relative;
	background-image: url(imagenes/6.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	width:950px;
	height:970px;
	border:8px solid #360808;
}
	
#first{
	position:fixed;
	left:1130px;
	top:30px;
	}
	
#second{
	position:fixed;
	left:1130px;
	top:130px;
	}

#sidebar1{
	top:22px;
	}

#sidebar2{
	top:122px;
	}
	
#sidebar3{
	top:222px;
	}
	
#sidebar4{
	top:322px;
	}
	
#sidebar5{
	top:422px;
	}
	
#header{
	height:350px;
	background-image: url(imagenes/enlaces%20header.jpg);
	background-repeat: no-repeat;
	}
	
#center{
	position:relative;
	width:500px;
	height:560px;
	top:20px;
	left:410px;
	background-color:#E8D3BD;
	moz-border-radius: 20px;
	khtml-border-radius: 20px;
	webkit-border-radius: 20px;
	border-radius: 20px;
	border: 6px solid #360808;
}

#box a img{
	position:relative;
	top: 35px;
	background-color:#F0F0F0;
	moz-border-radius: 20px;
	khtml-border-radius: 20px;
	webkit-border-radius: 20px;
	border-radius: 20px;
	border:3px solid #360808;
	}
#box{
	position:relative;
	width:150px;
	left:50px;
	}
	
#box2{
	position:relative;
	width:330px;
	top:-330px;
	left:210px;
	}

#box2 a img.none{
	border:hidden;
	background-color:transparent;
}
	
h1{
	background-color:#360808;
	color:white;
	font-size:30px;
	line-height:50px;
	text-align:center;
	text-shadow: grey 2px 2px 2px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h1:hover{
	color:#FF8C40;
}

a{
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:black;
	}

 #change1 {
	background-image: url(imagenes/facundosaraviabutton.png);
	background-size:contain;
	height:120px;
	background-repeat: no-repeat;
    }
	
#change1:hover{
	background-image: url(imagenes/facundosaraviabutton_over.png);
	}
	
 #change2 {
	background-image: url(imagenes/barilochebutton.png);
	background-size:contain;
	height:120px;
	background-repeat: no-repeat;
    }
	
#change2:hover{
	background-image: url(imagenes/barilochebutton_over.png);
	}
	
 #change3 {
	background-image: url(imagenes/elcordilleranobutton.png);
	background-size:contain;
	height:120px;
	background-repeat: no-repeat;
    }
	
#change3:hover{
	background-image: url(imagenes/elcordilleranobutton_over.png);
	}

#barra{
	position:relative;
	top:-295px;
	height:45px;
	background-color:#360808;}
