html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.header-menu{
  float: right;
  width: 55%;
}

.header-buttons{
  width: 110px;
  margin-right: 15px;
  margin-left: 0px;
  padding: 0 15px;
  margin-bottom: 10px;
  margin-top: 12px;
  height: 30px;
  color: #525864;
  background: white;
  border: 1px solid;
  border-color: #b3c0e2 #bcc5e2 #c0ccea;
  border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

body {
  font: 12px/20px 'Lucida Grande', Verdana, sans-serif;
  color: #404040;
  background: #dbe0eb;
}

form {
  color: white;
}

#descripcion-input {
  margin-top: 30px;
  width: 220px;
}

.formcontrol {
  width:917px;
  height:426px;
  margin: 50px auto;
  padding: 15px;
  background: #32210c;
  border: 4px solid;
  border-color: #a5a5a4 #a5a5a4 #a5a5a4;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.formcontrol > p {
  zoom: 1;
}
.formcontrol > p:before, .formcontrol > p:after {
  content: '';
  display: table;
}
.formcontrol > p:after {
  clear: both;
}
.formcontrol > p + p {
  margin-top: 15px;
}

.formcontrol-header {
  position: relative;
  margin: -15px -15px 15px;
}
.body_form{
  width:100%;
}
#img_header{
 width:376px;
 height:83px;
}
.table-content{
  float: left;
  width:100%;
  margin: 45px -15px 15px 30px;
}
.col-left{
  float: left;
  width:40%;
}

.col-right-white{
  float: left;
  width:50%;

}

#descripcion-area{
  margin-top: 30px;
}

.bwhite{
  height:237px;
  background: #ffffff;
  overflow-y: scroll;
  border: 1px solid;
  border-color: #b3c0e2 #bcc5e2 #c0ccea;
  margin: 0px 0px 0px 20px;
  border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}

.btn-options2{
  width: 280px;
  float: left;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 40px;
  color: #525864;
  background: white;
  border: 1px solid;
  border-color: #b3c0e2 #bcc5e2 #c0ccea;
  border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.btn-options2:focus{
  border-color: #46aefe;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
}
