@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	border: 0px;
	color: #FFF;
}

a:visited {
	text-decoration: none;
	color:#999;
}

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

a:active {
	text-decoration: none;
}

img {
	border:none;
	}
	
body {
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000;
	}
	
h4 {
	font-family: 'Arvo', Helvetica, sans-serif;
	font-size: 24px;
	padding: 0px;
	color: #F00;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 33px;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color: #F00;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color: #999;
	border-bottom:solid 1px #999;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color: #000;
	text-indent: 16px;
	background-image:url(../images/seta.png);
	background-repeat:no-repeat;
	margin-bottom: 0px;
	}

#container {
	width: 900px;
	height: auto;
	min-height: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/bg_main18.png);
	background-repeat: no-repeat;
}
#containerSecond {
	width: 900px;
	height: auto;
	min-height: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/bg_mainSecond.jpg);
	background-repeat: no-repeat;
}
#container_votacao {
	width: 900px;
	height: auto;
	min-height:2200px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/bg_mainSecond.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#container_pre {
	width: 900px;
	height: auto;
	min-height:730px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/bg_main_pre.jpg);
	background-repeat: no-repeat;
}





#header {
	float: left;
	height: 200px;
	width: 670px;
	position: relative;
}
#contagem {
	float: left;
	height: 120px;
	width: 670px;
}
#faltam {
	font-family: 'Arvo', Helvetica, sans-serif;
	font-weight: 400;
	float: left;
	font-size: 26px;
	color: #FFF;
	margin-top: 70px;
	margin-left: 45px;
}

#cowntdown {
	float:left;
	font-family: 'Arvo', Helvetica, sans-serif;
	font-weight: 700;
	font-size:36px;
	color: #FFF;
	width:310px;
	height:73px;
	background-image:url(../images/contagem.png);
	background-repeat:no-repeat;
	margin-left:15px;
	margin-top:47px;
	}

	
#cowntdown #num {
	width:69px;
	float:left;
	margin-right:7px;
	text-align:center;
	padding-top:3px;
	}
#edicao {
	float: left;
	margin-top: 40px;
	margin-left: 10px;
}

#nav {
	float: left;
	width: 670px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color:#ff0000;
	padding-top: 3px;
	padding-right: 17px;
	padding-bottom: 3px;
	padding-left: 17px;
	margin-right: 8px;
}


#nav ul li a:hover {
	color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color:#FFF;
}

.active {
	color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color:#FFF !important;;
}

#back {
	color: #FFF;
	position: absolute;
	height: 20px;
	width: 605px;
	left: 45px;
	top: 220px;
	text-align: right;
}

#votacao_home {
	background-color: #000;
	float: left;
	height: auto;
	width: 177px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
#votacao_home > a > img {
	margin-top: 10px;
}


.cx_form {
	float:left;
	width:177px;
	height:auto;
	margin-top:15px;
	}
	
input[type="submit"]::-moz-focus-inner {border:0;}

.cx_form label {
	color: #FFF;
	display: block;
	height: 20px;
	line-height: 20px;
}


#votacao_assinantes {
	background-color: #F00;
	background-image: url(../images/votacao_assinantes.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 177px;
}
#votacao_assinantes_pro {
	background-color: #F00;
	font-family: Arvo, Helvetica, sans-serif;
	/* [disabled]background-image: url(../images/votacao_assinantesPro.png); */
	background-repeat: no-repeat;
	height: 24px;
	width: 177px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	line-height: 24px;
}
#votacao_assinantes_pro_exclusivo {
	background-color: #F00;
	background-image: url(../images/votacao_assinantesProExclusivo.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 177px;
}
#votacao_newsletter {
	background-color: #F00;
	font-family: Arvo, Helvetica, sans-serif;
	/* [disabled]background-image: url(../images/votacao_newsletter.png); */
	background-repeat: no-repeat;
	height: 24px;
	width: 177px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}
.space {
	height: 20px;
	display: block;
	float: left;
	width: 100%;
}


.ajuda {
	margin-top: 5px;
	font-size:11px;
	color: #666;
	}
	
.ajuda a {
	color: #F00;
	}
	
.ajuda a:hover, #ajuda a:visited {
	color: #CCC;
	}
#conteudo {
	background-color: #FFF;
	padding: 10px;
	height: 360px;
	width: 585px;
	position: absolute;
	left: 45px;
	top: 240px;
}
#conteudo_votacao {
	background-color: #FFF;
	padding: 10px;
	height: auto;
	width: 810px;
	float: left;
	margin-top: 13px;
	margin-left: 45px;
}

#barra_aspa {
	background-image: url(../images/bg_barraBlack.png);
	background-repeat: repeat-x;
	float: left;
: 54px;
	width: 100%;
}
#filet {
	background-color: #000;
	float: left;
	height: 8px;
	width: 100%;
}

#texto {
	float: left;
	width: 535px;
	height: 285px;
	overflow: auto;
	padding-right: 20px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	padding-left: 30px;
	line-height: 16px;
	}
#texto p {
	margin-bottom: 25px;
}


#patrocinios {
	width: 470px;
	position: absolute;
	left: 45px;
	bottom: 0px;
}
#patrocinios_votacao {
	width: 470px;
	float: left;
	margin-top: 20px;
	margin-left: 45px;
}

.cx_patrocinios {
	background-color: #FFF;
	height: auto;
	width: 100%;
	margin-top: 10px;
	float: left;
}
.cx_patrocinios img {
	margin-top: 2px;
	margin-left: 5px;
}
.barra_patrocinios {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #F00;
	height: 14px;
	width: 100%;
	text-indent: 10px;
}
.logos_patroconadores {
	height: 54px;
	width: 100%;
}
#formulario {
	float:left;
	width: 780px;
	height: auto;
	overflow:auto;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 30px;
}
