/**
 * Esqueleto de la página.
 * Color primario: #EB3D12
 * Color secundario: #139622
 */

body
	{
	padding: 0px;
	margin: 0px;
	background-color: #5EB66A;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	
	color: #000000;
	}


/*BodyCenter*/
#bodyCenter
	{
	}

/*PageWidth*/
#pageWidth
	{
	position: relative;
	width: 936px;
	}

#pageWidthBg
	{
	width: 936px;
	background-image: url(../images/page-width-bg.png);
	background-repeat: repeat-y;
	background-position: left top;	
	}


/*MainTable*/
#pageMainTable
	{
	background-image: url(../images/header/logo-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 38px 100px;
	}

#pageMainTableLeftSpace
	{
	width: 38px;
	font-size: 1px;
	
	
	background-image: url(../images/header/left-top-sombra.jpg);
	background-repeat: no-repeat;
	background-position: left 150px;
	}

#pageMainTableRightSpace
	{
	width: 38px;
	font-size: 1px;
	}

/*Header*/
#pageHeader
	{
	height: 160px;
	text-align: left;

	background-image: url(../images/header/logo.png);
	background-repeat: no-repeat;
	background-position: 62px 15px;
	}

#logoTexture
	{
	height: 160px;
	background-image: url(../images/header/logo-texture.jpg);
	background-repeat: no-repeat;
	background-position: 62px 15px;
	}

#pageTextureBg
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 160px;
	background-image: url(../images/header/texture-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	z-index: 0;
	}




#headerTapa
	{
	position: absolute;
	top: 30px;
	left: 318px;

	width: 103px;
	height: 97px;
		
	background-image: url(../images/header/tapa.png);
	background-repeat: no-repeat;
	background-position: left top;	

	
	z-index: 20;
	}

#headerSombraTapa
	{
	position: absolute;
	top: 30px;
	left: 318px;

	width: 103px;
	height: 97px;
		
	background-image: url(../images/header/sombra-tapa.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	z-index: 22;
	}

/*Left Zone*/
#pageLeftZone
	{
	width: 280px;
	vertical-align: top;

	background-color: #FFFFFF;
		
	/*Cache*/
	background-image: url(../images/productos-menu/bullet-hover.png);
	background-repeat: no-repeat;
	background-position: 100px 300px;
	}


/*Content*/
#pageContentZone
	{
	width: 580px;
	vertical-align: top;
	background-color: #FFFFFF;
	}

#pageContent
	{
	padding-top: 70px;
	padding-left: 60px;
	padding-right: 0px;
	text-align: justify;
	}

#pageContentWidth
	{
	width: 520px;
	}


/*Footer*/
#pageFooter
	{
	width: 936px;

	padding-top: 55px;

	padding-bottom: 20px;
	
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}

#pageFooter td, #pageFooter th
	{
	width: 448px;
	vertical-align: middle;
	color: #333333;
	font-size: 12px;
	}

#pageFooter td
	{
	text-align: left;
	}

#pageFooter th
	{
	font-weight: bold;
	text-align: right;
	}

#pageFooter td.space
	{
	width: 40px !important;
	font-size: 15px !important;
	font-weight: bold;
	text-align: center !important;
	}

#pageFooter a
	{
	font-weight: bold;
	color: #333333 !important;
	}

#pageFooter img
	{
	vertical-align: middle;
	width: 25px;
	height: 25px;
	}


