body {
 padding-right: 40px;
 padding-left: 40px;
}


.separador{
     border: 0 ; 
     border-top: 4px double red; 
     width: 80%;
 }

nav{display:block;
margin-top: 50px;
background:#666666;
/*background:#3E4156;*/
}

.menu{display:block;}

.menu li{display: inline-block;
position: relative;
z-index:100;}

.menu li:first-child{margin-left:0;}

.menu li a {font-weight:600;
text-decoration:none;
padding:11px;
display:block;
color:#ffffff;

-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover, .menu li:hover > a{color:#ffffff;
background:#9CA3DA;}

.menu ul {display: none;
margin: 0;
padding: 0;
width: 150px;
position: absolute;
top: 43px;
left: 0px;
background: #ffffff;
}

.menu ul li {display:block;
float: none;
background:none;
margin:0;
padding:0;
}
.menu ul li a {font-size:12px;
font-weight:normal;
display:block;
color:#797979;
border-left:3px solid #ffffff;
background:#ffffff;}

.menu ul li a:hover, .menu ul li:hover > a{
background:#f0f0f0;
border-left:3px solid #9CA3DA;
color:#797979;
}

.menu li:hover > ul{ display: block;}
.menu ul ul {left: 149px;
	top: 0px;
}

.mobile-menu{display:none;
width:100%;
padding:11px;
background:#3E4156;
color:#ffffff;
text-transform:uppercase;
font-weight:600;
}
.mobile-menu:hover{background:#3E4156;
color:#ffffff;
text-decoration:none;
}


#encabezado{
margin-top: 15px;
margin-left: auto;
margin-right: auto;
width: 90%;
height: auto;
padding-top:  15px;
padding-bottom: 15px;
}
.imagen{
    width: 100%;
}

.contenedor{
width: 100%;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-color: #ffffff;

}

/*cuerpo de las páginas*/
.cuerpo {
width: 100%;
background: #ffffff;
background-size: auto;
font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
font-size: 12px;
margin-left: 20px;
margin-right: 40px;

}

.mensaje {
  display: inline;
  white-space: normal;
 
}
  .botones{
    width: 100%;
    height: auto;
    background-color: white;
  }

input, textera, select, button {
    width: 140px;
    margin: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}
/*boton de acceso al login de usuario*/
.boton_user{
   width: 200px;
   height: 200px;
   top:50%;
   Left: 50%;
   margin: 0 auto;
 
}
.usuario{
     width: 150px;
    margin: 0px;
    box-sizing: border-box;
    border-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: white;

}

.cajaboton{
    width: 150px;
    margin: 0px;
    box-sizing: border-box;
    border-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: white;
}
form label{
    display: inline-block;
    width: 150px;
}
form input{
    display: inline-block;
    width: 150px;
}

/*mensaje y boton página de activacion*/
.container { 
  height: 300px;
  position: relative;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Footer */

.footer {
width: 100%;
background-size: auto;
margin-left: 20px;
margin-right: 40px;

border: 3px solid red;
}

.support{
    width:100%;
    height: 70px;
    text-align: center;
    padding-top: 35px;
    background-color: #BBBBBB
}
.footer_bottom{
    width: 100%;
    height: 90px;
    background-color: #666666;
}

.cajapieleft{
background-color: #D6D2D2 ;
width: 100%;
height: 80px;
color: white;
font-size: 11px;
font-family: arial;
overflow: hidden;
margin:0 auto;
display: inline-block;
text-align: left;
}

.textoPie{
    padding-top: 20px;
    text-decoration:none; 
    color:#020202; 
    font-size: 12px;
    font-family: arial;
}
/* Fin Footer*/

/* Footer  Bootstrapt*/

.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 253, 253, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #FFFDFD;
}
.nav-list li {
    padding-top: 10px;
    padding-bottom: 5px;
    list-style-type: square;
}

.nav-list a:hover:before {
    font-weight: bold;
    margin-left: 1em;
    opacity: 1;
    visibility: visible;
    width: 1em;
   
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 10px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 253, 253, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 15px/1 "Material Design Icons";
    color: #ffffff;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}



