/* css reset http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/  */
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}

/* clear fixhttp://www.webtoolkit.info/css-clearfix.html */
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}

/* classes reutilizaveis */
.imgrpl{display:block;font-size:1px;text-indent:-9000px}
.show{display:block}
.hide{display:none}
.hidden{visibility:hidden}
.nb{border:none;background:transparent}
.fl{float:left;}
.fr{float:right;}
.cb{clear: both}
.selfix{vertical-align: 0 !important;vertical-align: -2px}
.radfix{width:13px !important;height:13px !important;width:15px;height:15px;vertical-align: -2px;border:none;background:none;padding:0;margin:0}
.bold{font-weight: bolder;}
.error{color: red !important}
.input_error{border: 1px solid red !important}

html {
	overflow-y: scroll;
}

/* Btn's */

a.participar {
	width: 109px;
	height: 30px;
	display: block;
	background: transparent url(../img/bt/participar.gif) no-repeat
}

a.participar-home {
	width: 112px;
	height: 16px;
	display: block;
	background: transparent url(../img/bt/clique-e-assista.gif) no-repeat
}

a.video {
	width: 105px;
	height: 21px;
	display: block;
	background: transparent url(../img/bt/veja-ofilme.gif) no-repeat
}

span.aguarde {
	width: 60px;
	height: 13px;
	display: block;
	background: transparent url(../img/bt/aguarde.gif) no-repeat
}

a.saiba-mais {
	width: 105px;
	height: 21px;
	display: block;
	background: transparent url(../img/bt/saiba-mais.gif) no-repeat
}

a.saiba-mais-blue {
	width: 105px;
	height: 21px;
	display: block;
	background: transparent url(../img/bt/saiba-mais-blue.gif) no-repeat
}

#container {
	width: 952px;
	margin: 0 auto;
}

#footer {
	background: transparent url(../img/bg/separador.gif) repeat-x;
	padding: 30px 0 0 30px;
	font-family: "Trebuchet MS", Arial, Verdana;
}

#footer ul {
	width: 380px;
	height: 11px;
	padding: 3px 3px 3px 10px;
	font-size: 9px;
	background: transparent url(../img/bg/footer.gif) repeat-x;
}

#footer ul li {
	float: left;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	color: #fff;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer p {
	color: #999999;
	font-size: 12px;
	margin: 3px;
	text-transform: uppercase;
}

/* MODAL */
.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999;}
.bg_modal { position: absolute; top: 0; left: 0; z-index: 99998; }
.view_modal { position: absolute; left: 50%; top: 50%; text-align: left; z-index: 99998; }
.modal { visibility: hidden; cursor:pointer; }