@charset "utf-8";
/* CSS Document */
@font-face {font-family: "Candara"; src: url("../font/Candara.ttf") format("truetype");}

body {
	font-family: Candara;
	color: #56310C;
	font-size: 16px;
	line-height: 1.5em;
	background-color: #583312;
	font-weight: bold;
	background-image: url(../img/porta_fond.png);
}
h1 {
	text-align: center;
	font-size: 24px;
	color: #7F4812;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #7F4812;
}
h2 {
	color: #F29200;
	text-decoration: none;
	text-shadow: 1px 1px 3px #50361B;
	font-weight: bold;
	font-size: 28px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #F29200;
	height: 25px;
}
p {
	margin: 0;
	padding: 0;
	text-align: justify;
}
img { border: none; }
#wrapper {
	margin-top: 50px;
	margin-bottom: 5px;
	/* padding-bottom: 20px; */
	background-color: #BC825A;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-shadow: 2px 2px 5px #000000;
	box-shadow: 2px 2px 5px #000000;
	background-image: url(../img/fondo.jpg);
	padding-top: 10px;
	border-radius: 10px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper ul {list-style-type: none;}
#wrapper li a, li a:link, li a:visited {
	color: #774411;
	text-decoration: none;
	font-size: 24px;
	margin-bottom: 10px;
}
#wrapper li a:hover {
opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */}
#menu ul {list-style-type: none;}
#menu li a, li a:link, li a:visited {
	color: #774411;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}
#menu li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
#staff {
	height: 120px;
	width: 400px;
	float: left;
	background-image: url(../img/fond_staff.png);
	background-repeat: no-repeat;
	padding: 12px;
	margin: 8px;
}
#staff img {
	margin-left: 12px;
	float: left;
}
#staff p {
	display: block;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	color: #7A4510;
}
.staff {
	font-size: 18px;
	color: #56310C;
}
#footer {
	height: 40px;
	display: block;
	margin: 5px;
	padding: 5px;
	text-align: right;
}
#footer p {
	font-size: 14px;
	font-weight: normal;
	color: #684239;
}
