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

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

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

/*menu principal*/

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

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


#blob {
	border-right: 1px solid #000000;

	position: absolute;
	top: 0;
	z-index : 1;

	background: #fe0000;
	background: -moz-linear-gradient(top,  #fe0000 0%, #aa0303 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe0000), color-stop(100%,#aa0303));
	background: -webkit-linear-gradient(top,  #fe0000 0%,#aa0303 100%);
	background: -o-linear-gradient(top,  #fe0000 0%,#aa0303 100%);
	background: -ms-linear-gradient(top,  #fe0000 0%,#aa0303 100%);
	background: linear-gradient(to bottom,  #fe0000 0%,#aa0303 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#aa0303',GradientType=0 );


	-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;
	color: #0099cc;
	width: 499px;
}

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

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

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

#utilitarios {
	position: relative;
	width: 100%;
	background:#0000c6;
}

#midia_system {
	position: relative;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background:#141414;
}

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

#botao01 a{
	color:#EEE;
	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:#c0bebe;
	border-radius: 5px;
	
	-webkit-transition:all 250ms ease-out;
}
#menu02 a:hover{
	background:#999;
}

#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;
}
