.transparent_class {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}

#divMold {
	width: 100%;
	height: 100%;
	}

#modal, #modal_en {
	border-top: 1px;
	border-right: 1px;
	border-color: #707070;
	border-style: solid;
}

#modal {
	background: url(../images/tit_meuRI_pt.gif) no-repeat left top;
}

#modal_en {
	background: url(../images/tit_meuRI_en.gif) no-repeat left top;
}

.modalBg{	/* cor do fundo escurecido */
	background: #333;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	}
	
.modal_fechar {
	cursor: pointer;
	right: 10px;
	position:absolute;
	}
	
.modal_logo {
	left: 35px;
	top: 75px;
	position:absolute;
	}

.modal_txt {
	left: 170px;
	top: 55px;
	width: 380px;
	text-align: left;
	line-height: 1.5em;
	position:absolute;
	}	

.modal_links {
	font-size: 13px;
	font-weight: 700;
	left: 1px;
	top: 165px;
	width: 647px;
	text-align: center;
	position:absolute;
	}	

.modal_sucesso {
	left: 0px;
	top: 45px;
	width: 648px;
	height: 200px;
	font-size: 12px;
	font-weight:700;
	background: url(../images/okok.jpg) no-repeat 270px 25px;
	text-align: center;
	position:absolute;
	}	

.modal_fecharOK {	/* Para que feche a janela ao clicar no fundo "OK" - AH */ 
	cursor: pointer;
	left: 270px;
	top: 65px;
	width: 110px;
	height: 120px;
	position:absolute;
	}	


.msgInfo {
	background-color: #FFF;
	background: url(../images/bottomRi.jpg) no-repeat bottom center;
	padding-bottom: 9px;
	color: #666;
	width: 648px; /*534 */
	z-index: 7;
	top: 30%;
	left: 50%;
	margin-left: -324px;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	}

.msgInfo #modal, 
.msgInfo #modal_en {
	padding:10px 20px 20px 20px;
	background-color: #FFF;
	width: 608px; /*494px*/
	height: 180px;
	}

.msgInfo p { 
	margin: 0 0 20px 0;
	}

.msgInfo ul li a { 
	/*float: left;*/
	padding: 2px;
	font-size: 14px;
	color: #009FC1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background: url(../images/seta.jpg) bottom center no-repeat;*/
	height: 33px;
	text-align: center;
	text-decoration: none; 
	/*display: block;*/
	text-indent: -9999px;
	overflow: hidden;
}
#pt .msgInfo ul li a {
	margin-right: 17px;
	display: inline;
}
#en .msgInfo ul li a {
	margin-right: 35px;
	display: inline;
}




/* ==================================================================================================== */

/*
#pt .home_v2 a { background: url(../images/img_modal_home_v2_pt.gif) no-repeat 0 0 ; width: 152px; }
#pt .home_v1 a { background: url(../images/img_modal_home_v3_pt.gif) no-repeat 0 0 ; width: 54px; }
#pt .home_v3 a { background: url(../images/img_modal_home_v4_pt.gif) no-repeat 0 0 ; width: 84px; margin-right: 0!important; }
#pt .home_v4 a { background: url(../images/img_modal_home_v1_pt.gif) no-repeat 0 0 ; width: 56px; margin-right: 0!important; }

#en .home_v0 a { background: url(../images/img_modal_home_v1_en.gif) no-repeat 0 0 ; width: 56px; }
#en .home_v2 a { background: url(../images/img_modal_home_v2_en.gif) no-repeat 0 0 ; width: 152px; }
#en .home_v1 a { background: url(../images/img_modal_home_v3_en.gif) no-repeat 0 0 ; width: 54px; }
#en .home_v3 a { background: url(../images/img_modal_home_v4_en.gif) no-repeat 0 0 ; width: 84px; margin-right: 0!important; }
#en .home_v4 a { background: url(../images/img_modal_home_v1_en.gif) no-repeat 0 0 ; width: 56px; margin-right: 0!important; }


.modal h2 {
	color:#056AA6;
	font-size:14px;
	font-weight:bold;
	}
*/

.home_v0,
.home_v2,
.home_v1,
.home_v3,
.home_v4 {
	display: inline;
}

.msgInfo ul li a:hover { text-decoration: underline; }

.msgInfo ul { clear: both; }

.msgInfo .modal_ok {
	font-size: 16px;
	display: block;
	color: #000;
	height:11px;
	margin-top:20px;
	text-indent:-9999px;
	cursor:pointer;
	display: block;
	margin: 0 auto;
	display:inline;
}

#en .modal_ok {
	background: url(../images/btn_continuar_en.gif) no-repeat 0 0 ; width:50px;
}
#pt .modal_ok {
	background: url(../images/btn_continuar_pt.gif) no-repeat 0 0 ; width:55px;
}


