body {
	color: black;
	background: url(fondo.gif) #edb32a center bottom no-repeat fixed;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	}

h1 {
	margin:5px;
	padding:5px;
}
h1, h2, h3, h4 {
	text-align: center;
	color: #5a3e1c;
	}
	
p {
	text-align: justify;
	}
	
iframe {
	display: block;
	margin: auto;
	}

a {
	color: #5a3e1c;
	}
img {
	border: 0;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #a9775d;
	}

.left {
  float:left;
  margin:0 10px 0 0;
}
.right {
  float:right;
  margin:0 0 0 10px;
}
.center {
  display: block;
  margin: auto;
  text-align: center;
}
.center p {
  text-align: center;
}
	
#logo {
	text-align: center;
	font-size: 1.5em;
	margin:0;
	padding:5px;
	}
	
#cabecera {

}


#menu {
	text-align: center;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
}
#menu li {
	list-style:none;
	margin: 10px;
	padding: 0 0 0 10px;
	float:left;
	text-align: center;
}

#menu a {
font-weight: bold;
text-decoration: none;
padding:5px 25px 5px 5px;
display: block;
background: url(boton.gif) right center no-repeat;
}
	
#texto {
	width: 550px;
	display: block;
	margin: auto;
	line-height: 1.8em;
	}

#pie {
	width: 550px;
	display: block;
	margin: auto;
	padding: 5px 20px 5px 20px;
	clear:both;
}

#pie p {
	text-align: center;
	padding: 0;
}

.clear {
	clear:both;
}
