/*

CSS NOVO

*/
.alerta_2 {
	display: none;
	width: 380px;
	height: 120px;
	position:absolute;
	left: 35%; /*300px*/
	top: 220px;
	padding: 10px;
	font: 12px arial;
	padding: 0;
	z-index:1;
}

.alerta_2 table {
	width: 398px;
	height: 300px;
	border: 0; 
}


.alerta table {
	width: 398px;
	height: 150px;
	border: 0; 
	margin: 0;
}

.alerta_conteudo {
	color: #FFFFFF;
	font: 12px arial;
	width: 350px;
	position: relative;
	text-align: left;
	margin-top: 30px;
	line-height: 22px;
}

.alerta_conteudo a,.alerta_conteudo a:hover,.alerta_conteudo a:visited {
	color: #FFFFFF;
	font: 12px arial;
	text-decoration: underline;
}

.botao {
	position:relative;
	left:170px;
	top:17px;
	width:16px;
	height:18px;
	cursor: pointer;
}

.alerta {
	display: none;
	width: 380px;
	height: 120px;
	position:absolute;
	left: 35%;
	top: 220px;
	padding: 10px;
	font: 12px arial;
	padding: 0;
	/*border: 1px solid black;*/
	z-index:1;


}
.alerta_tutorial {
	color: #FFFFFF;
	font: 12px arial;
	width: 350px;
	height: 218px;
	position: relative;
	text-align: left;
	margin-top: 30px;
	overflow: auto;
	line-height: 22px;
	
	
}
.alerta_tutorial div {
	width: 320px;
}