
/**************************************/
/* BLOQUES ESTRUCTURALES DE LA P�GINA */
/**************************************/

body {
  margin      : 0;
  padding     : 0 0 0 1px; /* IE */
  text-align  : center;
  font-family : Trebuchet, Arial, Helvetica, Verdana, sans-serif;
  font-size   : 1em;
  background  : #EAE7E6 url('../../images/juventud/fondo_gral.png') repeat-x!important;
}

/* ajuste redimension en IE (el equivalente a font-size : 1em;) */
html { 
  font-size:100%; 
}

#wrapper {
  width            : 58.50em!important;
  padding          : 0px!important;
  margin           : 0px!important;
  text-align       : left!important;
}

/*************************/
/* BLOQUES DE ENCABEZADO */
/*************************/

#header {
  width  : 100%;
  height : 12.63em;
  background  : transparent url('../../images/juventud/fondotop.png') 75% top no-repeat;
}

/*cabecera que aparecer� al imprimir*/
#header #printheader {
  display : none;
}


/************************/
/* BLOQUES DE CONTENIDO */
/************************/

#content {
  width       : 100%;
  overflow    : hidden;
 /*background  : #EAE7E6 url('../../images/juventud/fondo.jpg') repeat-x!important;*/
  /*background-color: #C2C2C4;*/
  min-height:35.96em;
  height:auto!important;
}
/****
/*  Contenido dividido en tres partes:
/*
/* 1. Contenido superior
/* 2. Contenido derecho
/* 3. Contenido central
/*
/********/

/**/
/* 1. Contenido izquierdo */
/**/
#contentleft, #contentright
{
  background: #c2c2c4 url('../../images/juventud/fondo_menu.png') repeat-x;
  color     : #f9fad0;
}

#contentleft {
  float       : left;
  width       : 8.8em;
  margin-bottom:-10000px;
  overflow:hidden;
  padding-bottom:10000px;  
  /*min-height  : 40em;*/
  height:auto!important;
}

/**/
/* 2. Contenido derecho */
/**/

#contentright {
  float   : right;
  /*padding : 1000px 0 0 0;
  margin  : 0 0 -1000px 0;*/
  width   : 9.8em;
  /*min-height:35.96em;*/
  height:auto!important;
}

/**/
/* 3. Contenido central */
/**/

#contentcenter {
  float   : left;
  padding : 0px 5px;
  width   : 43.23em;  
  _width   : 42.82em;
  margin-bottom:-10000px;
  overflow:hidden;
  padding-bottom:10030px;  
  background-color  : #f0eff0;
  height  : auto!important;
  color   : #224;
  font-size:  0.89em;
}

#contentcenter .mainheader {

}
#contentcenter .maincontent {
  width      : 100%;
  min-height : 60em;
}



