/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*               1) ESTILOS ENTORNO DE LA READYWEB (FIJOS) 48                       */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*--------------------DISPOSICION DE LAS CAPAS--------------------*/

/*Estilos generales de la página*/
body
{
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
/*Contenedor de la sombra de pagina. Marcar un ancho para dejar la página fijada*/
.wrapper
{
	display:block;
	position:relative;
	background-image: url(Readyweb/rellWrapper.gif);
	margin-left: auto;
	width: 1007px;
	margin-right: auto;
	background-repeat: repeat-y;

}
.wrapperSinMenu
{
	display:block;
	position:relative;
	margin-left: auto;
	width: 1007px;
	margin-right: auto;
	background-color:White;
}
/*Tamaño de la columna del menu  */
.bloqueMenu 
{
	width: 180px;
	float: left;
	padding-left: 7px;
}
.bloqueMenuSinMenu
{
	width: 180px;
	float: left;
	padding-left: 7px;
}

/*Tamaño del bloque de la cabecera*/
#bloqueCabecera
{
	background-image: url(Readyweb/rellCabecera.gif);
	background-position: left top;
	background-repeat:  no-repeat;
	height: 153px;
	width:993px;
	position: relative;
	margin-left: 7px; /*Espacio para respetar la sombra*/
	margin-right: 7px; /*Espacio para respetar la sombra*/
}
/*Posición de inserción del bloque de contenido desde la izquierda (Se aplica parche para ie6 para evitar el problema de doble margen) */
/* a) Para Readyshop */
#bloqueContenido {
	width: 778px;
	float:right;
	margin-left: 10px;
	padding-right: 7px;
}* html #bloqueContenido {display:inline; padding: 0px 4px 0px 0px; margin:0px; }

/* a) Para Readyweb */
.bloqueContenido {
	width: 778px;
	float:right;
	margin-left: 10px;
	padding-right: 7px;
}* html .bloqueContenido {display:inline; padding: 0px 4px 0px 0px; margin:0px;}

.bloqueContenidoSinMenu 
{
	width: 958px;
	float:right;
	margin-left: 10px;
	padding-right: 7px;
}* html .bloqueContenidoSinMenu {display:inline; padding: 0px 4px 0px 0px; margin:0px; background-color:white;border-left:1px solid #808080;border-right:1px solid #808080;}

.bloquePie
{
	/*background-position: 0px bottom;
	background-image: url(Readyweb/pieWrapper.gif);
	background-repeat: no-repeat;
	padding-left: 6px; 
	padding-right: 6px; 
	padding-bottom: 8px; 
	clear: both;*/
	position:relative;
	display:block;
	width: 1007px;
	clear: both;
	height: 38px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(Readyweb/rellPie.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
}
.bloquePieSinMenu
{
	/*background-position: 0px bottom;
	background-image: url(Readyweb/pieWrapper.gif);
	background-repeat: no-repeat;
	padding-left: 6px; 
	padding-right: 6px; 
	padding-bottom: 8px; 
	clear: both;*/
	position:relative;
	display:block;
	width: 1007px;
	clear: both;
	height: 38px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(Readyweb/rellPie.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
}

/*Punto de inserción del Iframe. Deberá ser la unión entre cabecera y menu. OBSOLETO*/
.CeldaSeparadoraIframe {
	width: 150px;
	height: 100px;
}

/*--------------------DISPOSICION DE LOS ELEMENTOS DE LA CABECERA--------------------*/

/*Punto de inserción de la capa de los controles (login-contraseña) de la cabecera*/
.controlesCabecera 
{
	top: 122px;
	left: 640px;
	position: absolute;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757592;
	display: block;
}
.controlesPanelControl{
	display:none;
	position:absolute;
	top:30px;
	right:6px;
}
.mensajeLogin{display:none;padding-bottom:15px;}
.controlesLogin{display:block;}
.botonesLogin1{display:none;}
.botonesLogin2{display:none; width:380px;padding:10px;margin-top:25px;border:1px dashed #4C4C4C;text-align:center;}

/* Recordar contraseña */

/*Estilos referentes a los controles de la caja de login y contraseña*/
.textboxEncabezado {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A0A94A;
	height: 12px;
	width: 70px;
	border: 1px solid #7F7F7F;}
.botonEncabezado {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;}
.botonLogin{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;}
.botonRegistrese{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;}
.botonRecordarContrasena{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;}
.labelErrorLogin{display:block;padding-top:15px;color:Red;}

.fuenteControlesCabecera{color: #757592;;}
.etiquetaError 
{
	top: 4px;
	left: 750px;
	position: absolute;
	z-index: 100;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #757592;
}
/*Posicionamiento y estilo del ticker*/
#bloqueTicker{ /*AFECTADO EN CAMBIO A RW45*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(Readyweb/fondoTicker.gif);
	width: 220px;
	background-repeat: no-repeat;
	height: 16px;
	position: absolute;
	left: 400px;
	top: 4px;
	background-position: 0px 0px;
	padding-right: 10px;
	padding-left: 10px;
}

#bloqueTicker a{ /*AÑADIDO EN CAMBIO A RW45*/
	text-decoration:none;
	color: #FFFFFF;
}
.bloqueBuscadores
{
	display:none;
	position:absolute; 
	top:5px; 
	left:255px; 
	margin-top:4px;
}
#bloqueContacto
{
	display:none;
}
#bloqueIdiomas
{
	display:none;
}
.bloqueLogo
{
	display:none;
	position:absolute; 
	top:25px; 
	left:35px; }
.bloqueBreadCrump
{
	display:none;
	position:absolute;
	top:125px;
	left:204px;
	font-size:10px;
}
.bloqueBreadCrumpSinMenu
{
	text-decoration:none; 
	color:#4C4C4C;
}
.enlaceBreadCrump
{
	text-decoration:none; 
	color:#4C4C4C;
}
.enlaceBreadCrump :hover
{
	text-decoration:none; 
	color:#4C4C4C;
}

/*--------------------ESTILO DE LOS DIFERENTES OBJETOS DEL MENU--------------------*/

/* Estilos del Menu */
.MenuNivel0 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797A9B;
	text-decoration: none;
	background-color: #F9F9F9;
	width: 170px;
	margin-left: 3px;
	display: block;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 0px;
	border: 1px solid #999999;
	vertical-align: middle;
}
.MenuNivel0 a:hover {
	color: #F9F9F9;
	background-color: #797A9B;
}
.MenuNivel1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797A9B;
	text-decoration: none;
	background-color: #F9F9F9;
	width: 170px;
	margin-left: 3px;
	display: block;
	margin-top: 2px;
	font-weight: normal;
	text-align: right;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 0px;
	border: 1px solid #999999;
	vertical-align: middle;
}
.MenuNivel1 a:hover {
	color: #F9F9F9;
	background-color: #797A9B;
}
.MenuNivel2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	background-color: #ADA94A;
	width: 170px;
	margin-left: 3px;
	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: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	margin-top: 2px;
	padding-right: 10px;
}
.MenuNivel2 a:hover {
	color: #ADA94A;
	background-color: #CCCCCC;
}
.MenuNivel3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ADA94A;
	text-decoration: none;
	text-align: right;
	background-color: #FFFFFF;
	width: 160px;
	margin-left: 7px;
	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: #ADA94A;
	border-left-color: #FFFFFF;
	display: block;
	margin-top: 0px;
	padding-right: 15px;
}
.MenuNivel3 a:hover {
	color: #993300;
	border-bottom-color: #CCCCCC;
}

/*--------------------ESTILO DE LOS ELEMENTOS DEL BUSCADOR--------------------*/

/*Contenedor del buscador y letras de "Buscador"*/
#bloqueBuscador 
{
	display:block;
	position:relative;
	padding-bottom:120px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0047B9;
	padding-left: 15px;
}
/*Caja de texto del buscador*/
#txtReadywebBuscar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
	height: 12px;
	width: 130px;
	border: 1px solid #999999;
}
/*Botón "Buscar"*/
#btnBuscar {
	height: 16px;
	width: 16px;
	border: 0px;
	background-image: url(Readyweb/btnOkBuscador.gif);
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	cursor: hand;
}

/*--------------------ESTILO DEL TITULO DE LA PAGINA--------------------*/

.EtiquetaTitulo 
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	padding-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #BAC547;
}

/*--------------------ESTILO DEL MÓDULO DE GALERIA / IMÁGENES DINÁMICAS--------------------*/

.contenedorGaleria{display:block;position:relative;}

.capaPreviewGaleria{display:block;position:absolute; top:43px; left:100px;}
.capaFotoGaleria{display:block;position:relative; width:450px;height:300px; text-align:center;}
.capaComentariosGaleria{display:block;position:relative;margin-top:10px;width:450px;height:70px;overflow:scroll;border:1px solid #E4E4E4;}
.capaRotatorGaleria{display:block;position:relative; top:45px; width:450px;}

.tablaGaleriaSinComentarios{width:590px;height:494px;}
.tablaGaleriaConComentarios{width:590px;height:574px;}

.celdaSombra{width:60px;height:182px;background-image:url(Readyweb/Galeria/sombra.gif);background-position:bottom;background-repeat:no-repeat;}

.celdaEsquinaIzdaSuperior{width:76px;height:49px;background-image:url(Readyweb/Galeria/esquinaSuperiorIzda.gif);}
.celdaCentroSuperior{width:379px;background-image:url(Readyweb/Galeria/rellMarcoSuperior.gif);background-repeat:repeat-x;}
.celdaEsquinaDchaSuperior{width:75px;background-image:url(Readyweb/Galeria/esquinaSuperiorDcha.gif);}

.celdaColumnaIzdaSinComentarios{height:263px;background-image:url(Readyweb/Galeria/rellMarcoIzdo.gif);background-repeat:repeat-y;}
.celdaColumnaIzdaConComentarios{height:343px;background-image:url(Readyweb/Galeria/rellMarcoIzdo.gif);background-repeat:repeat-y;}
.celdaCentro{background-color:white;}
.celdaColumnaDcha{background-image:url(Readyweb/Galeria/rellMarcoDcho.gif);background-repeat:repeat-y;}

.celdaEsquinaIzdaInferior{height:182px;background-image:url(Readyweb/Galeria/esquinaInferiorIzda.gif);}
.celdaCentroInferior{background-image:url(Readyweb/Galeria/rellMarcoInferior.gif);background-repeat:repeat-x;}
.celdaEsquinaDchaInferior{background-image:url(Readyweb/Galeria/esquinaInferiorDcha.gif);}
.capaItemGaleria{}
.imagenRotatorGaleria{height:53px; width:80px; cursor:pointer; }
.imagenFotoGaleria{height:300px; width:450px; }

/*-------------------- PARA LOS IFRAMES DE LAS SUBAPLICACIONES --------------------*/
#frameEnlace{height:450px;}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*               2) ESTILOS PROPIOS DE CADA DESARROLLO                           */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/* Marca de agua en el menu */
#marcaAgua
{
	position:absolute;
	bottom:50px;
	left:5px;
	height:106px;
	width:175px;
	background-image: url(Readyweb/watermark_body2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/*LINKS*/
/*En principio desactivamos los estilos predefinidos del HTML para los links*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* Estilos antiguos heredados (pendiente limpieza) */

/*ANTIGUO CSS BUSCARDOR EN RW3*/
.BuscadorEnlaceDocumento {
	background-color: #EFEFEF;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	display:block;
}
.BuscadorEnlaceDocumento a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ADA94A;
	cursor: hand;
	background-color: #EFEFEF;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding: 2px;
}
.BuscadorEnlaceDocumento a:hover {
	color: #FFFFFF;
	background-color: #BAC547;
}
.BuscadorTituloDocumento {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-indent: 5pt;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display:block;
}
.BuscadorDescripcionDocumento {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-indent: 5pt; 	margin-left: 10px;
	display:block;
}
.BuscadorTextoResultado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ADA94A;
	margin-top: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
/*ANTIGUO CSS CONTENIDO EN RW3*/
/*.clsVentanaFlotante{
	background-color: #FFFFFF;
	border: 2px solid #0047B9;
	/*float: right;
	position: absolute;
	top: 55px;
	right: 90px;
	height: 20px;
	width: 100px;
	display: block;
	color: #000000;
	padding: 8px;
}*/
.clsCapaIndice a{
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;}
	
/*ANTIGUO CSS DISPOSICION EN RW3*/
#SupWrapper{
	background-image: url(../images/rellWrapper.gif);
	background-repeat:  repeat-y;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	width: 1007px;
}
#frameEnlace{
position: relative;
top: 0px;
width: 750px;
height: 470px;
}

/*ANTIGUO CSS ENCABEZADO EN RW3*/
.esquinaCabecera {
	height: 121px;
	width: 641px;
	background-image: url(../images/Slide_01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	top: 23px;
	left: 0px;
	position: absolute;
}
.enlacesContacto{
	top: 6px;
	left: 710px;
	position: absolute;
	z-index: 100;
}
.usuarioPublico {
	top: 4px;
	left: 750px;
	position: absolute;
	z-index: 100;
	width: 220px;
}
#logoCabecera{
	top: 4px;
	position: relative;
	height: 149px;
	width: 100%;
	left: 0px;
}
.EnlacesCabecera
{
	position: absolute;
	left: 842px;
	top: 76px;
	height: 15px;
	z-index: 50;
}
/*ANTIGUO CSS MENU EN RW3*/
#letrasBuscador{
	margin-left: 8px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DF100B;
	font-weight: bold;
	width: 168px;
	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: #999999;
	border-left-color: #999999;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
.clsCabecera{
	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;
}

/*ANTIGUO CSS POPCALENDAR EN RW3*/
/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
	clip:   rect(   ); 
	border: 1 #a0a0a0 solid;
	height: 60px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: +999;
	position: absolute;
	visibility: hidden;
	clip:rect(   );
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 0px 2px;
	font-family: arial; 
	font-size: 11px;
	color: #003399;	
	cursor: hand;
	background-color: #E1F2FF
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #BDDAEA;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px;
	background-color: #cee3ef;
	cursor: pointer;
	border: 1 #a0a0a0 solid
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #3a6ea5;
	color: #FFFFFF; 
	cursor: hand
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #000000;
	color: #000000
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 0px 0px;
	background-color: #FFFFFF;
	font-family: verdana; 
	font-size: 10px;
	width: 100px
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #CC3300
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	text-decoration: none;
	color: #000000
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	background-color: #0066FF; 
	border: 1px #a0a0a0 solid;
	color: #FFFFFF
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #BAECB3;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px 0px;
	color: #CC0000;
	background-color: #FFEBC1;
	text-align: center;
	text-decoration: none;
	font-weight: bold
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px 0px;
}