@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}
body{
	background:url(../img/sirenas.gif);
	font-weight:bold;
	font-family:'Philosopher', sans-serif;
	font-size: 10px;
	
}
#wrapper{
	width:1024px;
	height:auto;
	margin:auto;
}   
#imagen{
	width:1024px;
	height:237px;
	background:url(../img/home1.png) no-repeat top;
	margin:80px auto 45px auto;
}
#logo{
	margin:30px auto 0px auto;
	padding-left:60px;
	border:0px;
	width:919px;
	height:95px;
	
}
#aventurate{
	margin:auto 215px;
	width:1024px;
	height:95px;
	font-weight:bold;
	font-family:'Philosopher', sans-serif;
	font-size:23px;
	color:#F30;
}
#menu{
	background:url(../img/barramenu.gif);
	width:1024px;
	height:40px;
	}

#menu ul{
	margin:0px auto;
	height:15px;
	padding:15px 250px;
	list-style:none;
}

#menu li{
	margin:0px auto;
	font-weight:bold;
	font-family:'Philosopher', sans-serif;
	font-size:20px;
	color:#FFF;
	display:inline;

}
#menu a{
	height:20px;
	margin-right:20px;
	font-weight:bold;
font-family:'Philosopher', sans-serif;
	text-decoration:none;
	text-align:center;
	font-size:20px;
	font-weight: normal;
	color:#FFF;
	border:5px;
}
#content{
	width:1024px;
	height:auto;
	
}
#contenido{
	width:600px;
	height:auto;
	margin:40px auto;
	text-align:center;
	font-weight:bold;
	font-family:'Philosopher', sans-serif;
	font-size:17px;
	color:#039;
}
#contacto{
	background:url(../img/barramenu.gif);
	margin:auto 160px;
	font-weight:bold;
	font-family:'Philosopher', sans-serif;
	text-decoration:none;
	text-align:right;
	font-size:20px;
	font-weight: normal;
	color:#FFF;
	border:10px;
	}
#contacto a{
	height:20px;
	margin-right:20px;
	font-weight:bold;
	font-family:'Philosopher', sans-serif;
	text-decoration:none;
	text-align:center;
	font-size:20px;
	font-weight: normal;
	color:#FFF;
	border:5px;
}
