/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0px;
	padding: 0px;
	color: #666666;
    font-size: 13px;
    font-family: 'Delius', cursive;
	line-height: 20px;
	background-color: #fff7c9;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*COMEÇO*/
header{
	/*height: 60px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1)));
	z-index: 999;
	padding: 0px 0;
	border-top: 1px dashed #FFF; 
	border-bottom: 1px dashed #FFF; 

	float: left;  /* Deixa tranparente sem o fixo*/*/

	height: 48px;
	padding: 5px 90px 12px 10px;
	margin-top: -10px;
	background: url(../imagens/menu_bg.png) top left no-repeat;
	z-index: 99;
	position: absolute;
	display: block;
	width: 1000px;
}
header nav{
	float: left;
	margin: 10px 150px; /* Caso Editar o Menu, arrumar aqui!*/
}

header nav ul li{
	display: inline;
	margin-left: 5px;


}

header nav ul li a{
	/*font-family: Comic Sans MS, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	text-decoration: none;*/
	margin-top: -3px;
	display: block;
	float: left;
	color: #493215;
	padding: 0px 13px 9px 13px;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Delius Swash Caps', cursive;
	border-right: 1px solid #eac257;
	text-shadow: 1px 1px #fce5a7;

	-webkit-transition: color 0.3s linear;
	}
header nav ul li a:hover{
	color: #906113;
}


.wrap{
	width: 960px;
	margin: 0 auto;
}

#content{
background-color: #FFF;
width: 100%;
margin: 15px 0 0px 0;
padding: 12px 17px 12px 17px;
border-radius: 5px;
border: 2px dashed #e6ceed;
box-shadow: 0px 1px 11px #CCCCCC;
}
table,tr,td{
	text-align: center;
	border: 1px solid #e6ceed;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 24px;
	padding: 10px;
	
}
p{
	text-align: center;
	font-size: 24px;
	margin: 15px 0;
	text-transform: uppercase;
}

#tabela1{
	margin-top: 50px;
	color: #FFF;
	background: #9b59b6;
	border: 1px dashed #8e44ad;
}

#tabela2{
	color: #FFF;
	background: #3498db;
	border: 1px dashed #2980b9;
}

#tabela3{
	color: #FFF;
	background: #e74c3c;
	border: 1px dashed #c0392b;
}

#tabela4{
	color: #FFF;
	background: #2ecc71;
	border: 1px dashed #27ae60;
}

.titulo{
	text-transform: uppercase;
	font-weight: bold;
}

.titulo-2{
	font-weight: bold;
	line-height: 25px;
}

/*----------RODAPE----------*/

#rodape{
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 0 17px;
	border: 2px dashed #e6ceed;
	margin: 10px 0;
	float: left;
	
}

#rodape p{
	text-align: center;
}



footer{

	padding-bottom: 374px;
	border-bottom: 5px solid #3b6b1b;
	background-image: url(../imagens/bg_footer.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

span{
    float: left;
    margin: 0 130px 0 20px;
    font-size: 9px;
}

#img1-rodape{
	width: 30px;
    float: left;
    margin-top: 5px;
}

#img2-rodape{
	width: 30px;
    float: left;
    margin-top: 5px;
}
#img3-rodape{
	width: 30px;
    float: left;
    margin-top: 5px;
}

p.rodape{
	margin-top: 10px;
    clear: both;
    text-align: center;
    font-size: 13px; 
}

#insight{
	width: 80px;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;

}

#insight:hover{
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
}