/**************

ANCHO FIJO: 1000px;

**************/

#wrapper {
  width: 1000px;
  margin: auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#header {background-color: #f3f3eb; position: relative; height: 99px; border-bottom: 1px solid #ccc;}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 180px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
border: 1px solid #ccc;
border-top: none;
border-bottom: none;
}

#contentcolumn.noleft {margin-left: 0;}
#contentcolumn.noright {margin-right: 0;}

#contentId {
padding-bottom: 3em;
}

#left{
float: left;
width: 180px; /*Width of left column*/
margin-left: -1000px; /* Width of the wrapper */
}

#right{
float: left;
width: 180px; /*Width of right column*/
margin-left: -180px; /*Set left marginto -(RightColumnWidth)*/
}

#footer
{
  clear: left;
  margin-top: -3px;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 1em;
  background: #FFF;
  color: #000;
  overflow: auto;
}

.noborder {border: none;}
/*********************

ANCHO VARIABLE, columna central l�quida

*********************/

/*
#header {}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 14em 0 14em; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth *//*
border: 1px solid #dbdbdb;
border-top: none;
}

#contentcolumn.noleft {margin-left: 0;}
#contentcolumn.noright {margin-right: 0;}

#left{
float: left;
width: 14em; /*Width of left column*//*
margin-left: -100%;
}

#right{
float: left;
width: 14em; /*Width of right column*//*
margin-left: -14em; /*Set left marginto -(RightColumnWidth)*//*
}

#footer
{
  clear: left;
  width: 100%;
  padding: 2em 0;
  margin-top: -3px;
  text-align: center;
  background: url(/img/layout/barBg.jpg) repeat-x;
}

*/
