
body {
  font: 13px/22px "Lucida Grande", Tahoma, Verdana, sans-serif;
  color: #404040;
  background: transparent; /* #fafafa; */
}

.container {
	margin: 30px auto; /* 30px auto;  */
	/* margin: 10px; */	
	width:100%;
	text-align: center;
	position: absolute;
}

.container .button3d {
	top: 4px; /* 4px; */
	margin: 4px  23px 15px; /* 10px  5px 15px; */
}

	ca {
		-webkit-box-shadow: 5 0 2px 5px lightblue;
		-moz-box-shadow: 0 0 2px 5px grey;
		-ms-box-shadow: 5 0 2px 5px grey;
		box-shadow: 0px 4px 5px  2px lightblue;
		float: initial;
		width: 6em;
		text-decoration: none;
		color: #000;  /* white;  */ 
		background-color: #FFD700;  /* #B5B5B5; */
		padding: 0.2em 0.6em;
		border-right: 3px solid black;
		border-bottom: 4px solid black;
		border-radius: 5px 15px 5px 15px;
	}

ca:hover {
	background-color: #EE7821;  /*#6CA6CD;*/ /* green; */ /* #ff3300; */
	border-right: 3px solid #c9c9c9;
	border-bottom: 4px solid #c9c9c9;
}

ca:active{
	background-color: #FF3030;  /* #912CEE; */ /* purple; */
	vertical-align: -5px;
	margin-bottom: 0;
	padding: 5px 13px 4px; /* 1px 13px 0; */
	border-width: 2;
	border-radius: 15px 5px 15px 5px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px grey;
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px grey;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px grey;
}

.button3d {
  margin: 8px 0 5px; /* 10px 0 5px; */
  padding: 0px 15px; /* 0 12px; */
  height: 22px; /* 28px; */
  line-height: 18px; /* 24px */
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  text-decoration: none;
  text-shadow: 0 1px white;
  background: #dfdfdf;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #cecece #bababa #a8a8a8;
  border-radius: 3px 25px 2px 25px; /* 3px 3px 2px 2px; */
  outline: 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  background-image: -o-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  -webkit-box-shadow: inset 0 1px #fdfdfd, inset 0 0 0 1px #eaeaea, 0 1px #a8a8a8, 0 3px #bbbbbb, 0 4px #a8a8a8, 0 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px #fdfdfd, inset 0 0 0 1px #eaeaea, 0 1px #a8a8a8, 0 3px #bbbbbb, 0 4px #a8a8a8, 0 5px 2px rgba(0, 0, 0, 0.25);
}

.button3d:hover, .button3d:active {
  background: #dfdfdf;
  border-top-color: #c9c9c9;
}

.button3d:active, .button3d.green:active, .button.blue:active, .button.yellow:active, .button.red:active, 
.button.purple:active, .button.grey:active, .button.black:active {
  vertical-align: -5px;
  margin-bottom: 0;
  padding: 1px 13px 0;
  border-width: 2;
  border-radius: 25px 3px 25px 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px grey;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px grey;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px grey;
}

.button3d.green {
  color: #465f25;
  text-shadow: 0 1px #d9f3b5;
  background: #94d362;
  border-color: #91ce5e #7ab04b #5e903f;
  background-image: -webkit-linear-gradient(top, #c0eb85 0%, #94d362 70%, #8ed258 100%);
  background-image: -moz-linear-gradient(top, #c0eb85 0%, #94d362 70%, #8ed258 100%);
  background-image: -o-linear-gradient(top, #c0eb85 0%, #94d362 70%, #8ed258 100%);
  background-image: linear-gradient(to bottom, #c0eb85 0%, #94d362 70%, #8ed258 100%);
  -webkit-box-shadow: inset 0 1px #d9f3b5, inset 0 0 0 1px #b1e095, 0 1px #5e903f, 0 3px #6da445, 0 4px #5e903f, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #d9f3b5, inset 0 0 0 1px #b1e095, 0 1px #5e903f, 0 3px #6da445, 0 4px #5e903f, 0 5px 2px rgba(0, 0, 0, 0.4);
}

.button3d.green:hover, .button3d.green:active {
  background: #94d362;
  border-top-color: #82bd53;
}

.button3d.blue {
  color: #236277;
  text-shadow: 0 1px #c2ecf9;
  background: #61cdf3;
  border-color: #6fbad1 #3fa3c0 #3583ab;
  background-image: -webkit-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: -moz-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: -o-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: linear-gradient(to bottom, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  -webkit-box-shadow: inset 0 1px #c5f0fd, inset 0 0 0 1px #8ad1eb, 0 1px #3583ab, 0 3px #3f9db8, 0 4px #3583ab, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #c5f0fd, inset 0 0 0 1px #8ad1eb, 0 1px #3583ab, 0 3px #3f9db8, 0 4px #3583ab, 0 5px 2px rgba(0, 0, 0, 0.4);
}

.button3d.blue:hover, .button3d.blue:active {
  background: #61cdf3;
  border-top-color: #3eaac9;
}

.button3d.yellow {
  color: #7e4f27;
  text-shadow: 0 1px #f2e294;
  background: #f6ba49;
  border-color: #efb443 #d9a238 #a57825;
  background-image: -webkit-linear-gradient(top, #ffdd67 0%, #f6ba49 70%, #f4b03e 100%);
  background-image: -moz-linear-gradient(top, #ffdd67 0%, #f6ba49 70%, #f4b03e 100%);
  background-image: -o-linear-gradient(top, #ffdd67 0%, #f6ba49 70%, #f4b03e 100%);
  background-image: linear-gradient(to bottom, #ffdd67 0%, #f6ba49 70%, #f4b03e 100%);
  -webkit-box-shadow: inset 0 1px #ffeca6, inset 0 0 0 1px #e5c96d, 0 1px #a57825, 0 3px #c08a28, 0 4px #a57825, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #ffeca6, inset 0 0 0 1px #e5c96d, 0 1px #a57825, 0 3px #c08a28, 0 4px #a57825, 0 5px 2px rgba(0, 0, 0, 0.4);
}

.button3d.yellow:hover, .button3d.yellow:active {
  background: #f6ba49;
  border-top-color: #e5ab3d;
}

.button3d.red {
  color: #702526;
  text-shadow: 0 1px #ea8f99;
  background: #e46565;
  border-color: #e1696e #c85252 #a03a38;
  background-image: -webkit-linear-gradient(top, #eb9093 0%, #e46565 70%, #e25755 100%);
  background-image: -moz-linear-gradient(top, #eb9093 0%, #e46565 70%, #e25755 100%);
  background-image: -o-linear-gradient(top, #eb9093 0%, #e46565 70%, #e25755 100%);
  background-image: linear-gradient(to bottom, #eb9093 0%, #e46565 70%, #e25755 100%);
  -webkit-box-shadow: inset 0 1px #dcaaaa, inset 0 0 0 1px #df777a, 0 1px #a03a38, 0 3px #be4b49, 0 4px #a03a38, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #dcaaaa, inset 0 0 0 1px #df777a, 0 1px #a03a38, 0 3px #be4b49, 0 4px #a03a38, 0 5px 2px rgba(0, 0, 0, 0.4);
}

.button3d.red:hover, .button3d.red:active {
  background: #e46565;
  border-top-color: #d0585a;
}

.button3d.purple {
  color: #714667;
  text-shadow: 0 1px #f2c5e6;
  background: #e393d3;
  border-color: #e391d0 #c27ab3 #8a517d;
  background-image: -webkit-linear-gradient(top, #f1bee3 0%, #e393d3 70%, #df8dce 100%);
  background-image: -moz-linear-gradient(top, #f1bee3 0%, #e393d3 70%, #df8dce 100%);
  background-image: -o-linear-gradient(top, #f1bee3 0%, #e393d3 70%, #df8dce 100%);
  background-image: linear-gradient(to bottom, #f1bee3 0%, #e393d3 70%, #df8dce 100%);
  -webkit-box-shadow: inset 0 1px #f5d6ee, inset 0 0 0 1px #dcaacf, 0 1px #8a517d, 0 3px #a7619a, 0 4px #8a517d, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #f5d6ee, inset 0 0 0 1px #dcaacf, 0 1px #8a517d, 0 3px #a7619a, 0 4px #8a517d, 0 5px 2px rgba(0, 0, 0, 0.4);
}

.button3d.purple:hover, .button3d.purple:active {
  background: #e393d3;
  border-top-color: #c87eb8;
}

.button3d.grey {
  color: #41505b;
  text-shadow: 0 1px #c2d0db;
  background: #90aabd;
  border-color: #909eab #768791 #50606e;
  background-image: -webkit-linear-gradient(top, #bccbd7 0%, #90aabd 70%, #83a0b4 100%);
  background-image: -moz-linear-gradient(top, #bccbd7 0%, #90aabd 70%, #83a0b4 100%);
  background-image: -o-linear-gradient(top, #bccbd7 0%, #90aabd 70%, #83a0b4 100%);
  background-image: linear-gradient(to bottom, #bccbd7 0%, #90aabd 70%, #83a0b4 100%);
  -webkit-box-shadow: inset 0 1px #d0dae2, inset 0 0 0 1px #99b5ce, 0 1px #50606e, 0 3px #627786, 0 4px #50606e, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #d0dae2, inset 0 0 0 1px #99b5ce, 0 1px #50606e, 0 3px #627786, 0 4px #50606e, 0 5px 2px rgba(0, 0, 0, 0.4);
}

.button3d.grey:hover, .button3d.grey:active {
  background: #90aabd;
  border-top-color: #8495a0;
}

.button3d.black {
  color: #f1f1f1;
  text-shadow: 0 1px #111;
  background: #4f4f4f;
  border-color: #505050 #414141 #2c2c2c;
  background-image: -webkit-linear-gradient(top, dimgrey 0%, #4f4f4f 70%, #3c3c3c 100%);
  background-image: -moz-linear-gradient(top, dimgrey 0%, #4f4f4f 70%, #3c3c3c 100%);
  background-image: -o-linear-gradient(top, dimgrey 0%, #4f4f4f 70%, #3c3c3c 100%);
  background-image: linear-gradient(to bottom, dimgrey 0%, #4f4f4f 70%, #3c3c3c 100%);
  -webkit-box-shadow: inset 0 1px #828282, inset 0 0 0 1px #555555, 0 1px #2c2c2c, 0 3px #444444, 0 4px #2c2c2c, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #828282, inset 0 0 0 1px #555555, 0 1px #2c2c2c, 0 3px #444444, 0 4px #2c2c2c, 0 5px 2px rgba(0, 0, 0, 0.4);
}

.button3d.black:hover, .button3d.black:active {
  background: #4f4f4f;
  border-top-color: #494949;
}

.lt-ie9 .button3d {
  border-width: 1px;
  padding: 0 12px;
}

p.one{
	float: right;
	padding: 5px;	
	background-color: #EEEEE0; /* #9FB6CD; */  /* white; */
	border-style: double;
	border-width: 4px 5px; /* 2px 2px; */ 
	border-radius: 15px 15px 15px 15px; /* 3px 3px 2px 2px; */
	border-margin: 15px;
	border-color: #000000  #000000;
}

p.one_a{
	float: left;
	padding: 5px;	
	background-color: #EEEEE0; /* #9FB6CD; */  /* white; */
	border-style: double;
	border-width: 4px 5px; /* 2px 2px; */ 
	border-radius: 15px 15px 15px 15px; /* 3px 3px 2px 2px; */
	border-margin: 15px;
	border-color: #000000  #000000;
}

p.two{
	/* float: initial; */ 
	background-color: white;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	border-style: inset; /* outset; groove; */
	background-clip: content-box;
	background-origin: content-box;
	border-width: 5px 7px;
	border-margin: 5px;
	border-color: #FFFF00 #AA0000; /* #AA0000  #FFFF00; */
}

p.two_outset{
		background-color: #eeda20;
		border-style: double;
		background-clip: content-box; /* padding-box; */
		background-origin: content-box;
		border-width: 5px 7px;
		border-margin: 5px;
	}

#nav li.um {
	margin-bottom:8px;
	text-align:center;
		}

		
#banner{
	width: 765px;
	height: 125px;
	background-image: url("img/banner.jpg") ;
	z-index: 5;
}			
	

#auxiliar {
	width:170px;
	float:right;
	padding-top:80px;
	}		
		
#rodape {
	background:#b0f1b0;
	width: 950px; / *614px; */
	height: 25px; /* 20px; 45px; */ 
	position: fixed;
	bottom: 0; 
	border:dotted #999;
	border-width: 1px 0;
	text-align:center;
	z-index: 3;
	}
	
#rodape p {
	margin:0;
	font-weight:bold;
	color:#060;
	}		
		
.barra_direita {
	top: 45.5px; /*123px;*/  /* 45.5px; */
	float: right;
	position: fixed; /* fixed; */
	margin: 1px;
	background-color: transparent; 
	background-image: transparent;  /* url("../img/background_b.png"); */
	/* background-image: url("../img/sky.jpg"); */
	background-repeat:repeat;	
	background-attachment: fixed;
	-webkit-box-shadow: 5px 0 2px 5px transparent; /* grey; */
	-moz box-shadow: 5px 0 2px 5px transparent; /* grey; */
	-ms-box-shadow: 5 0 2px 5px transparent; /* grey; */
	box-shadow: 0px 4px 55px 4px lightblue; /* 0px 4px 55px  2px lightblue; */
	z-index: 1;
	/* width: 6em; */
	width: 170px;
	height: auto;
	text-decoration: none;
	text-align: justify;
	color: black; /* white; */
	/* background-color: #B5B5B5; */
	padding: 0.2em 0.6em;
	border-right: 2px solid black;
	border-bottom: 3px solid black;
}		
		
#barra-direita {
	width:170px;
	float:right;
	padding-top:0px;
	padding-right: 17px; /* altera posicao barra lateral */
	}	

#logopos {
	position: absolute; /* fixed; */ /* absolute; */ 
	left:auto; /* posiciona a 90px para a esquerda */ 
	top: 5px; /* posiciona a 70px para baixo */
	z-index: 5;
	}
	
b{
	strong
}	
	
/* h1, h2, h3, h4, h5, h6 {
	clear:both;
    font-weight: normal; !important
    } */

ul {
	width: 85%; /* 190px; */
	margin:0;
	padding:0;
	list-style:none;
	}
	
ul li {margin:1px 0; }

ul li a, ul li a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#060;
	color:#fff;
	text-decoration:none;
	padding:2px 10px;
	}
	
ul li a:hover {
	background:#9f9;
	color:#060;
	}
	
h1, h2, h4 { 	
	font:bold 18px Arial, Helvetica, sans-serif; /*font:bold 22px Arial, Helvetica, sans-serif;*/
	color:#060;
	}
	
h4 {font-size:17px;}

h2	{	
	font-size:19px;
	color: red;
	}

h3 	{
	font:bold 18px Arial, Helvetica, sans-serif;
	color: blue;  
	}

h5 	{
	font:bold 16px Arial, Helvetica, sans-serif;
	color: blue;  
	}	

.text-center {
  text-align: center;
}	
	
.sombra{
	color: #D0D0D0;
	padding-left: 24px;
	font: 125px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 2px 2px #EE0000;
	text-align: left;
}
	
.clear {clear:both;}
	
/*
	img{
	max-width:100%;
	height:auto;
}
*/

		

	