@charset "utf-8";
/* CSS Document */

*{border:0; margin:0; padding:0;}
body {background-color:#666;
}

a{text-decoration:none;}

a:link{text-decoration:none; }
a:visited {text-decoration:none;}
a:hover{text-decoration:none;}
a:active{}
a img{ border:0; cursor:pointer;}
#wrapper {
	
	position:absolute;
	left:50%;
	top:0%;
	width:900px;
	height:780px;
	margin-left:-490px;
	z-index:1;
	background-image: url(../img/fondi.png);
	background-repeat:no-repeat;
	

	
	
}
#cabecera {
	
	width:900px;
	height:120px;
	background-image: url(../img/cabecera.png);
	background-repeat:no-repeat;
	
	
	
}
#derecha {
	
	width:250px;
	height:550px;
	
}
#botonera {
	
	width:900px;
	height:90px;
	padding-left:5px;
	text-align:center;
	
}	
#galeria {
	
	float:right;
	width:400px;
	height:300px;
	margin-top:32px;
	
}
	
#filo {
	
	width:300px;
	height:100px;

	margin-left:350px;
	
	
	}	
	
#izquierda {
	
	float:right;
	width:250px;
	height:550px;
	
	
	
	
}



#pie {
	
	width:650px;
	height:20px;
	margin-top:0;
	background-color:#2d2929;
	
	
}
