@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39241A;
	background-image: url(../images/bg02.jpg);
	margin: 0px;
	background-attachment: fixed;
	background-position: center center;
}
#footer {
	background-image: url(../images/wood.jpg);
	background-repeat: repeat;
	text-align: center;
	min-width:900px;
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0px;
	color: #E8E4CE;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pasto {
	background-image: url(../images/pasto.png);
	background-repeat: repeat-x;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #4D2817;
	font-weight: lighter;
	padding-left: 18px;
}
#content_menu {
	background-image: url(../images/body_repeatx.jpg);
	background-repeat: repeat-x;
	background-color: #F6EAC2;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #993300;
	text-align: center;
	font-weight: lighter;
}
#cont_column {
	background-color: #E6D39F;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2D1613;
	font-weight: lighter;
	padding-left: 18px;
}
p {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #5F4D2C;
	text-align: justify;
	padding-right: 18px;
	padding-left: 18px;
}

