/**
 * Esqueleto de la página.
 *
 * Color primario #203F91
 * Color secundario #EE1C29
 */

/* Cuerpo Principal */
body
	{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	}


/*Top*/
#pageTopZone
	{
	height: 30px;
	background-color: #203F91;
	border-bottom: 1px solid #115AA4;
	}


/*Header*/
#pageHeaderZone
	{
	background-color: #FFFFFF;
	}

#pageHeader
	{
	position: relative;
	width: 980px;
	height: 180px;
	}

/*PageWidth*/
#bodyCenter
	{
	background-image: url(../images/top-menu/topmenu-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	}

#pageWidth
	{
	width: 980px;
	position: relative;
	}

/*Middle Zone*/
#pageMiddle
	{
	width: 980px;
	}

#pageLeftZone
	{
	float: left;
	width: 240px;
	padding-top: 13px;
	}

#pageMainZone
	{
	float: right;
	width: 704px;
	padding-top: 13px;
	}

/*Content*/
#pageContentZone
	{
	padding-top: 10px;
	padding-left: 7px;
	padding-right: 7px;
	}

#pageContent
	{
	width: 690px;
	text-align: justify;
	overflow: hidden;
	}

#pageBottomSpace
	{
	clear: both;
	}

#pageBottomSpace, #pageBottomSpace div
	{
	height: 20px;
	font-size: 1px;
	line-height: normal;

	/*Cache*/
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: left 300px;
	}



/*Footer*/
#pageFooter
	{
	border-top: 1px solid #115AA4;
	background-color: #203F91;

	padding-top: 25px;
	padding-bottom: 30px;
	}

#pageFooter td
	{
	width: 910px;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	}

#pageFooter td div
	{
	color: #F0F0E1;
	font-size: 12px;
	line-height: 200%;	
	text-align: center;
	padding-left: 70px;
	}


#pageFooter td a
	{
	color: #FFFFFF;
	font-weight: bold;
	}

#pageFooter img
	{
	vertical-align: middle;
	}


#pageFooter th
	{
	width: 70px;
	text-align: left;
	vertical-align: top;	
	}


#pageFooter th a
	{
	display: block;
	width: 46px;
	height: 10px;

	cursor: pointer;
	font-size: 1px;
	background-image: url(../images/to-top.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	}

#pageFooter th a:hover
	{
	background-position: left -15px;
	}
