/* CSS Document */

/** CSS RESET **/
* {
	margin:0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body {
	background: #F2F2F2;
	width: 100%;
	height: 100%;
	background-image:url(images/bgpage.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.bgGeral{
	width: 100%;
	height: 100%;
	background-image: url(images/bgrodape.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.menuacessibilidade, .linkacessibilidade {display:none;}

/*** GERAL ***/
#geral {
	height: 100%;
	width:800px;
	margin:0 auto;
	display:table;
	left: 0px;
	top: 0px;
}


#principal {
	width: 800px;
	position:relative;
	height: 100%;
/*	background: #333366;*/
}

/*** LOGO DO BMQ ***/
h1.logo {
	background:#FFFFFF;
	width:202px;
	padding:0px 24px;
	float:left;
}

h1.logo a {
	height:195px;
	display: block;
	background:url(images/marcaBMQ.jpg) no-repeat;
	text-indent:-999em;
	overflow:hidden;
}

/*** FRASE DE PENSAMENTO ***/
.pensamento {
	width: 500px;
/*	position: absolute; */
	right: 0px;
	top: 0px;
	padding: 50px 25px 20px 25px;
/*	background: #FFFF00;*/
	float: right;
/*	border-bottom: 1px dotted #231F20;*/
	text-align: right;
}
.pensamento .frase{
	color: #7A7677;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.pensamento .autor{
	color: #7A7677;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

/*** TEXTO DE APRESENTAcaO ***/
.apresentacao {
	width: 550px;
/*	position: absolute; */
	right: 0px;
	top: 105px;
	padding: 0;
	float: right;
	text-align: left;
/*	background:#FF33CC;*/
}
.apresentacao h2 {
	color: #00AEEF;
	font-family: 'Arial Narrow', Arial, Verdana, Sans-Serif, Lucida Grande;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	background-image: url(images/tit_apresentacao.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 70px;
	padding: 30px 0 0 0;
}

.apresentacao p {
	padding: 0 25px 25px 0;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color:#231F20;
	text-align: justify;
}
.apresentacao p a {
	clear: both;
	color:#231F20;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
	float: right;
	border-bottom: 1px dotted #999999;
}
.apresentacao p a:hover {
	color:#FFFFFF;
	background: #00AEEF;
	border-bottom: 1px dotted #000000;
}
.apresentacao hr{
	clear: both;
	border: 1.5px solid #CDCDCD;
	margin: 15px 0;
}

/*** uLTIMAS NOTiCIAS ***/
.ultimas {
	width: 550px;
/*	position: absolute; */
	right: 0px;
/*	top: 500px;*/
	padding: 0;
	float: right;
	text-align: left;
/*	background: #009999;*/
}
.ultimas h3 {
	color: #00A651;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	height: 25px;
	padding: 0;
	border-bottom: 1px dotted #231F20;
}
.ultimas .vertodas a{
	color: #231F20;
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 345px;
}
.ultimas .vertodas a:hover{
	text-decoration: none;
}
.ultimas ul li a{
	color: #231F20;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	margin: 0 15px;
}
.ultimas ul li a:hover{
	font-weight: bold;
	text-decoration: none;
}
.ultimas hr{
	clear: both;
	border: 1.5px solid #CDCDCD;
	margin: 15px 0;
}

/*** PARCEIROS ***/
.parceiros {
	width: 550px;
/*	position: absolute; */
	right: 0px;
/*	top: 630px;*/
	text-align: left;
	float: right;
/*	background:#999933;*/
}
.parceiros h3 {
	color: #95B300;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	height: 25px;
	padding: 0;
	border-bottom: 1px dotted #231F20;
}
.parceiros ul li {
	width: 120px;
	float:left;
	display: inline;
	vertical-align: middle;
	margin: 5px;
}

.parceiros ul li a {
	height:70px;
	display: block;
	text-indent:-999em;
	overflow:hidden;
}
.parceiros .fundacao{
	background:url(images/fundacao.jpg) no-repeat;
	background-position: center;
}
.parceiros .unesco{
	background:url(images/unesco.jpg) no-repeat;
	background-position: center;
}
.parceiros .globo{
	background:url(images/globo.jpg) no-repeat;
	background-position: center;
}
.parceiros .unifem{
	background:url(images/unifem.jpg) no-repeat;
	background-position: center;
}
.parceiros .andi{
	background:url(images/andi.jpg) no-repeat;
	background-position: center;
}
.parceiros .itau{
	background:url(images/itau.jpg) no-repeat;
	background-position: center;
}
.parceiros .forum{
	background:url(images/forum.jpg) no-repeat;
	background-position: center;
}
.parceiros .unb{
	background:url(images/unb.jpg) no-repeat;
	background-position: center;
}
.parceiros .giacometti{
	background:url(images/giacometti.jpg) no-repeat;
	background-position: center;
}
.parceiros .crianca{
	background:url(images/criancaesperanca.gif) no-repeat;
	background-position: center;
}
.parceiros .unfpa{
	background:url(images/logo_unfpa_laranja.gif) no-repeat;
	background-position: center;
}

.parceiros .rede_solidaria{
	background:url(images/logo_rede_solidaria.jpg) no-repeat;
	background-position: center;
}
.parceiros .oi_futuro{
	background:url(images/oi_futuro.png) no-repeat;
	background-position: center;
}
.parceiros hr{
	clear: both;
	display: none;
}

/*** MENU ***/
#menuGeral{
	clear: both;
	position: absolute;
	width: 162px;
	left: 24px;
	_left: 23px;
	top: 195px;
	float: left;
	padding: 0 20px 30px 20px;
/*	background:#00FFFF;*/
	background: url(images/bgmenu.gif) no-repeat;
	background-position: top;
/*	z-index: 999;*/
/*	display: block;*/
}

.menu{
/*	float: left;
	position: absolute;
	margin: 0;
	display: block;*/
}
.menu ul li a{
	width: 150px;
	color: #231F20;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border-left: 3px solid #CCCCCC;
	border-bottom: 1px solid #E9E9E9;
	text-align: left;
	display: block;
	background: #FFFFFF;
	margin-bottom: 1px;
	_margin-bottom: 0px;
	*margin-bottom: 0px;
	height: 17px;
	padding: 4px 0 0 10px;
}
.menu ul li a:hover{
	padding: 4px 0 0 3px;
	border-left: 10px solid #CCCCCC;
}
/*** INSTITUCIONAL ***/
.menu .inst a{
	border-left: 3px solid #FFDE00;
}
.menu .inst a:hover{
	border-left: 10px solid #FFDE00;
}
/*** TEXTOS ***/
.menu .txt a{
	border-left: 3px solid #0070B9;
}
.menu .txt a:hover{
	border-left: 10px solid #0070B9;
}
/*** NOTiCIAS ***/
.menu .not a{
	border-left: 3px solid #00A651;
}
.menu .not a:hover{
	border-left: 10px solid #00A651;
	padding: 4px 0 0 3px;
}
/*** CALENDaRIO ***/
.menu .cal a{
	border-left: 3px solid #E90085;
}
.menu .cal a:hover{
	border-left: 10px solid #E90085;
}
/*** COMO AJUDAR ***/
.menu .aju a{
	border-left: 3px solid #00AEEF;
}
.menu .aju a:hover{
	border-left: 10px solid #00AEEF;
}
/*** DEPOIMENTOS ***/
.menu .dep a{
	border-left: 3px solid #73006B;
}
.menu .dep a:hover{
	border-left: 10px solid #73006B;
}
/*** ARQUIVOS ***/
.menu .arq a{
	border-left: 3px solid #F56A00;
}
.menu .arq a:hover{
	border-left: 10px solid #F56A00;
}
/*** PROFESSORES ***/
.menu .prof a{
	border-left: 3px solid #EB0004;
}
.menu .prof a:hover{
	border-left: 10px solid #EB0004;
}
/*** LINKS ***/
.menu .link a{
	border-left: 3px solid #95B300;
}
.menu .link a:hover{
	border-left: 10px solid #95B300;
}
/*** FALE CONOSCO ***/
.menu .fale a{
	border-left: 3px solid #F56A00;
	border-bottom: 1px solid #FFFFFF;
}
.menu .fale a:hover{
	border-left: 10px solid #F56A00;
}

/*** BOLETIM DE NOTiCIAS ***/
.boletim h3{
	color: #231F20;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 15px 10px 0 10px;
	top: 10px;
	display: block;
}
.boletim h4{
	color: #231F20;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 5px 10px 10px 10px;
}
.formboletim fieldset{
	border:none;
	padding: 0;
	width: 100px;
}
.formboletim legend{
	display: none;
}

.formboletim fieldset input{
	border:1px solid #231F20;
	padding: 2px;
	vertical-align: middle;
	width: 155px;
	height: 13px;
	color: #231F20;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.formboletim fieldset input.btncadastrar{
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: 2px;
	border:0;
	cursor: pointer;
	background: #231F20;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	padding: 3px 2px 0 2px;
}
.boletim hr{
	width: 100%;
	border: 1.5px solid #CDCDCD;
	margin: 10px 0;
}

/*** ENQUETE ***/
.enquete h3{
	color: #231F20;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	top: 10px;
	padding: 0 10px 5px 10px;
	border-bottom: 1px dotted #231F20;
}
.enquete h4{
	color: #231F20;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding: 15px 0 10px 10px;
}
.enquete ul li{
	color: #231F20;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 0 0 10px 5px;
	display: block;
}
.enquete input{
	float: left;
	margin: 0 0 0 10px;
}
.enquete input.btnvotar{
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: 2px;
	border:0;
	cursor: pointer;
	background: #231F20;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	padding: 3px 2px 0 2px;
}
.enquete a{
	width: 100px;
	color: #231F20;
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 23px;
	text-decoration: underline;
	float: right;
	text-align: right;
}
.enquete a:hover{
	text-decoration: none;
}
.enquete .linha{
	border-top: 1px dotted #231F20;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	display:block;
}

/*** BANNER ***/
.bannerBox{
	position: relative;
	_position: absolute;
	float: left;
	width:770px;
	height:135px;
	margin: auto 15px;
	background: #E2E2E2;
	margin-top: 10px;
	*margin-top: 10px;
}
.banner{
	border:2px solid #FFFFFF;
	width:728px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
}
/*
.banner a{
	clear: both;
	width:728px;
	height:90px;
	background: url(images/bannerBemMeQuer2.gif) no-repeat;
	overflow:hidden;
	display: block;
	text-indent:-999em;
}*/
.bannerBox h6, .bannerBoxh6{
	color: #828081;
	font-family: 'Arial Narrow', Arial, Verdana, Sans-Serif, Lucida Grande;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 5px 25px;
	display: block;
/*	background:#99CC99;*/
}
.bannerBox h3, .bannerBox h4{
	display: none;
	text-indent:-999px;
	overflow:hidden;
}

/*** RODAPe***/
#rodape{
	clear: both;
	_clear: none;
	*clear: none;
	width:100%;
	height: 50px;
	bottom: 0px;
}
#rodape .h5, #rodape h5{
	color: #231F20;
	font-family: 'Arial Narrow', Arial, Verdana, Sans-Serif, Lucida Grande;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
}
#rodape a{
	color: #231F20;
	font-family: 'Arial Narrow', Arial, Verdana, Sans-Serif, Lucida Grande;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
#rodape a:hover{
	text-decoration: none;
}

/*** MENSAGENS ***/
.msgAviso{
	display: block;
	color: #00A651;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	border: 1px dashed #00A651;
	padding: 5px;
	text-align: center;
	margin: 0 0 15px 0;
}

.msgAlerta{
	display: block;
	color: #EB0004;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	border: 1px dashed #EB0004;
	padding: 5px;
	text-align: center;
	margin: 0 0 15px 0;
}

.botao{
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: 2px;
	border:0;
	cursor: pointer;
	background: #231F20;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	padding: 3px 2px 0 2px;
}

.botaoVoltar{
	height: 20px;
	border:0;
	cursor: pointer;
	background: #FFFFFF;
	color: #231F20;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 3px 2px 0 2px;
	display:block;
	width:100%;
}

/*** ALTERAR TAMANHO DA LETRA ***/
.aumentatexto{
	clear: both;
	color: #666666;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	padding-top: 5px;
}
.aumentatexto a{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	background: #FFFFFF;
	padding: 0px 2px;
};
.aumentatexto a:hover{
	color: #FFFFFF;
	border: 1px solid #000000;
	background: #000000;
};