/**
 * Esqueleto de la página.
 * Color primario #3399CC
 * Color secundario #47669B
 */

/*Cuerpo Principal*/
body
	{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	}



/*Header*/
#pageHeaderLayerSol
	{
	background-image: url(../images/header/sol.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #8BD3EB;
	}


#pageHeaderLayerEdificios
	{
	background-image: url(../images/header/edificios.png);
	background-repeat: no-repeat;
	background-position: center 46px;
	}

#pageHeaderLayerPintura
	{
	background-image: url(../images/header/pintura.png);
	background-repeat: no-repeat;
	background-position: center 67px;
	}

#pageHeaderLayerFrente
	{
	background-image: url(../images/header/frente.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	}

#pageHeader
	{
	position: relative;
	width: 950px;
	height: 220px;
	background-image: url(../images/header/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	}


/*PageWidth*/
center#bodyCenter 
	{
	background-image: url(../images/mainbody-top.png);
	background-repeat: no-repeat;
	background-position: center 15px;	
	margin-top: 20px;
	}

#pageWidth 
	{
	width: 950px;
	padding-top: 60px;
	}

#pageBottomBorder
	{
	height: 40px;
	clear: both;
	background-image: url(../images/mainbody-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}


/*Right Zone*/
#pageRightZone
	{
	float: right;
	width: 260px;
	margin-left: 40px;
	}


/*Contenido*/
#pageContent
	{
	float: left;
	width: 650px;
	text-align: justify;
	}


/*PageFooter*/
#pageFooter
	{
	margin-top: 30px;
	background-image: url(../images/footer/footer-bg.png);
	background-repeat: repeat-x;
	background-position: center top;

	background-color: #3399CC;
	
	padding-top: 45px;
	}


#pageFooter td
	{
	height: 60px;
	width: 475px;
	text-align: center;
	vertical-align: middle;
	color: #EFEFEF;
	font-size: 12px;
	}

#pageFooter a
	{
	color: #FFFFFF;
	font-weight: bold;
	}

#pageFooter img
	{
	vertical-align: middle;
	}