body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/fondoConcursos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
img{
	border:0px;
	display: block;
}
h1{
	margin: 0px;
	padding-left: 7px;
	font-size: 15px;
	font-weight: normal;
}
h5{
	margin: 0px;
	font-size: 15px;
	font-weight: normal;
}
#wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 988px;	
	position: relative;
}
#cabecera{
	height: 200px;
	position: relative;
}
#menu{
	width: 183px;
	float: left;
	text-align: center;
}
#contenido{
	width: 800px;
	float: right;	
}
#pie{
	margin-top: 20px;
	color: #FFFFFF;
	text-align: center;	
	margin-bottom: 20px;
}
#pie a{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a{
	background-image: url(../images/fondoBoton.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 156px;
	color: #FFFFFF;
	text-decoration: none;	
	display: block;
	padding-top: 9px;
	padding-left: 10px;
	margin-bottom: 7px;
	text-align: left;
}
#menu a:hover{
	background-image: url(../images/fondoBotonHover.gif);
}
#caja{
	background-color: #789B17;
	width: 781px;
}
#subCaja{
	border: solid 1px #000000;
	background-color:#EBEBEA;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 5px;
	padding: 10px;
}
#subCaja2{
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 5px;
	padding: 10px;
	color: #FFFFFF;
}
.botones{
	background-image: url(../images/fondoBotonTrans.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 166px;
	color: #FFFFFF;
	text-decoration: none;	
	display: block;
	text-align: center;
	border: none 0px;
	display: block;
	cursor: pointer;
}
.etiquetaError{
	color: #FF0000;
	font-weight: bold;
}
#listadoConcursos
{
	width: 740px;
	}
#listadoConcursos th
{
	color: #ffffff;
	border: solid 1px #999999;
	background-color: #789B17;
}
#listadoConcursos td
{
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
}
.celdaEnlace
{
	padding: 0px;
	}
#listadoConcursos td a
{
	color: #000000;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	
}
#listadoConcursos td a:hover
{
	color: #789B17;
	
}
.clsDescalificado
{
	background-color: #999999;
	}