/***********************************************
	HOY MUJER:
	define la estructura de layout del Site
***********************************************/

/*------------------------------------- WRAPPER -------------------------------------*/
#wrapper {
	position: relative;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	text-align: left; /* vuelve al correcto alineamiento del texto */
}

/*------------------------------------- CABECERA (HEADER) -------------------------------------*/
#header {
	position: relative;
	background: #6F2077 url(/images/bkgHeader.gif) left top no-repeat;
}

	#header .headInner { padding: 5px 0 0 18px }

/*------------------------------------- COLUMNAS (CONTENT) -------------------------------------*/
#content {
	width: 998px;
	min-width:998px;
	* width:998px;
	float: left;
	background-image:url("/images/fondo2.jpg");
	background-position:left top;
	background-repeat:repeat-y;
	background-color:#ffffff;
}

	#content #col-1 { float: left; width:100%;height:100%; }
	#content #col-2 { float: left; padding: 0 9px; width:96%;height:100%; }
	#content #col-3 { float: left; width:100%;height:100%;  }
	
	
	#contentManager {
	width: 1003px;
	float: left;
	margin-bottom: 60px;
	height:100%;
}

	#contentManager #col-1 { float: left;height:100%; }
	#contentManager #col-2 { float: left; padding: 0 9px;height:100%; }
	#contentManager #col-3 { float: left; width:100%;height:100%; }



/*--ESTO ES PARA LA  PARTE DE GDF--*/
#contentgdf {
	width: 100%;
	min-width:778px;
	float: left;
	/*background-image:url("/images/fondoCol_izq2.jpg");*/
	background-position:left top;
	background-repeat:repeat-y;
	background-color:#ffffff;
}

	#contentgdf #col-1 { float: left; width:100%;height:100%; }
	#contentgdf #col-2 { float: left; padding: 0 9px; width:96%;height:100%; }
	#contentgdf #col-3 { float: left; width:100%;height:100%;  }
	
	
	#contentManagerGdf {
	width: 1003px;
	float: left;
	margin-bottom: 60px;
	height:100%;
}

	#contentManagerGdf #col-1 { float: left;height:100%; }
	#contentManagerGdf #col-2 { float: left; padding: 0 9px;height:100%; }
	#contentManagerGdf #col-3 { float: left; width:100%;height:100%; }


/*------------------------------------- PIE DE PAGINA (FOOTER) -------------------------------------*/
#footer { clear: both }

/*------------------------------------- BANNER SKYSCRAPER -------------------------------------*/
#banner-sky {
	display: none;
	position: absolute;
	top: 3px;
	right: -125px;
}


