
/**************************************/
/* 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  : #FFFFFF;
}

#wrapper {
  width            : 100%;
  padding          : 0px;
  text-align       : left;
  background-color : #FFFFFF;
}

/*************************/
/* BLOQUES DE ENCABEZADO */
/*************************/

#header {
  background : none;
}

#header ul#accesosdirectos {
  display : none;
}

/*cabecera que aparecerá al imprimir*/
#header #print_header {
  display : block;
}



/************************/
/* BLOQUES DE CONTENIDO */
/************************/

#content {
  width  : 100%;
}
/****
/*  Contenido dividido en tres partes:
/*
/* 1. Contenido superior
/* 2. Contenido derecho
/* 3. Contenido central
/*
/********/

/**/
/* 1. Contenido izquierdo */
/**/

#contentleft {
  display : none;
}

/**/
/* 2. Contenido derecho */
/**/

#contentright {
  display : none;
}

/**/
/* 3. Contenido central */
/**/

#contentcenter {
  width  : 100%;
}

#contentcenter .mainheader {
  width  : 100%;
}

#contentcenter .maincontent {
  width      : 100%;
}


/******************/
/* BLOQUES DE PIE */
/******************/

#footer {
  clear      : both;
  width      : 100%;
}
