@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font: 12px Tahoma, Helvetica, sans-serif;
	color:#7c7c7c;
	background-color: #FFFFFF;
	background-image: url(imagens/bg-topo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
/* DEFINE A RESOLUÇÃO DA PAGINA */
#wrapper {
	width: 960px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* LINK PADRÃO */
a {
	color: #7c7c7c;
	text-decoration:none;
	}
a:visited {
	color: #7c7c7c;
	text-decoration:none;
	}
a:hover {
	color: #7c7c7c;
	text-decoration:underline;
	}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #990033;
}
.textoGeral {
	font-size: 12px;
	font-weight: normal;
	color: #7c7c7c;
	text-align: justify;
}
.texto11 {
	font-size: 11px;
	color: #000033;
}
.texto11Nome {
	font-size: 11px;
	color: #990000;
}

/*responsive*/


@media (min-width:961px){
	
.pc {display:initial !important;}
.mob {display:none !important;}
	
}

@media (max-width:960px){
	
* {box-sizing:border-box;max-width:100% !important;}
table {table-layout:fixed;}
img { max-width:100% !important; height:auto;}
body {
	margin: 0px;
	padding: 0px;
	background-image: none;
	font-size: 100%;
}
iframe { max-width:100% !important;}
object { max-width:100% !important;}

.pc {display:none;}
.mob {display:block;}
.content {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
#wrapper {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: relative;
  width: 100%;
}
.title {
	color: #B17778;
	font-size: 200%;
	text-align: center;
}
.header-img {
	background-image: url(imagens/bg-mob.jpg);
	background-repeat: repeat-x;
	float:left;
	width:100%;
	vertical-align:middle;
}
.mob.header-img > img {
  display: block;
  float: left;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.imgtitle {
	color: rgba(255,255,255,1.00);
	vertical-align:middle;
	margin-top: 20px;
	float:left;
	line-height: 90%;
}
.head1 {}
.subhead1 {}
.textoGeral {
  font-size: 100% !important;
}

	
}


@media (max-width:440px){
	
.table1 td {
  display: block;
  text-align: center;
  width: 100%;
}
.header-img {
  background-size: cover;
  padding-bottom: 15px;
  text-align:center;
}
div.mob.header-img > img {
  display: initial;
  float: none;
}
span.imgtitle {
  float: none;
}



	
}
