/*****************************
 *  DEFINICIONES ESTRUCTURA  *
 ****************************/


/* CAJA NAVI */

#nav {	/* Netscape 4, IE 
4.x-5.0/Win and other lesser browsers will use this */  
	position: absolute; left: 0px; top: 60px;
	width: 130px; height:auto !important; height:550px;
	padding: 2px 0 2px 0;
	background-color: #b19673;
	background-image:url(http://www.mar-team.com/files/holz.jpg);
}

body > div#nav
	{  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 
4.5+, iCab, ICEbrowser */  
	position: fixed;
	left: 0px; top: 60px;
	width: 130px; height:auto !important; height:550px;
	margin: 0;
	padding: 2px 0 2px 0;	
	background-color: #b19673;
	background-image:url(http://www.mar-team.com/files/holz.jpg);
}




/* CAJA GALERIA DE FOTOS */


#imageColumn{
	/* Netscape 4, IE 
4.x-5.0/Win and other lesser browsers will use this */  
	width: 500px; height: auto !important;
	margin: 60px 0 0 140px; 
	padding: 0;
	width: 460px; 
}

body > div#imageColumn
	{  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 
4.5+, iCab, ICEbrowser */  
	width: 500px; height: auto !important;
	margin: 60px 0 0 140px; 
	padding: 0;
}


/* CAJA TEXTO */


#textColumn{
	/* Netscape 4, IE 
4.x-5.0/Win and other lesser browsers will use this */  
	position: absolute; left: 650px; top: 215px;
	width: 240px; height: 480px;
	padding: 20px;
	background: #174873;
	overflow: scroll;
}

body > div#textColumn
	{  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 
4.5+, iCab, ICEbrowser */  
	position: fixed;
	left: 650px; top: 215px;
	width: 240px; height: 480px; 
	padding: 20px;
	background: #174873;
		overflow: scroll;
}





/* CAJA LOGO */


#logo{
	/* Netscape 4, IE 
4.x-5.0/Win and other lesser browsers will use this */  
	position: absolute; left: 60; top: 0px;
	width: 500px; height: 145px; 
	padding: 60px 0 10px 0;
	background: white;
}

body > div#logo
	{  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 
4.5+, iCab, ICEbrowser */  
	position: fixed;
	left: 140px; top: 0px;
	width: 500px; height: 145px; 
	padding: 60px 0 10px 0;
	background: white;
}




/* CAJA META */


#meta{
	/* Netscape 4, IE 
4.x-5.0/Win and other lesser browsers will use this */  
	position: absolute; left: 60; top: 42px;
	width: 500px; height: 18px; 
	padding: 0;
	background: white;
}

body > div#meta
	{  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 
4.5+, iCab, ICEbrowser */  
	position: fixed;
	left: 140px; top: 42px;
	width: 500px; height: 18px; 
	padding: 0;
	background: white;
}





/* CAJA SCROLL DOWN */


#aviso {	/* Netscape 4, IE 
4.x-5.0/Win and other lesser browsers will use this */  
	position: absolute; left: 492px; top: 220px;
	width: 90px; height: 18px;
	background: #000000;
	margin: 0;
	padding: 5px 3px 0px 5px;
}

body > div#aviso
	{  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 
4.5+, iCab, ICEbrowser */  
	position: fixed;
	left: 542px; top: 220px;
	width: 90px; height: 18px;
	background: #ffffff;
	margin: 0;
	padding: 5px 3px 0px 5px;
}










<!--[if gte IE 5.5]><![if lt IE 7]>
div#nav {  /* 
IE5.5+/Win - this is more specific than the IE 5.0 version */  
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  }
<![endif]><![endif]-->



