  /* Override some defaults */
  html, body {
    background-color: #eee;
  }
  .container {
    width: 300px;
  }

  /* The white background content wrapper */
      .container > .content {
        background-color: #fff;
        padding: 20px;
        margin: 0 -20px; 
        -webkit-border-radius: 10px 10px 10px 10px;
           -moz-border-radius: 10px 10px 10px 10px;
                border-radius: 10px 10px 10px 10px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
                box-shadow: 0 1px 2px rgba(0,0,0,.15);
      }

    .login-form {
      margin-left: 65px;
    }
  
    legend {
      margin-right: -50px;
      font-weight: bold;
      color: #404040;
    }

#encabezado {
	height: 90px; 
	line-height: 1.5;
	background: url("/img/bg_header.png") repeat-x scroll 0 0 transparent;
}

#contenedor_encabezado {
	margin:0 auto;
	width: 980px;
	padding-top:20px; 
}

.titulo {
  color: #FFFFFF;
  font-family: 'VAGRoundedStdLight';
  font-size: 39px;
  font-weight: normal;
  line-height: 44px;
  text-shadow: 1px 1px 1px #094969;
}

