@charset "utf-8";
body {
	background-color:#FFF;
	background-image:url(../imgs/fundo.png);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

* {
	margin: 0;
	padding: 0;
}

a:active, a:focus,input, input:active, input:focus{     outline: 0;     outline-style:none;     outline-width:0; }  
a:active, a:focus,button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner 
{     border: none; } 

a {
	text-shadow: -1px -1px 2px #272727;
	text-decoration:none;
	font-style:normal;
	cursor:pointer;
	color:#fff;
	/*opacity:0.70;filter:alpha(opacity=70);*/
}

h1 {
	text-decoration:none;
	font-style:normal;
	font-size:32px;
}

h2 {
	text-decoration:none;
	font-style:normal;
	font-size:24px;
}

h3 {
	text-decoration:none;
	font-style:normal;
	font-size:14px;
}

h4 {
	text-decoration:none;
	font-style:normal;
	font-size:38px;
	margin-bottom:5px;
}

cite {
	text-decoration:none;
	font-style:normal;
	font-size:10px;
}

.pages {
	width:450px;
	height:8px;
	padding-left:40px;
}

.pagec {
	padding:10px;
	width:390px;
	margin-right:70px;
	margin-left:30px;
	background-color:#fff;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	color:#000;
	-moz-box-shadow: 0px 5px 15px 3px #313131;
	-webkit-box-shadow: 0px 5px 15px 3px #313131;
	box-shadow: 0px 5px 15px 3px #313131;
}

.pagec a{
	color:#09C9C9;
}

.graf{
	width:240px;
	height:15px;
	color:#fff;	
}

.graf1{
	background-color:#09C956;
	width:96px; height:15px; float:left; text-align:center;
	background-image: linear-gradient(bottom, rgb(46,74,92) 0%, rgb(153,211,255) 92%);
	background-image: -o-linear-gradient(bottom, rgb(46,74,92) 0%, rgb(153,211,255) 92%);
	background-image: -moz-linear-gradient(bottom, rgb(46,74,92) 0%, rgb(153,211,255) 92%);
	background-image: -webkit-linear-gradient(bottom, rgb(46,74,92) 0%, rgb(153,211,255) 92%);
	background-image: -ms-linear-gradient(bottom, rgb(46,74,92) 0%, rgb(153,211,255) 92%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(46,74,92)),
		color-stop(0.92, rgb(153,211,255))
	);
	-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.graf2{
	background-color:#09C9C9;
	width:144px; height:15px; float:left; text-align:center;
	background-image: linear-gradient(bottom, rgb(75,46,92) 0%, rgb(218,153,255) 92%);
	background-image: -o-linear-gradient(bottom, rgb(75,46,92) 0%, rgb(218,153,255) 92%);
	background-image: -moz-linear-gradient(bottom, rgb(75,46,92) 0%, rgb(218,153,255) 92%);
	background-image: -webkit-linear-gradient(bottom, rgb(75,46,92) 0%, rgb(218,153,255) 92%);
	background-image: -ms-linear-gradient(bottom, rgb(75,46,92) 0%, rgb(218,153,255) 92%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(75,46,92)),
		color-stop(0.92, rgb(218,153,255))
	);
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

