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

.central_div {
	width: 100%;
	height:100%;
	background-attachment: fixed;
	background-color: #FBF8E9;
	background-image: url(images/img_sandfooter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: fixed;
}

.centered_div {
	width:650px;
	position: relative;
	left: 50%;
	margin-left: -325px;
	background: white;
	vertical-align: top;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DAD9D0;
	border-left-color: #DAD9D0;
	padding-top: 11px;
	padding-bottom: 11px;
	}
.menu_div {
	height: 22px;
	width: 628px;
	background-color: #D8D4A9;
	text-align: center;
	position: relative;
}
.content_div {
	width: 586px;
	height: 100%;
	background-color: #FBF8E9;
	margin-bottom: 11px;
	background-attachment: fixed;
	background-image: url(images/img_sandfooter2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: top;
	margin-top: 11px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6C6A54;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	vertical-align: top;
}
li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #6C6A54;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: large;
	color: #6C6A54;
	text-transform: uppercase;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A692;
	page-break-before: always;
}
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #FBF8E9;
	background-image: url(images/img_sandfooter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
.contentInside_div {
	list-style-position: outside;
	list-style-type: circle;
	width: 500px;
}
a:link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #6C6A54;
	text-decoration: underline;
}
.mapa {
	background-attachment: scroll;
	background-image: url(images/mapa.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
input {
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCC99;
	background-color: #FFFFFF;
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #6c6a54;
}
.textarea {
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCC99;
	background-color: #FFFFFF;
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #6c6a54;
}
#credito {
	text-align: center;
}
