@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	font-family:'Roboto Condensed', sans-serif;
	font-size:19px;
	font-weight:300;
	line-height:28px;
	color:#333;
	background-image:url(imagens/fundo.jpg);
	background-color:#0d297d;
	background-position:top center;
	background-attachment:fixed;
}

h1 { 
	font-size:36px;
	font-weight:700;
	color:#F60;
	padding-top:20px;
	padding-left:20px;
}

h2 { 
	font-size:28px;
	font-weight:700;
	color: #F90;
	padding-top:20px;
	padding-left:20px;
}

h3 { 
	font-size:22px;
	font-weight:700;
	color: #F90;
	padding-top:20px;
	padding-left:20px;
}


.menu a {
	text-transform: uppercase;
	color: #000;
	font-size: 17px;
	font-weight:700;
	text-decoration: none;
	text-shadow: 1px 1px rgba(33,33,33,0.1);
	-webkit-transition: ease-out .33s;
	-o-transition: ease-out .33s;
	-ms-transition: ease-out .33s;
	-moz-transition: ease-out .33s;
	transition: ease-out .33s;
	background-color: rgba(248,159,50,0.9);
	border-radius: 0.4;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 15px 6px 15px 6px; 
	font-weight:700;
	z-index:1001;
}
		
.menu a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: rgba(220,60,22,0.9);
	border-radius: 0.4;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	text-shadow: 1px 1px rgba(33,33,33,0.2);
	padding: 15px 26px 15px 26px; 
	z-index:1001;
	font-weight:700;
}

.table_trans {
	background-color: rgba(250,250,250,0.9);
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .55);
	-moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .55);
	box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .55);
}

.table_trans p{
	padding-left:20px;
	padding-right:20px;
}

.creditos {
	text-align:center;
	font-size:11px;
	color: #656;
	margin-top:-20px;
}

.creditos a{
	text-align:center;
	font-size:12px;
	color: #666;
	text-decoration:none;
	-webkit-transition: ease-out .33s;
	-o-transition: ease-out .33s;
	-ms-transition: ease-out .33s;
	-moz-transition: ease-out .33s;
	transition: ease-out .33s;

}

.creditos a:hover{
	text-align:center;
	font-size:12px;
	color: #CCC;
	text-decoration:none;
}

.imagem{
	-webkit-box-shadow: 2px 1px 30px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    2px 1px 30px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         2px 1px 30px 0px rgba(50, 50, 50, 0.35);
	display:inline-block;
	border-radius: 0.6;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6pxx;
	border-radius: 6px 6px 6px 6px;
	text-align:right;
}

.tabelas{
	margin-left:20px;
	margin-right:20px;
	line-height:19px;
	-webkit-box-shadow: 2px 1px 30px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    2px 1px 30px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         2px 1px 30px 0px rgba(50, 50, 50, 0.35);
	display:inline-block;
	border-radius: 0.6;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6pxx;
	border-radius: 6px 6px 6px 6px;
	text-align:center;
}

.tabelas em{
	color: #006;
	font-style:normal;
}



a{
	text-align:center;
	font-size:18px;
	color: #F30;
	text-decoration:none;
	-webkit-transition: ease-out .33s;
	-o-transition: ease-out .33s;
	-ms-transition: ease-out .33s;
	-moz-transition: ease-out .33s;
	transition: ease-out .33s;

}

a:hover{
	text-align:center;
	font-size:18px;
	color: #C30;
	text-decoration: underline;
}

.aviso{
	color:#FFF;
 	font-weight:bold;
	background-color:#C30;
	border-radius: 0.6;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6pxx;
	border-radius: 6px 6px 6px 6px;
	padding:2px 1px 2px 1px;
	}