@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-image: url(images1/logo.jpg);
	background-repeat: no-repeat;
	height: 120px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#header li {
	color: #089745;
	list-style-type: square;
	font-size: 11px;
	position: relative;
	top: 30px;
	left: 750px;
}
#header  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #055828;
	font-weight: bold;
	text-decoration: none;
}
#header  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #055828;
	font-weight: bold;
	text-decoration: underline;
}
#header  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #055828;
	font-weight: bold;
	text-decoration: none;
}
#header  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #055828;
	font-weight: bold;
	text-decoration: underline;
}

#nav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
}
#nav p {
	display: inline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav h1 {
	display: inline;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #041686;
	margin-left: 4px;
}
#texto {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#texto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
}
#texto  ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 60px;
}
#foot {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006633;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
}
#foot p {
	padding-right: 50px;
	padding-left: 50px;
}
