﻿body 
{
    background-color:Black;
    color:White;
    font-family:Lucida Sans, Verdana;
    font-size: small;
}
p
{
    font-family:Lucida Sans, Verdana;
    font-size: small;
    }

.wrapper
{
    width: expression((documentElement.clientWidth <970) ? '970px' : '100%' );
    min-width: 970px;   
}
a
{
    text-decoration:none;
    color:#669900;
}
a:hover
{
    color:#cc9900;
}

.enlaceOferta
{
    text-decoration:none;
    color:White;
}
.enlaceOferta:hover
{
    color:#cc9900;
}

.enlace
{
    color:#3399ff;
}
.enlace:hover
{
    color:#cc9900;
}

.enlaceNoticia
{
    font-size:larger;
    color:#669900;
}
.enlaceNoticia:hover
{
    color:#cc9900;
}

.tituloOferta
{
    color:#333333;
    font-size:large;
    font-weight:bold;
}
.tituloOferta:hover
{
    color:White;
}

.lblDescOferta
{
    font-size:larger;
    color:#993300;
}

.lblTituloPantalla
{
    font-size:x-large;
    font-weight:bold;
}
.lblDescripcionClases
{
    color: White;
    font-family: Lucida Sans,Verdana;
    font-size: small;
    text-align:left;
}
.estiloBarra
{
    color: #cc9900; 
    width: 400px;
}

.estiloBarraPie
{
    color: #cc9900; 
    width: 95%;
}

.estiloBarraNoticia
{
    color: #3399ff; 
    width: 500px;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}

/** Control de subida de ficheros **/
.upContainer
{
	width: 400px;
	height: 60px;
	border: solid 1px #000;
	background-color: #ccc;
	text-align:left;
}

.upOuterBar
{
	width: 380px;
	height: 40px;
	margin: 10px;
	border: solid 1px #000;
	background-color: #fff;
	overflow: hidden;
}

.upInnerBar
{
	width: 0;
	height: 40px;
	background-color: #3399CC;
	position: relative;
}

.upLabel
{
	width: 100%;
	background-color: Transparent;
	color: #333333;
	text-align: center;
	z-index: 9999;
	position: relative;
	top: -35px;
}
