@font-face
{
font-family: myFirstFont;
src: url(1stSortie.ttf);
}
@font-face
{
font-family: Analoguet;
src: url(agoestoesan.ttf);
}




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
	padding-top:70px;
}
#cabecalho{
	height:70px;
	width:100%;
	position:fixed;
	background-color:#FFF;
	margin-top:0px;
	top:0px;
	background-image:url(../imagens/menu_bg.png);
	background-repeat:repeat-x;
	 z-index:1000;
}
.cab_contein{
	width: 10000px;
	height: 70px;
	position: absolute;
	top: 0px;
	left:50%;
	margin-left:-550px;
}
#logo{
	height:70px;
	width:200px;
	float:left;
	position:relative;
	}
#menu{
	height:68px;
	width:889px;
	float:left;
	position:relative;
	border-left:1px solid #CCC;
	margin-left:10px;
}
#conteiner_topo{
	width:100%;
	height:200px;
	background-color:#3259C2;
	text-align:center;
	overflow:hidden;
	background-image:url(../imagens/bg_topo.jpg);
	background-position:center;
	min-width:1100px;
}
.slideshow { height: 200px; width: 1100px; margin: auto; }

#conteiner_menu2{
	width:100%;
	height:50px;
	background-color:#F7F7F7;
	background-image:url(../imagens/bg_menu_2.jpg);
}
#conteiner_rodape1{
	width:100%;
	background-color:#F1EBEB;
	height:250px;
	min-width:1100px;
	}
	#conteiner_rodape2{
	width:100%;
	background-color:#FFF;
	height:90px;
	text-align:center;
	min-width:1100px;
	}
.icon{
	padding-top:20px;}
	
.nav{margin:0px; padding:0px; list-style:none;}
.nav li{ float:left; position:relative; font-size:25px;}
.nav li a{ text-decoration:none; color:#000; display:block; font-family:myFirstFont; line-height:70px;  padding-left:10px; padding-right:10px;}
.nav li a:hover{ color:#039;}


.nav ul{ display:none; position:absolute; margin-top:-20px; left:0; list-style:none; padding:0; border-radius:6px; overflow:hidden; height:auto;}
.nav ul li{ width:240px; float:left;}
.nav ul a{ line-height:40px; display:block; text-decoration:none; background-image:url(../imagens/menu_topo_r2_c1.png); background-repeat:repeat-y; color:#FFF; border-bottom:1px solid #328DBE; font-size:20px; letter-spacing:1px;}
.nav ul a:hover{ color:#000; background-color:#3F6;}

/*  segundo menu  */
.nav2{margin:0px; padding:0px; list-style:none; border-radius:6px; overflow:hidden; height:auto;}
.nav2 li{ float:left; position:inherit; font-size:20px; border-left:1px solid #CCC;}
.nav2 li a{ text-decoration:none; color:#000; font-family:Analoguet; line-height:50px;  padding-left:10px; padding-right:10px;}
.nav2 li a:hover{ color:#000; background-color:#006; font-weight:bold;}


.selecionado{
	background-image:url(../imagens/menu_selec.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;}

.titulo_de_bloco{
	text-decoration:none; color:#000; font-family:Analoguet; line-height:20px;
}
.campo_de_texto{
	color:#000; font-family:Analoguet;
	padding:5px;
	font-size:18px;
	border:1px solid #CCC;
	background:none;
	border-radius:5px;
	outline:0; outline:none; outline-offset:0; outline-offset:none; 
}

.sucesso{
	padding:10px;
	background-color:#35A725;
	color:#FFF;
	width:98%;
	display:none;
	border-radius:6px;
}
.erro{
	padding:10px;
	background-color:#F30;
	color:#FFF;
	width:98%;
}
#validate_message{
	color:#F00;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
.formDefault .invalid
{
    border:1px solid red;
}
.ordem_menu{
	cursor:move;
	background-image:url(../imagens/past_icon.gif);
	background-repeat:no-repeat;
	height:32px;
	padding-left:35px;
	line-height:30px;
}
.ordem_paginas{
	background-repeat:no-repeat;
	height:31px;
	border:1px solid #FFF;
	padding:2px;
	border-radius:5px;
}
.ordem_paginas:hover{
	border:1px solid #CCC;
	background-color:#F8F8F8;
}
.pasta_orden_separa{
	float:left;
	width:450px;
	height:30px;
	overflow:hidden;
	line-height:30px;
}
.pasta_orden_separa a{
	color:#000;
	text-decoration:none;
}
#pasta_orden_separa2{
	float:left;
	width:35px;
	height:30px;
	position:relative;
}
.pasta_orden_separa2{
	float:left;
	width:180px;
	height:30px;
	position:relative;
	line-height:30px;
	text-align:center;
}
.pasta_orden_separa3{
	float:left;
	width:500px;
	height:30px;
	overflow:hidden;
	line-height:30px;
}
.pasta_orden_separa3 a{
	color:#000;
	text-decoration:none;
}
.separa_audio_nome a{
	float:left;
	width:380px;
	height:30px;
	overflow:hidden;
	line-height:30px;
	text-decoration:none;
	color:#000;
}
.separa_audio_player{
	float:left;
	width:320px;
	height:30px;
	overflow:hidden;
	line-height:30px;
}
.pasta_orden_separa_g{
	float:left;
	width:700px;
	height:30px;
	overflow:hidden;
	line-height:30px;
}
.pasta_orden_separa_g a{
		text-decoration:none;
		color:#1C3F59;
		font-family:Analoguet;
}
.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 25px;
    left: 0; /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 150px;
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-open .dropit-submenu { display: block; }

.menudp ul { display: none;} /* Hide before plugin loads */
.menudp ul.dropit-submenu {
    background-color: #fff;
    border: 1px solid #b2b2b2;
    padding: 6px 0;
    margin: 3px 0 0 1px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
       -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
            box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}          
.menudp ul.dropit-submenu a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #7a868e;
    padding: 0 18px;
}
.menudp ul.dropit-submenu a:hover {
    background: #248fc1;
    color: #fff;
    text-decoration: none;
}
.oculto{
	display:none;
}


.imagens{
float:left;
padding:3px;
border-top:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
height:140px;
width:210px;
text-align:center;
top:-1;
}
.pt_adm_cont{
	cursor:move;
}
.imagen_salva{
float:right;
margin-right:10px;
cursor:pointer;
}
.imagen_txt{
font-size:10px;
vertical-align:top;
width:150px;
}
.imagen_dentro{
height:70px;
overflow:hidden;
padding:2px;
margin-bottom:2px;
cursor:move;
}
.senha_errada{
	border:1px solid #F30;
	border-radius:6px;
	background-color:#FFD9C1;
	color:#C00;
	padding:3px;
}

.pg_data{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
}
.pg_titulo{
	font-family:Analoguet;
	font-weight:bold;
	color:#000;
	font-size:40px;
	
}
.pg_manchete{
	font-size:18px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
.pg_hr{
	border-bottom: 1px solid #CCC;
}
.pg_texto{
	float:left;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align:justify;
}
.pg_imagem_cont{
	float:left;
	position:relative;
	margin-right:10px;
	width:400px;
	border-radius:3px;
	overflow:hidden;
		cursor:pointer;
}
.pg_txt_img{
	display:block;
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 2;
	text-align:center;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-image:url(../imagens/bg_transparente.png);
	padding:5px;
}
.pg_img_zoom{
	display:block;
	position: absolute; 
	left: 120px; 
	z-index: 2;
	text-align:center;
	display:none;
	pointer-events:none;
}
.imagen_thumb{
	border:3px solid #FFF;
	margin:3px;
	border-radius:6px;
	overflow:hidden;
	position:relative;
	float:left;
	max-height:100px;
}
.imagen_thumb_cont{
	height:110px;
	overflow:hidden;
	position:relative;
	float:left;
}

.imagen_thumb:hover{
	border:3px solid #39C;
}
.audiomp{
	font-family:Analoguet;
	color:#033;
}
.dest_lista_colunista2{
	height:330px;
	width:450px;
	float:left;
	position:relative;
	margin-left:15px;
	cursor:pointer;
	overflow:hidden;
}
.dest_lista_cont{
	/*height:280px;
	width:365px;*/
	height:320px;
	width:450px;
	float:left;
	position:relative;
	margin-left:15px;
	cursor:pointer;
	overflow:hidden;
}
	.dest_lista_img{
		width:100%;
		height:200px;
		overflow:hidden;
		position:relative;
	}
		.dest_lista_colunista{
		width:100%;
		height:220px;
		overflow:hidden;
		position:relative;
	}
	.dest_lista_colunista_borda{
	border:3px solid #C00;
	position:absolute;
	display:block;
	z-index: 2;
	display:none;
	pointer-events:none;
	top:0px;
	height:214px;
	width:444px;
}
.dest_lista_cont_borda{
	border:3px solid #C00;
	position:absolute;
	display:block;
	z-index: 2;
	display:none;
	pointer-events:none;
	top:0px;
	height:194px;
	width:444px;
}
.dest_lista_titulo{
	padding:10px;
	font-size:24px;
	line-height:100%;
}
.dest_lista_titulo a{
		color:#26B4DD;
		text-decoration:none;
		font-family:Analoguet;
}
.dest_lista_titulo_hov{
	text-decoration:underline;
}


.dest_lista_cont2{
	height:100px;
	width:440px;
	float:left;
	position:relative;
	margin-left:19px;
	margin-bottom:15px;
	cursor:pointer;
	overflow:hidden;
	border-right:3px solid  #C00;
}
	.dest_lista_img2{
		width:130px;
		height:100px;
		overflow:hidden;
		position:relative;
		float:left;
		position:relative;
	}
.dest_lista_cont_borda2{
	border:3px solid #C00;
	position:absolute;
	display:block;
	z-index: 2;
	display:none;
	pointer-events:none;
	top:0px;
	height:94px;
	width:124px;
}
.dest_lista_titulo2{
	padding:10px;
	font-size:17px;
	/*width:188px;*/
	width:290px;
	line-height:100%;
	float:left;
	position:relative;
}
.dest_lista_titulo_ni{
	padding:10px;
	font-size:17px;
	width:350px;
	line-height:100%;
	float:left;
	position:relative;
	top:15px;
}
.dest_data{
	background-color:#C00;
	float:right;
	position:relative;
	color:#FFF;
	padding: 0 10px 0 10px;
}
.dest_data_none{
	position:absolute;
	top:0px;
	right:0px;
}
.dest_data_big{
	background-color:#C00;
	float:right;
	position:relative;
	color:#FFF;
	padding: 10px 20px 10px 20px;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.dest_lista_titulo2 a{
		color:#069;
		text-decoration:none;
		font-family:Analoguet;
}
.dest_lista_titulo_hov2{
	text-decoration:underline;
}
.dest_lista_titulo3{
		text-align:center;
		font-weight:bold;
}
.dest_lista_titulo3 a{
	font-size:20px;
	line-height:120%;
	color:#069;
	text-decoration:none;
	font-family:Analoguet;

	
}

.menu_pg{
	font-family:Verdana, Geneva, sans-serif;
	color:#6C0;
	text-decoration:none;
	font-size:18px;
	padding:7px;
	margin:2px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin-top:15px;
	line-height:50px;
}
.menu_pg:hover{
	background:#F8F8F8;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.number{
	float:left;
	position:fixed;
	top:14px;
	color:#FFF;
	background-color:#F00;
	font-size:12px;
	height:10px;
	line-height:100%;
	padding:4px;
	border-radius:2px;
	text-align:center;
	margin-left:27px;
	cursor:pointer;
}
.pasta_link:hover{
	background-color:#F0F0F0;
	padding:5px;
	border-radius:5px;
}
.divisor_txt{
	font-family:Analoguet;
	font-size:30px;
	border-bottom:#06C 4px solid;
	font-weight:bold;
	color:#333;
}
.divisor_cont{
	border-bottom:1px solid #06C;
	padding-bottom:3px;
	margin-left:10px;
	margin-right:10px;
}
.campo_busca{
	background: none;
	width:100%;
	height:100%;
	border:none;
	font-family:Analoguet, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#666;
	font-size:20px;
	margin-left:5px;
	margin-right:5px;
	outline:none;
}
.plasyer_corrige{
	margin-top:-10px;
}

.contador_paginas{
	float:left;
	position:relative;
	font-family:Analoguet, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding:6px;
	background-color:#999;
	color:#FFF;
	
}
.ultimos_posts{
	padding:10px 20px 10px 20px;
	background-color:#09C;
	color:#FFF;
	font-weight:bold;
	width:180px;
	margin-bottom:10px;
	font-family:Analoguet;
	font-size:24px;
}
.contador_link{
	float:left;
	position:relative;
	font-family:Analoguet, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding:6px;
	margin-left:2px;
	text-decoration:none;
	color:#FFF;
	background-color:#2ED1AC;
}
.contador_link:hover{
	background-color:#000;
	color:#FFF;
}
.contador_selecionada{
	float:left;
	position:relative;
	font-family:Analoguet, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding:6px;
	background-color:#666;
	color:#FFF;
	margin-left:2px;
}

.alerta{
	background-color:#FC0;
	color:#000;
	font-family:Analoguet, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin:10px;
	padding:15px;
	background-image:url(../imagens/esclamacao.png);
	background-repeat:no-repeat;
	background-position:right;
	}
	.alerta a{
		text-decoration:none;
		color:#000;
	}
	.alerta a:hover{
		text-decoration:underline;
	}
	.alerta_verde{
	background-color:#85CF54;
	color:#000;
	font-family:Analoguet, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin:10px;
	padding:15px;
	background-image:url(../imagens/icone_certo_verde.png);
	background-repeat:no-repeat;
	background-position:right;
	}
	
	.visible_false{
		visibility:hidden;
	}
	
	.mensagem_novas{
		padding:6px;
		border:1px solid #CCC;
		margin-top:2px;
		cursor:pointer;
		font-family:Analoguet, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
		height:20px;
		}
.mensagem_titulo{
		font-family:Analoguet, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
		padding:6px;
		border:1px solid #CCC;
		margin-top:2px;
		float:left;
		position:relative;
}
.mensagem_de{
	width:325px;
	float:left;
	position:relative;
	overflow:hidden;
}
.mensagem_assunto{
	width:400px;
	float:left;
	position:relative;
	border-left:none;
	overflow:hidden;
}
.mensagem_opcoes{
	width:152px;
	float:left;
	position:relative;
	border-left:none;
	overflow:hidden;
}
.mensagem_data{
	width:90px;
	float:left;
	position:relative;
	border-left:none;
	overflow:hidden;
}
.mensagem_ver{ display:none; position:inherit; background-color:#FFF; color:#000; padding:5px; margin-top:4px;}
.mensagem_link{
	color:#000;
	background-color:#FFF;
	padding:3px;
	margin:0px;
}
.mensagem_link:hover{
	background-color:#CCC;
}
.mensagem_arquivo_bt{
	border:1px solid #060;
	background-color:#419524;
	font-family:Analoguet, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#FFF;
	width:200px;
	text-align:center;
	padding:6px;
	border-radius:5px;
	cursor:pointer;
	
}
.mensagem_arquivo_bt:hover{
	background-color:#360;
}

.txt_direitos{
	color:#666;
	font-family:myFirstFont;
	font-size:26px;
}
.txt_rodape{
	color:#000;
	font-family:Analoguet;
	font-size:20px;
	text-shadow: 0.05em 0.05em #FFF;
}
.print{
	display:none;
	text-align:center;
}

.deixarComents{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color:#900;
	font-size:18px;
}


.vivo_noar{
	background-color:#B81F77;
	color:#FFF;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding:10px;
}
.vivo_box{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.vivo_pedir{
	padding:5px;
	background-color:#36C;
	color:#FFF;
	border-radius:6px;
}
.vivo_pedir a{
	color:#FFF;
}