/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*               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
{ /*AFECTADO EN CAMBIO A RW4*/
	background-color: #D5D5D5;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/*Contenedor de la sombra de pagina. Marcar un ancho para dejar la página fijada*/
#wrapper { /*AFECTADO EN CAMBIO A RW4*/
	width: 993px;
	margin-right: auto;
	margin-left: auto;
}
/*Tamaño de la columna del menu*/
#bloqueMenu { /*AFECTADO EN CAMBIO A RW4*/
	width: 225px;
	float:left;
	padding-bottom: 15px;
}
/*Tamaño del bloque de la cabecera*/
#bloqueCabecera { /*AFECTADO EN CAMBIO A RW4*/
	background-image: url(Readyweb/rellCab.jpg);
	background-repeat:  no-repeat;
	position: relative;
	height: 110px;
	width: 993;
	display:block;
}
/*Posición de inserción del bloque de contenido desde la izquierda*/
#bloqueContenido { /*AFECTADO EN CAMBIO A RW4*/
	width: 752px;
	float:right;
	background-image: url(Readyweb/fondoContenido.gif);
	background-repeat: repeat-x;
	padding-left: 1px;
}
#bloquePie { /*AFECTADO EN CAMBIO A RW4*/
	background-color: #D5D5D5;
	background-image: url(Readyweb/rellPie.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 50px;
	text-align: center;
	color: #818181;
	padding-top:55px;
	padding-right: 3px;
}
/*Punto de inserción del Iframe. Deberá ser la unión entre cabecera y menu. OBSOLETO*/
.CeldaSeparadoraIframe { /*AFECTADO EN CAMBIO A RW4*/
}

/*--------------------DISPOSICION DE LOS ELEMENTOS DE LA CABECERA--------------------*/

/*Punto de inserción de la capa de los controles (login-contraseña) de la cabecera*/
.controlesCabecera { /*AFECTADO EN CAMBIO A RW4*/
	top: 83px;
	right: 5px;
	position: absolute;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
}
/*Estilos referentes a los controles de la caja de login y contraseña*/
.textboxEncabezado { /*AFECTADO EN CAMBIO A RW4*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0047B9;
	height: 12px;
	width: 90px;
	border: 1px solid #7F7F7F;
}
.botonEncabezado { /*AFECTADO EN CAMBIO A RW4*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 48px;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}
.etiquetaError { /*AFECTADO EN CAMBIO A RW4*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*Posicionamiento y estilo del ticker*/
.bloqueTicker{ /*AFECTADO EN CAMBIO A RW4*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image: url(Readyweb/fondoTicker.gif);
	width: 177px;
	background-repeat: no-repeat;
	height: 20px;
	position: absolute;
	left: 400px;
	top: 85px;
	background-position: 0px 0px;
	padding-right:20px;
	padding-left: 10px;
	padding-top:6px;
}

/*--------------------ESTILO DE LOS DIFERENTES OBJETOS DEL MENU--------------------*/

/* Estilos del Menu */
.MenuNivel0 a { /*AFECTADO EN CAMBIO A RW4*/
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #619DE0;
	font-weight: bold;
	background-image: url(Readyweb/icoNivel0.gif);
	background-position: left center;
	background-repeat: no-repeat;
	width: 225px;
	text-indent: 27px;	
	display: block;
	text-decoration: none;
	margin-top: 2px;
	padding-bottom: 0px;
}
.MenuNivel0 a:hover { /*AFECTADO EN CAMBIO A RW4*/
	color: #0047B9;
}
.MenuNivel1 a { /*AFECTADO EN CAMBIO A RW4*/
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0047B9;
	font-weight: bold;
	background-image: url(Readyweb/icoNivel1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	width: 225px;
	text-indent: 27px;	
	display: block;
	text-decoration: none;
	margin-top: 10px;
	padding-bottom: 0px;
}
.MenuNivel1 a:hover { /*AFECTADO EN CAMBIO A RW4*/
	color: #619DE0;

}
.MenuNivel2 a { /*AFECTADO EN CAMBIO A RW4*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0047B9;
	text-decoration: none;
	background-color: #D2DEF2;
	width: 175px;
	margin-left: 7px;
	border-top-width: 1px;
	border-right-width: 0px;
	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: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	margin-top: 2px;
	padding-left: 3px;
}
.MenuNivel2 a:hover { /*AFECTADO EN CAMBIO A RW4*/
	color: #385E9A;
	background-color: #FFFFFF;
}
.MenuNivel3 a { /*AFECTADO EN CAMBIO A RW4*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0047B9;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 165px;
	margin-left: 7px;
	border-top-width: 1px;
	border-right-width: 0px;
	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: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	margin-top: 2px;
	padding-left: 13px;
}
.MenuNivel3 a:hover { /*AFECTADO EN CAMBIO A RW4*/
	color: #9AB6E2;
	background-color: #FFFFFF;
}

/*--------------------ESTILO DE LOS ELEMENTOS DEL BUSCADOR--------------------*/

/*Contenedor del buscador y letras de "Buscador"*/
#bloqueBuscador { /*AFECTADO EN CAMBIO A RW4*/
	float: left;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0047B9;
	padding-left: 7px;
	height: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 170px;
	padding-bottom: 7px;
	display: block;
}
#txtReadywebBuscar { /*AFECTADO EN CAMBIO A RW4*/
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0047B9;
	height: 12px;
	width: 130px;
	border: 1px solid #7FA3DC;
}
#btnBuscar { /*AFECTADO EN CAMBIO A RW4*/
	height: 16px;
	width: 16px;
	border: 0px;
	background-image: url(Readyweb/btnOkBuscador.gif);
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	margin-top:7px;
	cursor: hand;
}

/*--------------------ESTILO DEL TITULO DE LA PAGINA--------------------*/

.EtiquetaTitulo 
{ /*AFECTADO EN CAMBIO A RW4*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #284B63;
	padding-top: 8px;
	margin-bottom: 3px;
	background-image: url(Readyweb/icoEtiqueta.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 35px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*               2) ESTILOS PROPIOS DE CADA DESARROLLO                           */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*AÑADIDO DE cssContenido*/
.fondoTitulo { /*AFECTADO EN CAMBIO A RW4*/
}
.clsCapaIndice a{ /*AFECTADO EN CAMBIO A RW4*/
  color: #0062FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-image: url(Readyweb/icoEnlaceMiMenu.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 16px;}

/*AÑADIDO DE cssDisposicion*/
#SupWrapper{ /*AFECTADO EN CAMBIO A RW4*/
	background-image: url(Readyweb/rellWrapper.gif);
	background-repeat:  repeat-y;
	background-position: top left;
	width: 1007px;
	margin-right: auto;
	margin-left: auto;
}

#frameEnlace{ /*AFECTADO EN CAMBIO A RW4*/
	width: 798px;
	height: 450px;
}
/*AÑADIDO DE cssEncabezadoo*/
.usuarioPublico { /*AFECTADO EN CAMBIO A RW4*/
	top: 65px;
	right: 10px;
	position: absolute;
	text-align: right;
	z-index: 100;
	width: 180px;
	color: #FFFFFF;
	display: block;
}
#logoCabecera{ /*AFECTADO EN CAMBIO A RW4*/
	top: 12px;
	position: relative;
}
.EnlacesCabecera
{ /*AFECTADO EN CAMBIO A RW4*/
	position: absolute;
	left: 842px;
	top: 76px;
	height: 15px;
	z-index: 50;
}
/*AÑADIDO DE cssMenu*/
.MenuNivel0 { /*AFECTADO EN CAMBIO A RW4*/
}
.MenuNivel1{ /*AFECTADO EN CAMBIO A RW4*/
}
.MenuNivel2{ /*AFECTADO EN CAMBIO A RW4*/
}
.MenuNivel3{ /*AFECTADO EN CAMBIO A RW4*/
}

#letrasBuscador{ /*AFECTADO EN CAMBIO A RW4*/
	margin-left: 20px;
	padding-left: 17px;
	margin-top: 75px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 160px;
	background-color:#FFFFFF;
	/*width: 178px;*/
	display: block;
	text-decoration: none;
	}
	
.clsCabecera{ /*AFECTADO EN CAMBIO A RW4*/
	margin-left: 8px;
	font-family: Verdana, 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;}
	
#banderas { /*AFECTADO EN CAMBIO A RW4*/
	margin-left: 15px;
}