body{
font:78%/130% "Verdana","Arial","Helvetica",sans-serif;
margin:0 auto;
padding:0;
color:#242424;
}

a{
color:#2766A2;
text-decoration:none;
}

a:hover{
color:#1e5990;
text-decoration:none;
}

hr,.hrcolor{
height:1px;
border:0;
color:#ccc;
background-color:#ccc;
}

.titulo{
color:black;
font-size:14px;
font-weight:bold;
padding:5px;
font-family:arial;
}

.introducao{
padding:5px 8px;;text-align:justify;
}

.logo{background:url("../imagens/logo.png") no-repeat;
width:150px;
height:50px;
margin:0 auto;
}

.voltar{
font-size:11px;
padding:5px;
font-family:arial;
color:rgba(48,48,48,0.64);
margin:7px;
background:-moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
background:-webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background:-o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background:-ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1);
transition:all 0.2s ease-in-out;
}

.voltar:hover{
background:#2766A2;
color:white;
transition:all 0.2s ease-in-out;
}

ul{
margin-top:-3px;
}

ul li a{
color:#2766A2;
text-decoration:none;
font-size:12px;
}
