/**************************************
  CURSOS
**************************************/

#divCursos {
	width: 970px;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 300;
}

#divCursosLoader {
	width: 208px;
	height: 13px;
	text-align: center;
	background-color: transparent;
	position: absolute;
	z-index: 250;
}

#divBgCursos {
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 500;
	background-color: #000000;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	display: none;
	z-index: 200;
}

/**************************************
  SUBMENU
**************************************/

#divSubPVSINOS {
	width: 970px;
	height: 31px;
	background-color: transparent;
	background-image:url(../_img/bg_submenu.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 300;
}

