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

body {
	margin: 0 auto;
	padding: 0;
}

#tudo{
	position: relative;
	width: 100%;
}

/*menu principal*/

#conteudo_menu {
	width: 600px;
	margin: 0 auto;
}

ul, li {
	margin: 0; padding: 0;
}


#blob {
	border-right: 1px solid #009966;
	border-left: 1px solid #009933;
	position: absolute;
	top: 0;
	z-index : 1;

	background: #2b6b08; /* Old browsers */
	background: -moz-linear-gradient(top,  #2b6b08 0%, #299a0b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b6b08), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2b6b08 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2b6b08 0%,#299a0b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2b6b08 0%,#299a0b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2b6b08 0%,#299a0b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b6b08', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 2px 3px 10px #000;
	-webkit-box-shadow: 2px 3px 10px #000;
}

#nav {
	position: relative;
	float: left;
	width: 599px;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li a {
	color: #333333;
	position: relative;
	z-index: 2;
	float: left;
	font-size: 16px;
	font-family:"Century Gothic";
	text-decoration: none;
	padding:20px 24px;
}

/*final do menu principal*/
	
#endereco {
	position: relative;
	float: right;
	margin-top: 25px;
	color: #0099cc;
	width: 599px;
}
#linha_divisoria{
	width:100%; 
	height: 2px; 
	margin:0 auto; 
	background:#011779;
}

#utilitarios {
	position: relative;
	width: 100%;
	background: #ddefe0;
	background: -moz-linear-gradient(-45deg,  #ddefe0 2%, #c4edca 40%, #ddefe0 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(2%,#ddefe0), color-stop(40%,#c4edca), color-stop(100%,#ddefe0));
	background: -webkit-linear-gradient(-45deg,  #ddefe0 2%,#c4edca 40%,#ddefe0 100%);
	background: -o-linear-gradient(-45deg,  #ddefe0 2%,#c4edca 40%,#ddefe0 100%);
	background: -ms-linear-gradient(-45deg,  #ddefe0 2%,#c4edca 40%,#ddefe0 100%);
	background: linear-gradient(135deg,  #ddefe0 2%,#c4edca 40%,#ddefe0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddefe0', endColorstr='#ddefe0',GradientType=1 );

}

#midia_system {
	position: relative;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	text-align:center;
	background: -moz-linear-gradient(-45deg,  #ddefe0 2%, #c4edca 40%, #ddefe0 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(2%,#ddefe0), color-stop(40%,#c4edca), color-stop(100%,#ddefe0));
	background: -webkit-linear-gradient(-45deg,  #ddefe0 2%,#c4edca 40%,#ddefe0 100%);
	background: -o-linear-gradient(-45deg,  #ddefe0 2%,#c4edca 40%,#ddefe0 100%);
	background: -ms-linear-gradient(-45deg,  #ddefe0 2%,#c4edca 40%,#ddefe0 100%);
	background: linear-gradient(135deg,  #ddefe0 2%,#c4edca 40%,#ddefe0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddefe0', endColorstr='#ddefe0',GradientType=1 );

}

#botao01{
	width:150px;
	height: 30px;
	margin: 0 auto;
	margin-top: 5px;
	padding:0;
	list-style:none;
	float:left;
	border-radius: 10px;
}

#botao01 a{
	width:150px;
	height: 30px;
	text-decoration:none;
	display:block;
	border-radius: 5px;	
	background: rgba(0,0,0,0.1);
		
	-webkit-transition:all 250ms ease-out;
}
#botao01 a:hover{
	background: rgba(0,0,0,0.3);
}


.banner{
	width:100%;
	height:300px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

#menu02{
	width:305px;
	height: 100px;
	margin: 0 auto;
	margin-top: 20px;
	padding:0;
	list-style:none;
	float:left;
	border-radius: 10px;
}

#menu02 a{
	width: 305px;
	height: 100px;
	text-decoration:none;
	display:block;
	background:#C0D7C3;
	border-radius: 5px;
	
	-webkit-transition:all 250ms ease-out;
}
#menu02 a:hover{
	background:#adcab1;
}

#tamanho_central{
	overflow:hidden;
}

#acesso_rapido{
	width: 328px;
	height: 376px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.acesso_rapido {
	background-size:110px;
	border:0;
}
.acesso_rapido:hover {
	filter: alpha:(opacity=100);
	opacity:0.7;
}
