/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*               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;
}
/*Contenedor de la sombra de pagina. Marcar un ancho para dejar la página fijada*/
#wrapper { /*MODIFICADO EN CAMBIO A RW45*/
	width: 986px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Readyweb/rellWrapper.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
/*Tamaño de la columna del menu*/
#bloqueMenu { /*MODIFICADO EN CAMBIO A RW45*/
	width: 162px;
	float:left;
}
/*Tamaño del bloque de la cabecera*/
#bloqueCabecera { /*MODIFICADO EN CAMBIO A RW45*/
	height: 112px;
	width: 986px;
	display:block;
	background-image: url(Readyweb/rellCabecera.jpg);
	background-repeat: repeat-x;
	position: relative;
}
/*Posición de inserción del bloque de contenido desde la izquierda*/
#bloqueContenido { /*MODIFICADO EN CAMBIO A RW45*/
	width: 784px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-image: url(Readyweb/rellTitulo.gif);
	background-repeat: repeat-x;
	position: relative;
}
#bloquePie { /*MODIFICADO EN CAMBIO A RW45*/
	clear: both;
	background-color: #0069B5;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}
/*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: 2px;
	left: 855px;
	position: absolute;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	display: block;
}
/*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: #0047B9;
	height: 12px;
	width: 90px;
	border: 1px solid #7F7F7F;
}
.botonEncabezado { /*MODIFICADO EN CAMBIO A RW45*/
	height: 8px;
	width: 12px;
	display: block;
	background-image: url(Readyweb/botonOk.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: hand;
}
.etiquetaError { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*Posicionamiento y estilo del ticker*/
.bloqueTicker{ /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
	height: 16px;
	position: absolute;
	left: 350px;
	top: 10px;
	color: #FFFFFF;
}

/*--------------------ESTILO DE LOS DIFERENTES OBJETOS DEL MENU--------------------*/

/* Estilos del Menu */
.MenuNivel0 a { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	width: 146px;
	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: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	height: 16px;
	margin-top: 3px;
	background-image: url(Readyweb/icoBotones.gif);
	background-repeat: no-repeat;
	background-position: 150px 3px;
	padding-right: 15px;
}
.MenuNivel0 a:hover { /*MODIFICADO EN CAMBIO A RW45*/
	color: #AFCEEF;
}
.MenuNivel1 a { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	width: 146px;
	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: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	height: 16px;
	margin-top: 3px;
	background-image: url(Readyweb/icoBotones.gif);
	background-repeat: no-repeat;
	background-position: 150px 3px;
	padding-right: 15px;
}
.MenuNivel1 a:hover { /*MODIFICADO EN CAMBIO A RW45*/
	color: #AFCEEF;
}
.MenuNivel2 a { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C619D;
	text-decoration: none;
	text-align: right;
	width: 146px;
	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: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	height: 17px;
	padding-top: 2px;
	padding-right: 15px;
	background-color: #B0D0FF;
}
.MenuNivel2 a:hover { /*MODIFICADO EN CAMBIO A RW45*/
	color: #385E9A;
	background-color: #EAF2FF;
}
.MenuNivel3 a { /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	width: 126px;
	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: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	height: 17px;
	padding-top: 2px;
	padding-right: 35px;
}
.MenuNivel3 a:hover { /*MODIFICADO EN CAMBIO A RW45*/
	color: #9AB6E2;
	background-color: #FFFFFF;
}

/*--------------------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: #0047B9;
	padding-left: 15px;
	width: 132px;
	text-align: center;
	margin-bottom: 40px;
}
/*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: 100px;
	border: 1px solid #7FA3DC;
}
/*Botón "Buscar"*/
#btnBuscar { /*MODIFICADO EN CAMBIO A RW45*/
	height: 8px;
	width: 12px;
	display: block;
	background-image: url(Readyweb/botonOk.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: hand;
}



/*--------------------ESTILO DEL TITULO DE LA PAGINA--------------------*/

.EtiquetaTitulo 
{ /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	padding-top: 3px;
	padding-left: 30px;
	letter-spacing: 1em;
	background-image: url(Readyweb/triangulo.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*               2) ESTILOS PROPIOS DE CADA DESARROLLO                           */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*AÑADIDO DESDE cssMenu.css*/

.MenuNivel0 { /*MODIFICADO EN CAMBIO A RW45*/
}
.MenuNivel1{ /*MODIFICADO EN CAMBIO A RW45*/
}
.MenuNivel2{ /*MODIFICADO EN CAMBIO A RW45*/
}
.MenuNivel3{ /*MODIFICADO EN CAMBIO A RW45*/
}
#letrasBuscador{ /*MODIFICADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
}
.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*/

.fondoTitulo { /*MODIFICADO EN CAMBIO A RW45*/
}
.clsCapaIndice a
{ /*MODIFICADO EN CAMBIO A RW45*/
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 DESDE cssDisposicion.css*/

#subWrapper { /*MODIFICADO EN CAMBIO A RW45*/
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Readyweb/rellBody.gif);
	background-repeat: repeat-y;
}
#frameEnlace{ /*MODIFICADO EN CAMBIO A RW45*/
	width: 790px;
	height: 550px;
}

/*AÑADIDO DESDE cssEncabezado.css*/

.esquinaCabecera { /*MODIFICADO EN CAMBIO A RW45*/
	background-color: #EFEFEF;
	height: 22px;
	width: 227px;
	background-image: url(Readyweb/imgcurva.gif);
	background-repeat: no-repeat;
	background-position: left;
	top: 47px;
	left: 761px;
	position: absolute;
}
.usuarioPublico { /*MODIFICADO EN CAMBIO A RW45*/
	top: 90px;
	left: 781px;
	position: absolute;
	width: 187px;
	height: 16px;
	padding-left: 18px;
	padding-top: 2px;
	background-image: url(Readyweb/fondoUsuario.gif);
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}
#logoCabecera{ /*MODIFICADO EN CAMBIO A RW45*/
	position: absolute;
	left: 0px;
	top: 0px;
}
#fotosCabecera{ /*MODIFICADO EN CAMBIO A RW45*/
	position: absolute;
	left: 325px;
	top: 0px;
}
.EnlacesCabecera
{ /*MODIFICADO EN CAMBIO A RW45*/
	position: absolute;
	left: 842px;
	top: 76px;
	height: 15px;
	z-index: 50;
}