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;
	min-width: 196px;
}
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;
}
*{
	margin: 0; 
}

.credit{
	display:none;
}

body.noBg{
	overflow: hidden;
}
#info-full .content, #info-full .sidebar, .body, .body-cont {
    width: auto;
}
#info-full .content{
	min-height: 253px;
}
#container-vencedores{
	width: 401px;
	height: 249px;
	position: relative;
	border: 2px solid #dadce0;
}
#container-vencedores .vencedor{
	display: none;
	width: 401px;
	height: 249px;
	float: left;
}
#container-vencedores .topo{
	width: 383px;
	height: 27px;
	background-color: #f0f0f0;
	color: #2b3a7c;
	text-transform: uppercase;
	padding-top: 15px;
	padding-left: 18px;
}
#container-vencedores .categoria{
	font: 16px/16px OGloboCondensedMedium, Arial, Tahoma, sans-serif;
	float: left;
	width: auto;
}
#container-vencedores .tipo{
	font: 16px/16px OGloboCondensedLight, Arial, Tahoma, sans-serif;
	/*float: left;*/
	width: auto;
}
#container-vencedores .setas{
	width: 37px;
	height: 16px;
	float: right;
	right: 15px;
	top: 15px;
	position: absolute;
}
#container-vencedores .setas .seta{
	width: 8px;
	height: 16px;
	float: left;
	cursor: pointer;
}
#container-vencedores .setas .separador{
	width: 1px;
	height: 16px;
	background: transparent url(../imgs/separador.png) 0 0 no-repeat;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 1px;
}
#container-vencedores .setas .seta#esq{
	background: transparent url(../imgs/seta-esq.png) 0 0 no-repeat;
}
#container-vencedores .setas .seta#dir{
	background: transparent url(../imgs/seta-dir.png) 0 0 no-repeat;
}
#container-vencedores .sobre .nome-vencedor{
	font: bold 13px Arial, Tahoma, sans-serif;
	color: #828282;
	margin-left: 18px;
	margin-top: 21px;
}
#container-vencedores .sobre .foto-vencedor{
	width: 221px;
	height: 139px;
	float: left;
	margin-right: 20px;
	margin-left: 18px;
	margin: 8px 20px 0 18px;
}
#container-vencedores .sobre .foto-vencedor img{
	width: 221px;
	height: 139px;
}
#container-vencedores .sobre .sobre-vencedor{
	font: 11px Arial, Tahoma, sans-serif;
	color: #a4a4a4;
	width: 125px;
	height: 141px;
	float: left;
	margin-top: 5px;	
}
#twitter{
	width: 405px;
	height: 622px;
	margin-top: 20px;
}