body{
 color:#333;
 font-family:Georgia, times;
 font-size:.8em;
 background:#fff;
}

#contenedor{
 margin:0 auto;
 width:960px;
 position:relative;
}

#cabecera{
 position:relative;
 z-index:10;
 padding:0 10px;
  background:url(../../images/logo-congreso-2016.jpg) no-repeat 50% 0;
  margin-top:25px;
}

#cuerpo{
 min-height:350px;
 padding:0px 0 10px 0;
 position:relative;
 background:#fff;
 overflow:hidden;
 z-index:1;
}

#pie{
 font-size:.8em;
 clear:both;
 padding:10px;
 overflow:hidden;
 background:#7F8084;
 color:#fff;
 font-family:Arial, sans-serif;
}
