body{
 color:#333;
 font-family:Georgia, Arial, sans-serif;
 font-size:.8em;
 background:#fff url(../../images/fondo.png) repeat-x;
}

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

#cabecera{
 position:relative;
 overflow:hidden;
 margin-bottom:20px;
 background:#fff url(../../images/fondo-cabecera.png) repeat-x;
 padding-bottom: 25px;
 background-position: bottom;
}

#cuerpo{
 min-height:350px;
 padding:0px 0 10px 0;
 position:relative;
 background:#fff;
 overflow:hidden;
}
#cuerpo .sinMargen{margin-left:0;width:150px;}
#pie{
 font-size:.85em;
 clear:both;
 height:115px;
 padding-top:10px;
 overflow:hidden;
 color:#1F2D76;
 border-top:1px solid #999;
}
