*{
	padding:0;
	margin:0;
	
	}

body {
	background-color:#666;
	background-image:url(img/fondo.png);
	*background-image:url(img/fondo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	}

#imagen {
	height:370px;
	width:400px;
	/*background-image:url(img/fondoHome.png);
	*background-image:url(img/fondoHome.jpg);*/
	float:left;
/*	background-position:0px 0px;*/
	}
	
#texto {
	/*height:220px;*/
	width:620px;
	/*float:left;*/
	padding:25px;
	padding-bottom:0;
	display:block;
	position:absolute;
	left: 0px;
	top: 370px;
	
	}
#foto {
	height:385px;
	width:600px;
	/*float:right;*/
	margin-bottom:-80px;
	position:absolute;
	left: 397px;
	top: 46px;
	/*background-image:url(img/fotoCampamentos.png);*/
	/*background-image:url(img/fotoHome.jpg);*/
	background-repeat:no-repeat;
	background-position:bottom left;
		
	}

#menu{
	margin-top:10px;
	margin-left:-4px;
	}

a {
	text-decoration:none;
	color:#FFF;
	-moz-outline:none;
	}

a:hover {
	
	color:#000;
	-moz-outline:none;
	border:0;
	
	}

#contacto{
	margin-top:100px;
	}
	

#enviar{
	margin-left:215px;
	background-color:#666;
	color:#FFF;
	border:none;
	cursor:pointer;
	-moz-outline:none;
	}

#enviar a:hover{
	color:#CCC;
	-moz-outline:none;
	}

#pie_ameba{
	height:50px;
	width:200px;
	position:relative;
	top:150px;
	left:800px;
	
	}
