/* Start of CMSMS style sheet 'Landing' */
body {
	margin: 0;
	padding: 0;
}

img {
	border:0px none;
}

.clear {
	clear: both;
	width:100%;
	line-height:1px;
	height:1px;
	font-size:1px;
	margin:-1px 0px 0px 0px;
	padding:0px;
	display:block;
}

#header {
	width: 662px;
	height: 46px;
	margin: 43px auto 34px;
	padding: 0;
}

#header h1 {
	display: block;
	width: 225px;
	height: 46px;
	font-size: 1em;
	background: url(images/enter-logo.gif) no-repeat;
	text-indent: -9999px;
}

#middle {
	width: 662px;
	height: 325px;
	margin: 0 auto;
	padding: 0;
}

#mba_home_banner {
padding-top:15px;
}

.bttn-treinamentos {
	display: block;
	float: left;
	width: 316px;
	height: 186px;
	background-image: url(images/bttn01.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	text-indent: -9999em;
}

.bttn-treinamentos:hover {
	background-position: bottom left;
}

.bttn-produtos {
	display: block;
	float: right;
	width: 316px;
	height: 186px;
	background-image: url(images/bttn02.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	text-indent: -9999em;
}

.bttn-produtos:hover {
	background-position: bottom left;
}

#footer {
	width: 271px;
	height: 25px;
	margin: 38px auto 0;
	padding: 0;
	background: url(images/grandeza.gif) no-repeat;
	text-indent: -9999em;
}


.generic_dialog { overflow:visible; }

.dialog_content { 
	position:absolute; 
	/*Centraliza a div na página*/
	width:450px; 
	left:50%;
	margin-left:-225px;	
	height:345px;
	top:50%;
	margin-top:-172px;
	/*Muito importante para ficar acima do fundo cinza*/
	z-index:1000000;
	/*Só um fundo brando na div, isso não é necessário para funcionar*/
	background:#FFF;
}

.mask {
	position: absolute;
	/*Cor do fundo*/
	background: #000;
	/*Opacidade de fundo para todos os navegadores em 70% mas pode ser ajustado para o valor desejado */
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	z-index: 999999;
}
/* End of 'Landing' */

