@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CEC720;
}
.thrColFix #container {
	width: 1000px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../imagens/fundo-pagina.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#logo {
	background-image: url(../imagens/logo-andes.jpg);
	height: 231px;
	width: 180px;
	background-repeat: no-repeat;
}
#logo  p {
	display: none;
}
#nav {
	text-align: left;
	width: 180px;
	margin-top: 0px;
}
#nav  div {
	padding-left: 18px;
	list-style-type: none;
	margin-top: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 7px;
	margin-top: 0px;
	padding-top: 7px;
}
#nav  a:link, #nav  a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
}
#nav a:hover {
	color: #C6D102;
}
#pagina {
	padding-right: 20px;
	padding-left: 20px;
	color: #2f5171;
	text-align: left;
	padding-top: 15px;
}
#pagina h1 {
	font-size: 18px;
}
#ColDir {
	text-align: left;
	padding-right: 12px;
	padding-left: 10px;
	font-size: 10px;
	color: #006600;
	padding-top: 15px;
}
#ColDir h1 {
	font-size: 14px;
}
#rodape {
	font-size: 10px;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #2f5171;
	margin-top: 170px;
}
#rodape p {
	font-weight: bold;
}
.readon {
	font-size: 10px;
	text-align: right;
}
.readon a {
	color: #009900;
	text-decoration: none;
}
a:link, a:visited {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333366;
}
.campoForm {
	font-size: 10px;
	color: #1A3983;
	background-color: #e4e4e4;
	border: 1px solid #1A3983;
}

