.cssCursoMinistrarContainerIE
{
	background: url(/Admin/Images/overlay.gif);
    color: #000000;
	z-index: 9999; 
    left: 0px; 
    top: 0px; 
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    /*
	overflow: hidden;
	display: table;
	position: fixed;*/
}

.cssCursoMinistrarContainerMozilla
{
	background: url(/Admin/Images/overlay.gif);
    color: #000000;
	z-index: 9999; 
    left: 0px; 
    top: 0px; 
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: -moz-center;
    /*
	overflow: hidden;
	display: table;
	position: fixed;*/
}

.cssCursoMinistrarModalIE
{
    border: outset 2px #ffffff;
    background-color: #d4d0c8;
    color: #000000;
	margin: 0 0 0 0; 
	width: 640px; 
	height: 480px;
	padding: 0 0 0 0;
	position: relative;
    text-align: center;
    z-index: 10000;
    top: 80px;
}

.cssCursoMinistrarModalMozilla
{
    border: outset 2px #ffffff;
    background-color: #d4d0c8;
    color: #000000;
	margin: 0 0 0 0; 
	width: 640px; 
	height: 480px;
	padding: 0 0 0 0;
	position: relative;
    text-align: -moz-center;
    z-index: 10000;
    top: 80px;
}

.cssCursoMinistrarButton {
	border: outset 2px #ffffff;
	background-color: #d4d0c8;
	font: icon;
	height: 24px;
	width: 78px;
}

.cssCursoMinistrarArea
{
    border: inset 2px #ffffff;
    background-color: #ffffff;
    color: #000000;
	margin: 20 0 0 0; 
	width: 600px; 
	height: 380px;
	padding: 0 0 0 0;
    text-align: center;
    overflow: auto;
}

.cssCursoMinistrarTable
{
    font: icon;
    color: #000000;
    width: 100%;
}

.cssCursoMinistrarText
{
    font: icon;
    color: #000000;
}

.cssCursoMinistrarTitle
{
    background-color: #990000;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    padding: 0 0 0 3;
    height: 29px;
}

.cssCursoMinistrarTitleRight
{
    color: #87a1ae;
}

.cssCursoMinistrarTitleMiddle
{
    color: #21bbb9;
}

.cssCursoMinistrarTable
{
	width: 100%;
	margin-bottom: 10;
}

.cssCursoMinistrarTableTitle
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(Images/LeftMenuBackground.jpg);
	text-align: center;
	text-transform: capitalize;
}

.cssCursoMinistrarTableValue
{
	font-family: Arial;
	font-size: 8pt;
	text-transform: capitalize;
	height: 15px;
	padding: 3 0 3 5;
	background-color: #ffffff;
}