body {
	background-color: #D8D7D5;
	font-family: "Century Gothic";
	padding:0px;
	margin:0px;
}
a {
	color: #613314;
	text-decoration: none;
}
a:visited {color:#613314;text-decoration: none;}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active { color:#613314;text-decoration: none;}
h1 {
	font-size: 1em;
	text-align:center;
	padding: 5px 0px;
	margin:5px 0px;
	font-weight: lighter;
	letter-spacing: 3px;
	text-transform: uppercase;	
}
#container {
	width: 100%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D8D7D5
}
#banner {
	background-color: #EDE9E6;
	color: #613314;
	text-align: center;
	padding: 0px;
	margin: 0px;
	/*background-image: url(../ima/bg.gif);
	background-repeat: repeat-x;*/
}
#direccion {
	background-color: #D8D7D5;
	color: #613314;
	text-align: center;
	padding: 5px 0px;
	margin: 0px;
	background-image: url(../ima/fondo_h1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0.8em;
}