/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*               1) ESTILOS ENTORNO DE LA READYWEB (FIJOS)                       */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*--------------------MODO DEBUG---------------------------------*/ 
/*       (Desactivar para ocultar los bordes de las capas)        */
.estructura
{
	border: solid 0px fuchsia;
}

/*--------------------DISPOSICION DE LAS CAPAS--------------------*/

/*Estilos generales de la página*/
body
{ /*MODIFICADO EN CAMBIO A RW45*/
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/rellWrapper.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#subWrapper { /*AÑADIDO EN CAMBIO A RW45*/
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/BandaFondoCont.gif);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:0;
}


/*Contenedor de la sombra de pagina. Marcar un ancho para dejar la página fijada*/
#wrapper { /*MODIFICADO EN CAMBIO A RW45*/
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index:0;
}
/*Tamaño de la columna del menu*/
#bloqueMenu { /*MODIFICADO EN CAMBIO A RW45*/
	margin-top: 0px;
	width: 235px;
	height: 83%;
	float:left;
	background-image: url(../images/nav_fond.jpg);
	background-repeat: no-repeat;
	background-position: 7px top;
	background-color: #FFFFFF;
	z-index:0;
}
/*Tamaño del bloque de la cabecera*/
#bloqueCabecera { /*MODIFICADO EN CAMBIO A RW45*/
	position: relative;
	height: 76px;
	width: 100%;
	display:block;
	background-color: #FFFFFF;
	z-index:0;
}
/*Posición de inserción del bloque de contenido desde la izquierda*/
#bloqueContenido { /*MODIFICADO EN CAMBIO A RW45*/
	float:left;
	width: 600px;
	background-image: url(../images/FondoEtiqueta.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 40px;
	padding-right: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	display: block;
	text-align: left;
	z-index:0;
}
#bloquePie { /*MODIFICADO EN CAMBIO A RW45*/
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	width: 100%;
	height: 43px;
	bottom: 0px;
	vertical-align: middle;
	padding: 0px;
	overflow: visible;
	/*z-index: 30;*/
	position: absolute;
	background-image: url(../images/pie_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:1;
}
/*Punto de inserción del Iframe. Deberá ser la unión entre cabecera y menu. OBSOLETO*/
.CeldaSeparadoraIframe { /*MODIFICADO EN CAMBIO A RW45*/
}

/*--------------------DISPOSICION DE LOS ELEMENTOS DE LA CABECERA--------------------*/

/*Punto de inserción de la capa de los controles (login-contraseña) de la cabecera*/
.controlesCabecera { /*MODIFICADO EN CAMBIO A RW45*/
	top: 250px;
	left: 400px;
	position: absolute;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A4579;
	display: none;
	z-index: 100;
}
/*Estilos referentes a los controles de la caja de login y contraseña*/
.textboxEncabezado { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A4579;
	height: 12px;
	width: 70px;
	border: 1px solid #999999;
	display:block;
}
.botonEncabezado { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 48px;
	border: 1px solid #7F7F7F;
	background-color: #EFEFEF;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	
}
.etiquetaError { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 220px;
	color: #42497B;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A4579;
	display:block;
}
/*Posicionamiento y estilo del ticker*/
.bloqueTicker{ /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3A4579;
	font-size: 11px;
	width: 280px;
	height: 16px;
	position: absolute;
	left: 250px;
	top: 47px;
	background-position: 0px 4px;
	padding-right: 10px;
	padding-left: 10px;
}

/*--------------------ESTILO DE LOS DIFERENTES OBJETOS DEL MENU--------------------*/

/* Estilos del Menu */
.MenuNivel0 {

	margin-top: 15px;
	margin-right: 25px;
}
.MenuNivel1{

	margin-top: 3px;
	margin-right: 25px;
}
.MenuNivel2{

	margin-top: 1px;
	margin-right: 25px;
}
.MenuNivel3{

	margin-top: 1px;
	margin-right: 25px;
}
.MenuNivel0 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A774CD;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-bottom: 2px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	border-color: black black #999999;
	padding-right: 15px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 20px;
	display: block;
	background-image: url(../images/icoNivel0.gif);
	background-position: right center;
	text-decoration: none;
}
.MenuNivel0 a:hover {
	color: #CCCCCC;
}
.MenuNivel1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #42497B;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-bottom: 2px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	border-color: black black #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-width: 0px;
	padding-right: 15px;
	display: block;
	text-decoration: none;
	background-image: url(../images/icoNivel1.gif);
	background-position: right center;
}
.MenuNivel1 a:hover {
	color: #CCCCCC;
}
.MenuNivel2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-bottom: 1px;
	text-align: right;
	border-color: black black #000000;
	padding-right: 15px;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	display: block;
}
.MenuNivel2 a:hover {
	color: #CCCCCC;
}
.MenuNivel3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9999CC;
	padding-bottom: 1px;
	text-align: right;
	border-color: black black #000000;
	padding-right: 15px;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	display: block;
}
.MenuNivel3 a:hover {
	color: #FFFFFF;
	background-color: #9999CC;
}

/*--------------------ESTILO DE LOS ELEMENTOS DEL BUSCADOR--------------------*/

/*Contenedor del buscador y letras de "Buscador"*/
#bloqueBuscador { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #42497B;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/*Caja de texto del buscador*/
#txtReadywebBuscar { /*MODIFICADO EN CAMBIO A RW45*/
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0047B9;
	height: 12px;
	width: 130px;
	border: 1px solid #9CA2AB;
}
/*Botón "Buscar"*/
#btnBuscar { /*MODIFICADO EN CAMBIO A RW45*/
	height: 16px;
	width: 50px;
	border: 0px;
	background-color: #003399;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px;
	margin-top: 3px;
}

/*--------------------ESTILO DEL TITULO DE LA PAGINA--------------------*/

.EtiquetaTitulo 
{ /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 70px;
	position:inline;
	/*top: 8px;
	left: 40px;*/
	padding-top: 8px;
	padding-left: 40px;
	display: block;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*               2) ESTILOS PROPIOS DE CADA DESARROLLO                           */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*AÑADIDO DESDE cssMenu.css*/
#letrasBuscador{ /*MODIFICADO EN CAMBIO A RW45*/
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #42497B;
	font-weight: bold;
	width: 178px;
	display: block;
	text-decoration: none;
	margin-bottom: 3px;
	padding-bottom: 3px;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
}
.clsCabecera{ /*MODIFICADO EN CAMBIO A RW45*/
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0047B9;
	font-weight: bold;
	width: 178px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #D6D6D6;
	border-left-color: #999999;
	display: block;
	text-decoration: none;
	margin-top: 3px;
	padding-bottom: 3px;}
	
/*AÑADIDO DESDE cssContenido.css*/
.clsCapaIndice a{ /*MODIFICADO EN CAMBIO A RW45*/
  color: #0062FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/icoEnlaceMiMenu.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 16px;
	}
	
/* -------------- ESTILOS DE LOS CONTENIDOS ANTERIORES. LOS METEMOS POR SI HACEN FALTA  ---------*/	


.clsRelacion { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
}
.clsTexto { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666D79;
}
.clsItemAdmin { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	width: 120px;
	padding-top: 3px;
}
.clsNombres { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.clsCombo { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #41415F;
	background-color: #F9F9FB;
	border: 1px solid #41415F;
}
.pestana { /*MODIFICADO EN CAMBIO A RW45*/
	background-attachment: fixed;
	background-image: url(../images/pesta&#241;a2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.pestana2 { /*MODIFICADO EN CAMBIO A RW45*/

	background-attachment: fixed;
	background-image: url(../images/pesta&#241;a.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.clsNombre { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.clsCabecera { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #79828E;
}
.clsEstado { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.clsCompetencia { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.clsRespuestas { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.clsPreguntas { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
}
.clsComentarios { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.clsBoton { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000066;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	cursor: hand; cursor: pointer;
}

.encabezados { /*MODIFICADO EN CAMBIO A RW45*/  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #0B1276; border-color: black black #CCCCCC; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: thin; border-left-width: 0px; background-image: url(../images/dot.gif); background-repeat:    repeat-x; background-position: bottom; font-weight: bold}
.Texto { /*MODIFICADO EN CAMBIO A RW45*/  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666}


/*AÑADIDO DESDE cssDisposicion.css*/
#bloqueContenido a:link { /*MODIFICADO EN CAMBIO A RW45*/
	color: #3A4579;
	text-decoration: underline;
}
#bloqueContenido a:hover { /*MODIFICADO EN CAMBIO A RW45*/
	color: #B8A4C9;
	text-decoration: underline;
}
#bloqueContenido a:visited { /*MODIFICADO EN CAMBIO A RW45*/
	color: #9CA2AB;
	text-decoration: underline;
}
#bloqueContenido a:active { /*MODIFICADO EN CAMBIO A RW45*/
	color: #000000;
	text-decoration: underline;
}

#bloqueContenido p { /*MODIFICADO EN CAMBIO A RW45*/
text-align: left;

}

/*AÑADIDO DESDE cssDisposicion.css*/
#frameEnlace{ /*MODIFICADO EN CAMBIO A RW45*/
  width: 655px;
  height: 630px;
  margin-top: 38px;
  margin-left: -30px;
}

@media screen { /*MODIFICADO EN CAMBIO A RW45*/
#bloquePie { /*MODIFICADO EN CAMBIO A RW45*/
position: fixed;
}
/* Don't do this at home */
* html { /*MODIFICADO EN CAMBIO A RW45*/
overflow-y: hidden;

}

* html body { /*MODIFICADO EN CAMBIO A RW45*/
overflow-y: auto;

height: 83%;
padding: 0px 0px 50px 0px;
}


* html div#bloquePie { /*MODIFICADO EN CAMBIO A RW45*/
position: absolute;

}

* html div#bloqueMenu { /*MODIFICADO EN CAMBIO A RW45*/
height: 83%;
padding: 0px 0px 50px;

}

}

/* All done. */

#bloquePie a{ /*MODIFICADO EN CAMBIO A RW45*/
	color: #120B8F;
	text-decoration: none;
}

#bloquePie a:hover{ /*MODIFICADO EN CAMBIO A RW45*/
	color: #9CA2AB;
}

/*AÑADIDO DESDE cssEncabezado.css*/
.usuarioPublico { /*MODIFICADO EN CAMBIO A RW45*/
	top: 30px;
	left: 840px;
	position: absolute;
	z-index: 100;
	width: 200px;
	color: #999900;
}
#logoCabecera{ /*MODIFICADO EN CAMBIO A RW45*/
	top: 14px;
	position: relative;
}