/* ELEMENTOS GENERALES DE LA PÁGINA */
body {
}

/* ARMAZÓN DE LA PÁGINA */
/* Contenedor de toda la página */
body{
	background-image: url(../images/css_body_ff_1024.gif);
	min-width:939px; /*** This is needed for moz. Otherwise, the header and footer will
	slide off the left side of the page if the screen width is narrower than the design.
	Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
}
#contenedor {
  width:939px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
}
#pie{
  width:939px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
}
#cabecera{
  width:939px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
}

/* Otros contenedores*/
#outer, #float-wrap, #colCont, #gfx_bg_middle{
  width:560px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
}
.ancho #outer, .ancho #float-wrap, .ancho #colCont, .ancho #gfx_bg_middle{
  width:753px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
}


