* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, sans-serif;
 background:url(../imgs/fondo.jpg) center top no-repeat; 
  *background:url(../imgs/fondo.jpg) center 14px no-repeat;
}
#wrapper { 
 margin: 0 auto; 
 width: 955px; 
}

#header {
 width: 955px;
 float: left;
 height: 86px;
/* background:url(../imgs/top.gif) repeat-x;*/
}
#navigation {
 float: left;
 width: 955px;
 height:71px;
 z-index:10;
 margin-left:10px;
}

#miga {
 float: left;
 width: 955px;
 height:13px;
}

#content { 
 float: left;
 width: 955px;
 display: inline;
}

#content_azul { 
 float: left;
 width: 936px;
 display: inline;
/* background:url(../imgs/f_azul.gif) repeat-y;  */
}

#content_verde { 
 float: left;
 width: 936px;
 display: inline;
/*background:url(../imgs/f_verde.gif) repeat-y; */
}

#footer { 
 width: 955px;
 clear: both;
 font-size:11px;
 color:#707173;
 text-decoration:none;
 margin-bottom:50px;
}
