@CHARSET "ISO-8859-1";


#totalWeb { 
	position:absolute; 
	top:0px;
	left:50%; 
	width:1000px;
    height:600px; 
	margin-left:-502px;/
		/*z-index:3;*/
	}


#preheader {
  position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  height:18px; 
  
 /*z-index:3;*//* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#header {
  position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  height:60px;
 
 /*z-index:3;*//* This allows the content to overlap the right menu in narrow windows in good browsers. */
 
}


#subHeader {
  position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  height:43px;

 /*z-index:3;*/ /* This allows the content to overlap the right menu in narrow windows in good browsers. */
 
}

#navMenu {
  float:left;
  width:68px;
  top:137px;
  left:0px;
  height:460px; 

 /*z-index:3;*/


}

#navPublicidad {

  float:right;
  width:150px;
  height:440px; 

 
}

  #content {
  position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  width:755px;
  height:458px;
  left:15px;
  padding: 0px 0px 0px 0px;
  overflow:hidden;
  /*z-index:3;*//* This allows the content to overlap the right menu in narrow windows in good browsers. */
}


#navAriadna{
  position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  width:auto;
  height:0px; 
  /*z-index:3;*/ /* This allows the content to overlap the right menu in narrow windows in good browsers. */
  overflow:hidden; 


}


#ariadna{
  position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  width:860px;
  height:30px; 
  left:140px;
  top: 8px;
  overflow:hidden;
    border:0px solid BLACK;
 }




  #contentNoPubli {
  position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  width:905px;
  height:458px;
  left:15px;
  padding: 0px 0px 0px 0px;
  overflow:hidden;
  /*z-index:3;*//* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#piedepagina {
  	clear : both;
	text-align : left;
    width:1000px;
    height:18px; 
	margin : 0px 0px 0px 0px;
	padding-bottom:0px;
     
}


/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */


#navContenidos {
  position:absolute;
  width:auto;
  top:137px;
  left:65px;
   /*z-index:3;*/


}


#searchHeader {
  position:absolute;
  left: 650px;
  top: 20px;
  /*z-index:3;*/
}







