/*Contenedor de la página. Marcar un ancho para dejar la página fijada*/
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/rellWrapper.gif);
	background-repeat:  repeat-y;
}
#fondo{
	background-image: url(../images/marcaAgua.gif);
	background-repeat: no-repeat;
	background-position: 6px bottom;
	}

/*Estilos generales de la página*/
body
{
	margin: 0;
}
/*Tamaño de la columna del menu*/
#bloqueMenu {
	float: left;
	width: 170px;
	position: relative;
	z-index: 10;
	padding-left: 3px;
	margin-top: 10px;
}
/*Tamaño del bloque de la cabecera*/
#bloqueCabecera {
	height: 135px;
	position: relative;
	z-index: 10;
	background-image: url(../images/rellCab.gif);
	background-repeat:  repeat-x;
	background-position: 0px 69px;
	margin-right: 6px;
	margin-left: 6px;
}
/*Punto de inserción del Iframe. Deberá ser la unión entre cabecera y menu */
.CeldaSeparadoraIframe {
	width: 193px;
	height: 93px;
}
/*Posición de inserción del bloque de contenido desde la izquierda*/
#bloqueContenido {
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 781px;
	background-image: url(../images/rellenoTitulo.gif);
	background-repeat:  repeat-x;
	color: #000000;
}
/*Anchura del bloque de módulos de la derecha*/
#bloqueModulosDerecha {
	width: 170px;
	float: right;
	position: relative;
	top: 36px;
	margin-right: 4px;
}
#bloqueBanners {
	float: right;
	width: 120px;
}
/*Tamaño del bloque de pie de página*/
#bloquePie {
	clear: both;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	
}
a
{
	text-decoration: none;
	/*color: #0047B9;*/
	color: #D78300;

}

#frameEnlace
{
	width: 781px;
	height: 610px;

}
.clsLogoReady {
	background-image: url(../images/imgSitioReady.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rellPie {
	background-image: url(../images/rellPie.gif);
	background-repeat:  repeat-x;
}
#tapa {
	position: relative;
	top: -15px;
}

