html,body{ 
	
	/* min-width:1200px; */
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
    background-image: url(../imagens/fundo.gif);
	background-repeat: repeat-x;
 	margin:0;
	padding:0;
}	

#geral {
	left:50%;
	margin-left:-590px; /* metade da largura fictícia */
	position:absolute;
	/* width:1080px; */
}

#conteudo {
	padding: 0;
}

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


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin: 3px;
	padding: 4px;
	border: 1px solid #B6B2B1;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin: 3px;
	padding: 4px;
	border: 1px solid #B6B2B1;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin: 3px;
	padding: 4px;
	border: 1px solid #B6B2B1;
}

.botaoPadrao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	margin: 4px;
	padding: 8px;
	font-weight: normal;
	color: #FFF;
	background-color: #999999;
	border:none;
	cursor:pointer;
}

.botaoImagem {
	border-style: none;
	padding: 0px;
	cursor:pointer;
	margin:0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	color: #C51313;
	height:30px;
	margin-top: 20px;
	margin-bottom: 30px;	
}

h1 a {
	color:#C51313;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-top:2px;
	margin-bottom:6px;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4E4E4E;
	margin-bottom:8px;	

}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin:0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style:italic;
	color: #CCCCCC;
	margin:0px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h6 a {
	
	text-decoration: none;
	color: #000;
}

h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 0px;
	margin: 0px;
}

h7 a {
	
	text-decoration: none;
	color: #000;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

ul li {
	margin-left: 12px;
	padding-left: 18px;
	padding-top: 4px;	
	padding-bottom: 10px;
	background-image:  url(../imagens/pontoPQ.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 8px;
}

ul li ul li {
	margin-left: 12px;
	padding-left: 18px;
	padding-top: 4px;	
	padding-bottom: 10px;
	background-image:  url(../imagens/pontoPQ.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 8px;
}

.fonteXPQ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #4E4E4E;
	
}

.fontePQMenor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #4E4E4E;
	
}

.fontePQ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #4E4E4E;

}

.fontePQ2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-style: normal;
	color: #4E4E4E;

}

.fonteMD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #4E4E4E;
	
}

.fonteGD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #4E4E4E;
	
}

.fontePQCor1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #C51313;
	font-weight: normal;
}

.fontePQCor2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #E31F2B;
	font-weight: normal;
}


.fontePQCor3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #EB9910;
	font-weight: normal;
}

.fonteGDCor1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #C51313;;
	font-weight: normal;
}

.fonteMDCor1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333333;
	font-weight:500;
}

.fonteMDCor1 a:hover {
	text-decoration: none;
	color: #333333;
}


.fonteMDCor2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #C51313;
	font-weight:normal;
}

.fonteMDCor3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #E31F2B;
	font-weight:bold;
}
.fonteMDCor4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #999999;
	font-weight:bold;
}


.tablePrincipal {
	background-color: #A7BAC5;
	border: thin double #A7BAC5;
}
.tdEntradaCampo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-color: #F2F2E6;
}
.tdTituloCampo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-color: #E2E2C2;
}
.tdExibicaoCampo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}

.tableBordas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 15px;
	width: 745px;
}

.tableBordasFinas {
	border: 1px solid #D0D0D2;
}

.paginacaoAtual {
	
	background-color:#DA251C;
	padding-left:3px;
	padding-right:3px;
	color:#FFF;
	margin:3px;
	border-style:solid;
	border-width:1px;
	border-color:#DA251C;
}

.paginacaoOutras {

	background-color:#E0E0E0;
	padding-left:3px;
	padding-right:3px;
	color:#7D7D7D;
	margin:3px;
	border-style:solid;
	border-width:1px;
	border-color:#C7C7C7;

}

.tdRodape {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.tdBordaDireita {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.tdBordaDireita2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C8D2DB;
}

.imgCapasLivrosFilmes {
	border:none;
	width:65px;
	height:95px;
}

.imgJornalCapasPaginaInicial {
	border:none;
	width:190px;
	height:264px;	
}

.imgJornalCapasPaginaInicial2 {
	border:none;
	width:140px;
	height:205px;
}

.imgCapasNoticias {
	border:none;
	width:140px;
	height:105px;
}

/* Usado no rodape ***************************/

.fonteGDRodapeAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #0D3759;
	font-weight: bold;
}

.fonteGDRodapeVermelha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #E31F2B;
	font-weight: bold;
}

.fonteMDRodapeAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0D3759;
	font-weight: bold;
}

.fonteMDRodapeAzul a {
	text-decoration: none;
	color: #0D3759;
}

/* Usado na busca ***************************/

.inputBusca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	margin:0;
	padding:0;
	padding-left:10px;
	height: 33px;
	width: 150px;
	background-color: #DFDFDF;
	border:none;
	color:#666;
}

#rcorners {
    border-radius: 10px;
    background: #888888;
    padding: 20px;     	
	background: rgb(102, 102, 102); /* Fallback for older browsers without RGBA-support */
    background: rgba(102, 102, 102, 0.6);	
		
    min-height: 50px;
    line-height: 50px;
    text-align: center;    
    margin-bottom: 5px;	
}

#text-span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	font-size:42px;
	color:#FFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	line-height: 100%;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, .5);
}

#text-span a {
	color:#FFF;
	text-decoration:none;

}

/*.tituloNoticia {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:40px;
	color:#FFF;
	text-shadow: 3px 3px 0px rgba(60, 60, 60, 1);
	line-height: 105%;
	margin:10px;
	
}

.tituloNoticia a {
	color:#FFF;
	text-decoration:none;
	
}

.tituloNoticia2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:30px;
	color:#FFF;
	text-shadow: 2px 2px 0px rgba(60, 60, 60, 1);
	line-height: 100%;
	margin:5px;
	
}

.tituloNoticia2 a {
	color:#FFF;
	text-decoration:none;
	
} */

.tituloNoticia3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4C4C4C;
	font-weight:bold;
	line-height: 100%;
	margin-left:15px;
	
}

.tituloNoticia3 a {
	color:#4C4C4C;
	text-decoration:none;
	
}


.tituloNoticiaMobile {
	font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#4C4C4C;
	font-weight:normal;
	line-height: 100%;
	margin-left:15px;
	
}

.tituloNoticiaMobile a {
	color:#4C4C4C;
	text-decoration:none;
	
}


.center-cropped {
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  height: 120px;
  width: 120px;
}