42<@charset "UTF-8";
/* CSS Document */

	margin: 0;
	padding: 0;
}
	margin: 0;
	padding: 0{
    width: 1200px;
    background: #7595D7;
}

nav{
    width: 100%;
    background: #819E60;
	margin: 10px;
	text-align: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border: solid;
	border-color: #EAF89A;
	position: relative;
	justify-content: space-between;
	align-items: center;
	display: flex;
	text-decoration: none;
	border-radius: 30px;
}
	
	header{
		text-align: center;
		background-image: url("IMAGENES/cactus_header.jpg");
		background-size: cover;
		background-position: center;
		height: 300px;
		justify-content: center;
		text-color: aliceblue;
		margin-top: 10px;
}

#text {
	justify-content: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	
	
}
#desc {
	justify-content: center;
	background: #F1FFF1;
	text-align: center;
	height: 500px;
	margin: 100px;
	float: right;
	color: #477843;
}	
	
logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	}	
	
	
	
#menu a {
	color: aliceblue;
	text-decoration: none;
}

#menu a:visited ¨{
	color: aliceblue;

}

#menu a:hover {
	color: #BDBDBD;
	
}

#main{
	color: aliceblue;
}

