body {
background-color: #565656;}

.topheadline {
padding: 10px;
font-size: 30pt;
font-family: georgia;
color: white;
left: 5%;
top: 0%;
position: absolute;}

.logojum {
padding: 10px;
font-size: 30pt;
font-family: georgia;
color: white;
left: 5%;
top: 0%;
position: absolute;}

.logojum a{
color: white;
text-decoration: none;
}

.linksfixos {
top: 60px;
left: 5%;
font-size: 9pt;
font-family: georgia;
color: white;
position: absolute;
}

.linksfixos ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.linksfixos li{
display: inline;
}

.linksfixos li a{
padding: 7px 8px; /*padding inside each tab*/
color: white;
}

.destaque {
background-color: #333333;
}
 
.slidedoormenu{
top: 0%;
right: 0%;
list-style-type: none;
margin: 0;
padding: 0;
width: 200px; /* width of menu (don't forget to add border with below!) */
background: #565656; 
position: absolute;
}

.slidedoormenu li a{
font: 9pt Georgia;
display: block;
color: white;
width: 100%;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background: black;
color: white;
}

.texto {
padding: 10px;
top:25%;
left: 5%;
width: 35%;
font-family: Georgia;
font-size: 9pt;
color: black;
background: #c8c8c8;
position: absolute;}

.texto cadastro {
font-family: Georgia;
font-size: 9pt;
color: white;}

.texto menor {
font-family: Georgia;
font-size: 8pt;
color: white;}

.credito {
padding: 10px;
left: 45%;
width: 30%;
top: 46%;
font-family: Georgia;
font-size: 9pt;
color: black;
background: #c8c8c8;
position: absolute;}

.new {
padding: 10px;
font-family: Georgia;
font-size: 8pt;
color: aqua;
}

.imagens {
padding: 10px;
top:90%;
left: 5%;
width: 644px;
font-family: Georgia;
font-size: 9pt;
color: black;
background: #c8c8c8;
position: absolute;}

img {
border-style: solid;
border-width:1px; 
color: #c8c8c8;}

a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: white;
}
a:active {
	text-decoration: none;
	color: white;
}
