a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    border: 0 none;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}

.alig-esq{ text-align: left;}
.alig-cen{ text-align: center;}
.alig-dir{ text-align: right;}


.float-esq{ float: left;}
.float-cen{ float: center;}
.float-dir{ float: right;}

.clear{
	clear: both;
}

.clear-fix{
	height: 0px;
	line-height: 0px;
	clear: both;

}


a:hover img { opacity: 0.8; }

a, a img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

::selection {  background-color: ;
	color: #fff;
	background-color: #a6ce39;
}
::-moz-selection {
	color: #fff;
	background-color: #a6ce39;
}
::-webkit-selection { 
	color: #fff;
	background-color: #a6ce39;
}

/* ########  PAGINAÇÃO ####################### */
#conteudo div#paginacao {
	text-align: center;
	height: 18px;
	line-height: 18px;
	color: #B1B1B1;
}
#conteudo  div#paginacao a, #conteudo div#paginacao a:visited {
	padding: 3px;
	margin: 0px 2px;
	color: #7D7D7D;
	border: 1px solid;
	border-color: #7D7D7D;
	text-decoration: none;
}
#conteudo div#paginacao a:hover, #conteudo div#paginacao a:active {
	background-color: #7d7d7d;
	color: #FFFFFF;
	text-decoration: underline;
	border-color: #7D7D7D;
}
#conteudo div#paginacao a.current {
	background-color: #c30921;
	color: #FFFFFF;
	text-decoration: underline;
	border-color: #c30921;
}
