body{
    margin:0;
    background: linear-gradient(0deg, #c5c1c1 0%, #f4eeee 49%, #fffcfc 77%) no-repeat fixed center;
}
#header_barra{
    position: fixed;
    width: 100%;
    top:0;
    z-index: 100;
}
.div_barra{
    background-color: #f2f1ed;
    width: 100%;
    margin-top: 0;
    display: block;
    height: 70px;
    z-index: 2;
    top: 0px;
    right: 0px;
    border-color: 0px solid #0F3;
    display: block;
    position: relative;
    z-index: 99;
}
.img-main{
    width:100%;
    height: 850px;
    max-width:100%;
    max-height: auto;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    border:1px solid #f0eeee;
}
.div_main{
    padding-top:10px;
    padding-bottom:15px;
}
/*<MENSAJES>*/
#msg{
    font-size: 10px;
    text-align: left;
    font-size: 11px;
    display:block;
    height:80px;
    border:0px solid #000;
}
#div_alert_ok{
    border:1px solid #3c763d; color:#3c763d; background-color:#cfe6c5; border-radius:1px; height: 40px; padding: 10px; font-size: 14px; z-index: 9999; border-left:5px solid #3c763d; width: 100%; 
}
#div_alert_warning{
    border:1px solid #bc7104; color:#995a00; background-color:#ffe6c1; border-radius:1px; height: auto; padding: 10px; font-size: 14px; z-index: 9999; border-left:4px solid #bc7104; width: 100%;
}
#div_alert_danger{
    border:1px solid #a94442; color:#a94442; background-color:#f2dede; border-radius:1px; height: 40px; padding: 10px; font-size: 14px; z-index: 9999; border-left:4px solid #a94442; width: 100%;
}
#div_alert_info{
    border:1px solid #317098; color:#317098; background-color:#d9edf7; border-radius:1px; height: 40px; padding: 10px; font-size: 14px; z-index: 9999; border-left:4px solid #317098; width: 100%;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
  }
  button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
  }
/*</MENSAJES>*/

/*<LOGIN>*/
.vertical-absolute {
  position: relative;

  height: auto;
  width: 100%;

  background: #ffff99;
  color: #333;
}
.vertical-absolute__content {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;

    height: auto;
    width: 100%;
    
}
@media (min-width:768px){
    .img_main{
        width:80%;
        height:485px;
        background-image: url('images/seppuebla1.jpg');   
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        border:1px solid #636468;
    }
}
@media (max-width:768px){
    .img_main{
        width:80%;
        height:485px;
        background-color: #f2f1ed;
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center center;
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        border:1px solid #636468;
    }    
}
.logo_sep{
    max-width: 100%;
    height: auto;
}
.myForm {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem;
      padding-right: 3rem;
      padding-left: 3rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 1.1rem;
    outline: 0;
    max-width: 450px;
  }
/*</LOGIN>*/