.menu_session {
  position: absolute;
  top: 35px;
  right: 0px;
  width: 450px;
  height: 30px;
}

.menu_session ul {
  padding: 0px;
  text-align: center;
}

.menu_session li:first-child {
  margin-left: 0;
  padding-right: 10px;
  border-right: solid 1px #222;
}

.menu_session li {
  display: inline-block;
  list-style: none;
  padding-right: 5px;
  padding-left: 5px;
}

.menu_session label a {
  font-size: 15px;
}

.menu_admon {
  position: absolute;
  right: 10px;
  width: 600px;
  height: 30px;
  background: #666666;

}

.menu_admon ul {
  text-align: center;
}

.menu_admon li {
  display: inline-block;
  list-style: none;
  margin: 0px 5px 0px 5px;
}

.menu_admon a {

    color: #ffffff!important;
}

.corner-left {
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
  float: left;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 10px solid #222222;
}

.corner-right {
  width: 0px;
  height: 0px;
  display: block;
  margin-top: -10px;
  margin-right: -10px;
  float: right;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 10px solid #222222;
}

.mi_cuenta {
  position: absolute;
  top: 75px;
  right: 45px;
}

.mi_cuenta input {
  background-color: rgb(0, 153, 76);
  background: -moz-linear-gradient(top,rgb(0, 123, 76), rgb(0, 153, 76));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0, 123, 76)), to(rgb(0, 153, 76)));
  color: #fff;
  font-weight: bold;
}

.mi_cuenta input:hover {
  background: #1376c9;
  color: #fff;
  border: 1px solid #5fa9c5;
  border-radius: 5px;
}

.menu_imagen {
  position: absolute;
  top: 40px;
  left: 50px;
  /* height: 30px; */
  background: #F8F8F8;
}

.menu_imagen_logged {
    position: absolute;
    top: 40px;
    left: 200px;
    /* height: 30px; */
    background: #F8F8F8;
}


.menu_imagen ul, .menu_imagen_logged ul {
  text-align: left;
  padding: 0px;
}

.menu_imagen li, .menu_imagen_logged li {
  list-style: none;
  margin: 0px 5px 0px 5px;
}
.menu_imagen a, .menu_imagen_logged a {
  font-family: 'Open Sans', sans-serif, 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Helvetica_lite, Helvetica, Times, sans-serif;
  color: #3F3F41;
  font-size: 2.155555em;
  letter-spacing: -2px;
  margin: 0;
  font-weight: normal;
  padding-bottom: 5px;
  line-height: 1.1em;
}

.imagen_div_logged {
  background: #F8F8F8; 
  width: 100%; 
  height: 100%; 
  float: left; 
  text-align: center;
}

.imagen_div {
  background: #F8F8F8; 
  width: 70%; 
  height: 100%; 
  float: left; 
  text-align: center;
}

.loggin_div {
  background: #F8F8F8; 
  width: 30%; 
  height: 85%; 
  float: right;
  text-align: center;
}

.registrarse_div {
  background: #F8F8F8; 
  width: 30%; 
  height: 15%; 
  float: right;
  text-align: center
}