#contenedor{
  height: 600px;
  width: 1020px;
  margin: 0;  
  border-left: 6px solid white;
  border-right: 6px solid white;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}

/*Parte superior*/
#superior {
  width: 1020px;
  height: 125px;
}
#logo, #titulo{
  height: 100%;
}
#logo{
  width: 204px;
  float: left;
  background-color: white;
}
#titulo {
  float: right;
  width: 816px;
  background-image: url(images/fondo.png);
}

/*Parte media*/
#medio {
  /* border: 1px solid black; */
  width: 1020px;
  margin: 0;
  height: 475px;
  background-color: #194574;  
}
#izquierda,#derecha  {
  height: 475px;
  
}
#izquierda h3{
  color: yellow;
  text-align: left;
  margin-left: 15px;
}
#izquierda{
  width: 204px;
  float: left;
  background-color: #194574;
}
#derecha {
  width: 816px;
  float: right;
  background-color: #fff; 
  overflow: scroll;
}
#derecha h2, #derecha h3{
  color: #030aa0;
}
#inferior {
  background-color: #052D56;
}
#marcosup,#marcoinf {
  width: 1032px;
  margin: 0px;
  background-color: white;
  font-size: 1px;
  line-height: 1px;
}
#pie {
  width: 100%;
  background-color: #052D56;
  color: #ccf;
  font-size: 10px;
}
#blanco{
background-color: white;
}
#form_container {
  margin-left: 40px;  
}
#form_container *{
  text-align: left;
  font-size: 12px;
  margin-top: 5px;
}
#form_container ul li{
  color: white;
}
#form_container label{
  color: black;
}
#form_container input{
  margin-left: 30px;  
}
#form_container  .button_text{
  margin-left: 0px;  
  text-align: center;
}
#form_container select{
  margin-left: 30px;  
}
#form_container textarea{
  margin-left: 30px;  
}

