/* ------------------------------ (POP UP) Box  ------------------------------ */

#alertaPopUpPresidente {
	display: block;
	margin:0 auto;
}

.boxPopUp{
	display: block; 
	width: 100%;
	height:871px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: transparent url(../img/transparencia.png) repeat;
	z-index: 1100;

	/* I.E 6 */
	/*_width: auto;*/
	_position: absolute;
	_top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	_filter:alpha(opacity=90); -moz-opacity:0.95; opacity:0.95;
}

.boxPopUp .box{
	width:704px;
	height:509px;
	left:50%;
	/*margin-left:-220px;*/
	/*position:absolute;*/
	margin:0 auto;
	margin-top:10px;
	z-index:5000;
	background: #09F;
	border:1px solid #003300;
}

#alertaPopUpPresidente .topo {
	height:15px;
	width:500px;
	display:block;
	background:url(../img/bgConteudoSup.png) repeat bottom;
}

.boxPopUp .topo .btFechar {
	float:right;
	color:#000;
	margin-right:-200px;
	margin-top:1px;
	font-size:12px;
	font-weight:bold;
}

.boxPopUp .topo .btFechar:hover {
	color:#999999;
}

#alertaPopUpPresidente .menu {
	height:24px;
	width:474px;
	display:block;
	border-top:1px solid #333;
	background:url(../img/bgConteudoSup.png) repeat top;
}

#alertaPopUpPresidente .menu .txtMenu {
	margin-left:10px;
	color:#333;
}

#alertaPopUpPresidente .meio {
	height:478px;
	width:683px;
	display:block;
	background:url(../img/fundo.jpg);
	padding-left:10px;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
}

#alertaPopUpPresidente .meio .colEsq {
	height:120px;
	width:150px;
	float:left;
	margin-left:35px;
	margin-top:3px;
}

#alertaPopUpPresidente .borda {
	height:124px;
	width:117px;
	display:block;
	background:url(../img/bordaFotoPop.png) no-repeat;
}

#alertaPopUpPresidente img {
	display:block;
	margin-top:17px;
	margin-left:27px;
	float:left;
}

#alertaPopUpPresidente .meio .colDir {
	height:120px;
	width:280px;
	float:right;
}

#alertaPopUpPresidente .base {
	height:10px;
	width:501px;
	background:url(../img/fundo2.jpg) repeat;
}

#alertaPopUpPresidente .base .txtBase {
	float:right;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:8px;
	text-align:right;
	margin-top:3px;
	background:url(../img/bgConteudoSup.png) repeat top;
	width:466px;
}

#alertaPopUpPresidente .boxConteudo {
	height:380px;
	width:501px;
	background:url(../img/fundo2.jpg) repeat;
	overflow:auto
}

#alertaPopUpPresidente .txtMeio {
	display:block;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	padding-top:35px;
	text-align:justify;
}

#alertaPopUpPresidente .data {
	display:block;
	font-size:10px;
	color:#333333;
	margin-top:15px;
	margin-left:10px;
}

#alertaPopUpPresidente .titulo {
	display:block;
	font-size:14px;
	color:#333333;
	margin-left:10px;
}

#alertaPopUpPresidente .texto {
	display:block;
	font-size:12px;
	color:#666;
	margin-left:10px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #999;
	width:440px;
	line-height:16px;
}