#wrapper
{
  /* Resoluciones de Pantalla (width) 
  ***********************************
  * 960px  [360][600]-[180][600][180]
  * (960)  [240][720]-[240][480][240]
  ***********************************
  * 1200px [450][750]-[225][750][225]
  * (1200) [300][900]-[300][600][300]
  ***********************************
  * 100%   [40%][60%]-[25%][50%][25%]
  * (92%)  [30%][70%]-[25%][60%][15%]
  ***********************************
  */
	margin: 0 auto;
  width: 100%;
}

#header-box
{	
  float: left;
  width: 100%;
    background: url('../images/ferreros/fondoCabecera.jpg') top center repeat-x; 
}

#header
{
	margin: 0 auto;
    height: 200px;
    min-width: 1200px;
    background: url('../images/ferreros/cabecera.jpg') top center no-repeat;
}


#migas
{
  float: right;
  margin-top: 140px;
  margin-right: 120px;
  width: 400px;
}

.logo:hover   
{ 
  opacity: 0.90;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);  -moz-opacity:0.90;  -khtml-opacity: 0.90;
}

.logo 
{
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);  -moz-opacity:1;  -khtml-opacity: 1;
}

#navigation-box
{
	float: none;
  clear: both;
    margin: 0 auto;
    position: relative;
    top: -35px;
    height: 0px;
    width: 1200px;
    min-width: 1200px;
}

#navigation
{
	margin: 0 auto;
    height: 25px;  
    margin: 0px 50px;
    width: 1100px;
  overflow: hidden;
}

#heady-fix
{
    float: none;
    clear: both;
    margin: 0 auto;
    position: relative;
    height: 0px;
    min-width: 1200px;
    position:relative;
    top: -180px;
}

#heady
{
	margin: 0 auto;
    width: 167px;
    height: 129px;
    background: url('../images/ferreros/fondoLogotipo.png') bottom center no-repeat;
}

#container-box
{
	float: none;
  clear: both;
  overflow: hidden;
    background: url('../images/ferreros/primeraBanda.jpg') top center repeat-y #592e04; 
    min-width: 1200px;
}

#container
{
	margin: 0 auto;
    /* (width)   */
    min-height: 0px;
    background: url('../images/ferreros/segundaBanda.jpg') top center no-repeat; 
}

#navy-fix
{
	float: left;
	clear: none;
    width: 25%;
    /* [width]   */
    min-height: 320px;
    display: none;
}

#navy
{
	float: none;
  clear: both;
  overflow: visible;
  display: none;
}

#content-box
{ 
  	margin: 0 auto;
    width: 1150px;
    min-height: 320px;
    overflow: hidden;
  /*display: inline;*/
}

#content
{
	float: left;
	clear: none;
    width: 500px;
    min-height: 320px;
    padding: 0px;
    margin: 15px 15px 0px 35px;
    z-index: 10000;
	display: inline;
  overflow: visible;
}

#aside
{
	float: left;
	clear: none;
    width: 550px;
    min-height: 0px;
    margin: 15px 35px 0px 15px;    
    padding: 0px;
	display: inline;
}

#aside-header { float:none; clear:both; height: 185px; overflow:hidden;}
#aside-enlaces { float:left; width: 250px; overflow:hidden;}
#aside-destacados { float:right; width: 250px; }
#aside-content { float:none; clear:both; }

#footy-box
{
    display:none;
  float: none;
  clear: both;
  overflow: hidden;
}
#footy
{
	margin: 0 auto;
    width: 92%;
    /* (width) */
    height: 40px;
	text-align: center;
  overflow: visible;
}

#footer-box
{
  float: none;
  clear: both;
    background: url('../images/ferreros/fondoCesped.jpg') top repeat-x;
    min-width: 1200px;
}

#footer
{
	margin: 0 auto;
    height: 95px;  
    background: url('../images/ferreros/cesped.jpg') top center no-repeat ;
	text-align: center;
  overflow: visible;
}
