

/*-----------------------------*/
/* Cuerpo */
.Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0010;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
	background-image: url(../img/back/background_degradado.jpg);
}

.MainFrame {
/*	background-color:#000000;
	-moz-opacity:.85;
	opacity:.85;
	filter:alpha(opacity=85);*/
}

/* Header */
.PageHeader {
	height:128px;
	width:1000px;
	text-align:center;
	vertical-align: middle;	
	background-color:#000000;
	filter:alpha(opacity=85);
	opacity:.85;
}

/* Service bar */
.ServiceBar {
	height:22px;
	width:1000px;
	background-color:#000000;
	filter:alpha(opacity=85);
	opacity:.85;
}

.SBLeft {
	height:100%;
	width:205px;
	text-align: left;
}

.SBRight {
	height:100%;
	width:790px;
	text-align: right;
}

/*----------------------------------*/

/* Footer style */
.PageFooter {
	height:60px;
	width:1000px;
	text-align:center;
	vertical-align: top;
	background-color:#000000;
	filter:alpha(opacity=85);
	opacity:.85;	
}
/*----------------------------------*/

/* Espacio de trabajo */
.WorkSpace {
	width:1000px;
	background-color:#000000;
	filter:alpha(opacity=85);
	opacity:.85;	
}

/* Columna izquierda */
.LeftColumn {
	width:205px;
	text-align: center;
	vertical-align: top;
}


/* Página principal */
.MainPage {
	width:790px;
	color: #00CCFF;
}
