#container{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	}

body{
	min-width:960px;
	color:#1D1A16;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(bg_tile.jpg);
	background-repeat:repeat;
	background-position: center top;
	background-color:#E8E0CD;
	}

#contenido{
		background-image:url(bg.jpg);
		background-repeat:no-repeat;
		display:block;
		height:700px;
		width:960px;
		}
		
#botonera{

		display:block;
		height:400px;
		padding-top:240px;
		padding-left:76px;
		width:960px;
		}		

	
.boton a{
	text-indent: -3000px;
	background-image:url(patagoniafins.png);
	display:block;
	height:215px;
	width:271px;
	background-repeat: no-repeat;
	float:left;
	}
	
.boton2 a{
	text-indent: -3000px;
	background-image:url(elrefugiolodge.png);
	display:block;
	height:215px;
	width:271px;
	background-repeat: no-repeat;
	float:left;
	}

.boton3 a{
	text-indent: -3000px;
	background-image:url(searuntrouts.png);
	display:block;
	height:215px;
	width:271px;
	background-repeat: no-repeat;
	float:left;
	}



.boton a:hover{
	background-image:url(patagoniafins_over.png);
	}

.boton2 a:hover{
	background-image:url(elrefugiolodge_over.png);
	}	

.boton3 a:hover{
	background-image:url(searuntrouts_over.png);
	}

	
	