 
@import 'comum.css';

/* Includes */
@import 'menu_topo.css';
@import 'menu_esquerdo.css';
@import 'certificados.css';
@import 'rodape.css';

/**/
/* Template */
/**/
.cls_bgEsquerdo{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 79px;
	margin-top: 235px;
	background: url(../imgs/comum/bg_left.jpg) repeat-x;
}

.cls_bgDireito{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 441px;
	background: url(../imgs/institucional/bg_right.jpg) repeat-x;
}

/**/
/* Corpo */
/**/
.cls_conteudo{
	z-index: 1;
	position: absolute;
	left: 50%;
	width: 930px;
	margin-left: -465px;
	background-color: #FFF;
}

/**/
/* Topo */
/**/
.cls_topo{
	float:left;
	width: 930px;
	height: 194px;
}

/**/
/* Logo */
/**/
.cls_topo .cls_logo{
	float:left;
	width: 202px;
	height: 80px;
	padding-top: 80px;
}

/**/
/* Menu Topo */
/**/
.cls_menu_topo{
	float: right;
	width: 728px;
	height: 49px;
}

/**/
/* Foto1 :: Central de Atendimento */
/**/
.cls_topo .cls_foto1{
	float: right;
	width: 680px;
	height: 76px;
	padding-top: 4px;
	background: url(../imgs/institucional/foto1.jpg) no-repeat;
}

.cls_topo .cls_foto1 img{
	float: right;
}

/**/
/* Foto2 */
/**/
.cls_topo .cls_foto2{
	float: right;
	width: 680px;
	height: 65px;
	background: url(../imgs/institucional/foto2.jpg) no-repeat;
}


/**/
/* Foto3 :: Abas */
/**/
.cls_abas{
	float: left;
	width:930px;
	height: 41px;
}

.cls_abas img{
	float: left;
}

.cls_abas .cls_foto3{
	float: left;
	width: 293px;
	height: 41px;
	background: url(../imgs/institucional/foto3.jpg) no-repeat left;
}

/**/
/* Centro */
/**/
.cls_centro{
	float: left;
	width:930px;
	background: url(../imgs/comum/degrade.jpg) repeat-x;
}

/**/
/* Barra Esquerda */
/**/
.cls_barraEsquerda{
	float: left;
	width:202px;
	padding-left: 10px;
}

/**/
/* Conteudo Principal */
/**/
.cls_cont{
	float: left;
	width: 680px;
	height: auto;
	padding: 10px;
	padding-top: 33px;
	background: url(../imgs/institucional/borda.jpg) no-repeat right top;

}

.cls_cont h1 {
	font-size:20px;
	font-family:Arial;
	color:#c30f18;
	border-bottom:2px solid #EEE;
}

.cls_cont h3 {
	font-size:15px;
	font-family:Arial;
	color:#000;
	font-weight:bold;
}

.cls_cont .cls_chamada{
	width: 698px;
	font-size:11px;
	font-family:Arial;
	color:#000;
	font-weight:bold;
	overflow: hidden;
}

.cls_cont img {
	padding:10px 10px 0px 0px;
}

.cls_cont .cls_texto_noticia {
	padding:10px 0px 10px 0px;	
	width:95%;
	min-height:180px;
}

.cls_cont .cls_texto_noticia img {
	float:left;
	width:220px;
	height:160px;
	padding:0px 20px 10px 0px;
}


.cls_cont .cls_pagina_anterior{
	height:17px;
	border-top:1px solid #EEE;
	padding-top:5px;
}

.cls_cont .cls_pagina_anterior a {
	width:100px;
	height:17px;
	padding-left:5px;
	padding-right:5px;	
	font-size:15px;
	font-family:Arial;
	color:#c30f18;
	font-weight:bold;
}

.cls_cont .noticiasChamadaTitulo {
	border-bottom:1px solid #EEE;
}

.cls_cont .noticiasChamadaTitulo .leiaMais  {
	color:#c30f18;
	font-weight:bold;
	padding:5px 0px 5px 0px;
}

.cls_cont .noticiasChamadaTitulo .titulo{
	/*color:#c30f18;*/
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:10px 0px 5px 0px ;
	
}

.cls_cont a:link{
	color:#c30f18;
}

.cls_cont a:visited{
	color:#c30f18;
}

.cls_cont a:hover{
	text-decoration:underline;	
}

.cls_cont .cls_rastro {
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
	padding:5px 0px 5px 0px;
}

.cls_cont .cls_rastro span{
	color:#000;
}

.cls_cont .cls_rastro a {
	color:#c30f18;
}

/**/
/* Div Galeria de Fotos */
/**/
.cls_Espaco_Foto{
	width:140px;
	height:110px;
	background:;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}
.cls_Espaco_Foto img, .cls_Espaco_Foto a{
	
}

.cls_Espaco_Paginacao{
	width:140px;
	height:30px;
	background:;
	margin-top:320px;
}

.cls_titulo_tipo_formato{
	font-size:11px;
	font-weight: bold;
}

