/* internas.css */

/* # DEFINIÇÕES GLOBAIS # */

#meio-site{
	min-height: 500px;
}

#conteudo{
	float: left;
	width: 581px;
	margin: 20px 0 0 40px;

}

.pagTop{
	margin: 10px 0 0;
}

/* # DEFINIÇÕES PAGINAÇÃO # */

.paginacao{
	text-align: center;
	font-weight: bold;
}

.paginacao a{
	display: inline-block;
}

.paginacao .pag{
	border: 1px solid #d9d9d9;
	padding: 0 3px;
	margin: 0 1px;
}

.paginacao .on,
.paginacao .pag:hover{
	border: 1px solid #fff;
}

.paginacao .on,
.paginacao a:hover{
	text-decoration: none;
	color: #959595;
}

.paginacao .first{
	margin: 0 5px 0 0;
}

.paginacao .last{
	margin: 0 0 0 5px;
}

/* # DEFINIÇÕES SIDEBAR RIGHT # */

#sidebar-right{
	float: right;
	width: 240px;
	margin: 10px 0 0;
}

#sidebar-right .banner{
	margin: 10px 0 0;
	font-size: 10px;
}

#sidebar-right .banner p{
	text-align: right;
}

#sidebar-right #blogs{
	width: 212px;
        height: 150px;
	margin: 13px 0 0;
	border: 7px solid #f1f1f1;
	background: #e4e4e4;
	padding: 0 7px 13px;
}

#sidebar-right #blogs .tit{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #c5c5c5;
	margin: 7px 0 0;
	padding: 0 0 3px;
}


#sidebar-right #blogs #conteudo{         
	float:left; 
        width:90px; 
        word-wrap:break-word;
        margin:10px 20px 0 0;
       
        
}

#sidebar-right #blogs img{         
	float:left;       
        margin:10px 0 0 0;
       
        
}

#sidebar-right #blogs .texto{         
	font-size: 10px;
	line-height: 11px;
       
        
}

#sidebar-right #classificados{
	width: 212px;
	margin: 13px 0 0;
	border: 7px solid #f1f1f1;
	background: #e4e4e4;
	padding: 0 7px 13px;
}

#sidebar-right #classificados .tit{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #c5c5c5;
	margin: 7px 0 0;
	padding: 0 0 3px;
}

#sidebar-right #classificados .conteudo{
	margin: 16px 0 0;
}

#sidebar-right #classificados .conteudo .anuncio{
	/*margin: 0 0 4px;*/
	margin: 0 0 10px;
}

#sidebar-right #classificados .conteudo .anuncio .img{
	float: left;
	width: 111px;
	height: 83px;
	position: relative;
}

#sidebar-right #classificados .conteudo .anuncio .img .topLeft,
#sidebar-right #classificados .conteudo .anuncio .img .topRight,
#sidebar-right #classificados .conteudo .anuncio .img .bottomLeft,
#sidebar-right #classificados .conteudo .anuncio .img .bottomRight{
	position: absolute;
	width: 4px;
	height: 4px;
	background-image: url(../images/commons/radius-classi.png);
	background-repeat: no-repeat;
	z-index: 100;
}

#sidebar-right #classificados .conteudo .anuncio .img .topLeft{
	top: 0;
	left: 0;
}

#sidebar-right #classificados .conteudo .anuncio .img .topRight{
	top: 0;
	right: 0;
	background-position: 0 -4px;
}

#sidebar-right #classificados .conteudo .anuncio .img .bottomLeft{
	bottom: 0;
	left: 0;
	background-position: 0 -8px;
}

#sidebar-right #classificados .conteudo .anuncio .img .bottomRight{
	bottom: 0;
	right: 0;
	background-position: 0 -12px;
}

#sidebar-right #classificados .conteudo .anuncio .txt{
	/*padding: 0 0 0 117px; */
	font-size: 10px;
	line-height: 11px;
	padding-left: 10px;
	float:left;
	width:90px;
}

#sidebar-right #classificados .conteudo .anuncio .txt h2{
	margin: 0 0 5px;
}

#sidebar-right #classificados .conteudo .anuncio .txt h2 a{
	font-size: 12px;
}

#sidebar-right #classificados .conteudo .anuncio .txt .valor{
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0 0;
}

#sidebar-right #classificados .pag{
	text-align: center;
	margin: 17px 0 0;
}

#sidebar-right #classificados .pag a{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/commons/pag.gif) no-repeat;
	margin: 0 3px;
}

#sidebar-right #classificados .pag .on,
#sidebar-right #classificados .pag a:hover{
	background: url(../images/commons/pag.gif) no-repeat 0 100%;
}

#sidebar-right #classificados .botoes{
	border-top: 1px solid #c5c5c5;
	margin: 10px 0 0;
	text-align: center;
	font-size: 11px;
	padding: 5px 0 0;
}

/* # DEFINIÇÕES BOX REDES SOCIAIS # */

#box-redes{
	width: 226px;
	height: 89px;
	border: 7px solid #f1f1f1;
	background: #e4e4e4;
}

#box-redes ul{
	padding: 12px 0 0;
}

#box-redes li{
	float: left;
	width: 45px;
	height: 70px;
	text-align: center;
	font-size: 10px;
	color: #000;
	margin: 0 15px;
}

#box-redes li .ico{
	width: 36px;
	height: 37px;
	margin: 0 0 0 4px;
}

#box-redes li span{
	font-size: 17px;
	font-weight: bold;
	line-height: 15px;
}

/* # DEFINIÇÕES RADIUS BORDER # */

.radius-border{
	position: relative;
}

.radius-border .topLeft,
.radius-border .topRight,
.radius-border .bottomLeft,
.radius-border .bottomRight{
	position: absolute;
	width: 13px;
	height: 13px;
	background-image: url(../images/commons/radius-border.gif);
	background-repeat: no-repeat;
	z-index: 100;
}

.radius-border .topLeft{
	top: -7px;
	left: -7px;
}

.radius-border .topRight{
	top: -7px;
	right: -7px;
	background-position: 0 -13px;
}

.radius-border .bottomLeft{
	bottom: -7px;
	left: -7px;
	background-position: 0 -26px;
}

.radius-border .bottomRight{
	bottom: -7px;
	right: -7px;
	background-position: 0 -39px;
}

/* # DEFINIÇÕES RADIUS # */

.radius{
	position: relative;
}

.radius .topLeft,
.radius .topRight,
.radius .bottomLeft,
.radius .bottomRight{
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url(../images/commons/radius.png);
	background-repeat: no-repeat;
	z-index: 100;
}

.radius .topLeft{
	top: 0;
	left: 0;
}

.radius .topRight{
	top: 0;
	right: 0;
	background-position: 0 -5px;
}

.radius .bottomLeft{
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}

.radius .bottomRight{
	bottom: 0;
	right: 0;
	background-position: 0 -15px;
}

/* # DEFINIÇÕES SIDEBAR # */

#sidebar{
	float: left;
	width: 100px;
	margin: 9px 0 0;
	clear: left;
}

#sidebar ul{
	padding: 0 4px 0 0;
	margin: 18px 0 0;
}

#sidebar-right #enquete{
	width: 212px;
	margin: 13px 0 0;
	border: 7px solid #f1f1f1;
	background: #e4e4e4;
	padding: 0 7px 13px;
}

#sidebar-right #enquete .tit{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #c5c5c5;
	margin: 7px 0 0;
	padding: 0 0 3px;
}


#sidebar-right #enquete li{
    background: #E4E4E4;
    margin:5px;
}

#sidebar-right #enquete .botoes{
	border-top: 1px solid #c5c5c5;
	margin: 10px 0 0;
	text-align: center;
	font-size: 11px;
	padding: 5px 0 0;
}


#sidebar .tit{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

#sidebar li{
	font-size: 11px;
	margin: 0;
	padding:5px 0 7px 0;
	border-bottom:solid 1px #CCC;
	white-space:nowrap;
}

#sidebar .imagens a{
	background: url(../images/commons/ico-imagens.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}

#sidebar .videos a{
	background: url(../images/commons/ico-videos.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}

/* # DEFINIÇÕES TOPO # */

#topo{
	height: 191px;
}

#topo #menu-superior{
	height: 34px;
}

#topo #menu-superior ul{
	float: left;
}

#topo #menu-superior li{
	float: left;
	height: 34px;
	text-transform: uppercase;
	font-weight: bold;
}

#topo #menu-superior li a{
	color: #fff;
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
}

#topo #menu-superior li a:hover{
	text-decoration: none;
	background: #009FE3;
}

#topo #form-login{
	float: right;
	height: 34px;
}

#topo #form-login form{
	padding: 7px 0 0;
}

#topo #form-login label{
	float: left;
	color: #fff;
	font-size: 12px;
	margin: 3px 10px 0 0;
}

#topo #form-login input[type=password],
#topo #form-login input[type=text]{
	float: left;
	width: 136px;
	height: 21px;
	line-height: 21px;
	background: url(../images/commons/ipt-login.gif) no-repeat;
	padding: 0 7px;
	margin: 0 7px 0 0;
}

#topo #form-login input[type=submit]{
	float: left;
	width: 29px;
	height: 21px;
	background: url(../images/commons/bt-login.gif) no-repeat;
}

#topo #form-login a{
	float: left;
	font-size: 11px;
	color: #fff;
	margin: 0 5px;
	line-height: 10px;
}

#topo .conteudo-meio{
	height: 122px;
}

#topo .conteudo-meio .logo{
	float: left;
	margin: 0;
}

#topo .conteudo-meio #banner{
	float: right;
	width: 730px;
	text-align: right;
	font-size: 11px;
	margin: 2px 0 0;
}

#topo #menu-inferior{
	height: 35px;
}

#topo #menu-inferior ul{
	float: left;
	background: url(../images/commons/menu-divisao.gif) no-repeat;
}

#topo #menu-inferior li{
	float: left;
	height: 35px;
	background: url(../images/commons/menu-divisao.gif) no-repeat 100% 0;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

#topo #menu-inferior li:hover .submenu{
	display: block;
}

#topo #menu-inferior li .submenu{
	position: absolute;
	top: 35px;
	left: 0;
	width: 150px;
	border: 1px solid #c4c5c5;
	border-top: 0;
	background: #dee2e2;
	z-index: 500;
	display: none;
}

#topo #menu-inferior li .submenu ul{
	float: none;
	background: none;
}

#topo #menu-inferior li .submenu ul li{
	float: none;
	background: none;
	font-weight: normal;
	height: auto;
	text-transform: none;
}

#topo #menu-inferior li .submenu ul li a{
	padding: 5px 10px;
	height: auto;
	line-height: normal;
}

#topo #menu-inferior li:hover .submenu ul li a{
	background: none;
}

#topo #menu-inferior li a{
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}

#topo #menu-inferior li:hover .submenu ul li a:hover,
#topo #menu-inferior li:hover a,
#topo #menu-inferior li a:hover{
	text-decoration: none;
	background: #cacaca;
}

#topo #menu-inferior .busca{
	float: right;
	height: 26px;
	margin: 4px 0 0;
}

#topo #menu-inferior .busca input[type=text]{
	float: left;
	width: 158px;
	height: 26px;
	line-height: 26px;
	background: url(../images/commons/ipt-busca.gif) no-repeat 100% 0;
	padding: 0 8px;
}

#topo #menu-inferior .busca input[type=submit]{
	float: left;
	width: 31px;
	height: 26px;
	background: url(../images/commons/bt-busca.png) no-repeat;
}

#topo #menu-inferior .redes-sociais{
	float: right;
	margin: 8px 12px 0 0;
}

/* # DEFINIÇÕES RODAPÉ # */

#rodape-container{
	width: 100%;
	background: #25326e;
	border-top: 2px solid #25326e;
	margin: 20px 0 0;
}

#rodape{
	padding: 0 0 25px;
}

#rodape-container #mapa-site{
	float: left;
	padding: 33px 0 0;
}

#rodape-container #mapa-site .duplo{
	float: left;
	width: 115px;
	margin: 0 20px;	
}

#rodape-container #mapa-site .duplo ul{
	float: none;
	margin: 0;
}

#rodape-container #mapa-site .duplo .first{
	margin: 0 0 25px;
}

#rodape-container #mapa-site ul{
	float: left;
	width: 115px;
	margin: 0 20px;
}

#rodape-container #mapa-site li{
	color: #fff;
	margin: 0 0 11px;
}

#rodape-container #mapa-site .tit{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#rodape-container #mapa-site li a{
	color: #fff;
}

#rodape-container #tags{
	float: right;
	width: 332px;
	padding: 33px 0 0;
	color: #fff;
}

#rodape-container #tags p{
	font-weight: bold;
	font-size: 14px;
}

#rodape-container #tags a{
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

#copy{
	width: 100%;
	height: 29px;
	background: #1b275c;
	text-align: center;
	color: #fff;
	padding: 14px 0 0;
}

#sidebar #enquete .desc-enquete{
    font-size: 11px;
    margin: 8px 0;
}

#sidebar #enquete form.form-enquete ul.opcoes{
    margin: 0 0 10px 0;
    padding: 0; 
}

#sidebar #enquete form.form-enquete ul.opcoes label{
    color: #414042;
}

#sidebar #enquete form.form-enquete input.submit{
    background-color: #DD1B1B;
    color: #FFFFFF;
    padding: 5px 27px;
}

#sidebar #enquete ul.resultado{
    margin: 0 0 10px 0;
    padding: 0; 
}

#sidebar #enquete ul.resultado li{
    margin: 0 0 10px 0;
}

#sidebar #enquete ul.resultado p{
    margin: 0;
}

#sidebar #enquete ul.resultado p.descricao{
    
}

#sidebar #enquete ul.resultado li.votado p.descricao{
    font-style: italic;
}

#sidebar #enquete ul.resultado p.barra{
    width: 0%;
    min-width: 2px;
    height: 10px;
    background-color: #DD1B1B;
}


em {
	font-style:italic;
}
