.container.shadow {
    width: 95%;
    -webkit-box-shadow: -2px 4px 19px 9px rgba(201,197,201,1);
    -moz-box-shadow: -2px 4px 19px 9px rgba(201,197,201,1);
    box-shadow: -2px 4px 19px 9px rgba(201,197,201,1);
}
.feet 
{
    margin:0 auto; 
    margin-bottom: 0px;
    width:100%;
    height:125px;
    position:relative;
    float:left;
}

.feetbg 
{
    bottom:0;
    position:absolute;
    background-image:url(../imagenes/pie.png);
    width:100%;
    height:49px;
}
.feetbg2
{
    bottom:0;
    position:absolute;
    background-image:url(../imagenes/pie2.jpg);
    width:100%;
    height:49px;
}
.feetup
{
    margin:0 auto; 
    width:80%;
    height:78px;
}
.certificacion
{
    bottom:0;
    float:left;
    /*background-image:url('../images/certificaciones.png');*/
    background-repeat:no-repeat;
    width:37%;
    height:78px;
}
.copy
{
    bottom:0;
    float:left;
    width:80%;
    height:78px;
}
.copytxt 
{
    margin:0 auto; 
    width:80%;
    height:50%;
    margin-top:15px;
    text-align:center;
}
.enlinea 
{
    bottom:0;
    right:10px;
    position:absolute;
    /*background-image:url(../images/enlinea.png);*/
    width:210px;
    height:54px;
    color: #fff;
    text-align:center;
}
.bglogin
{
    width:100%;
	background-color:rgba(51,51,51,0.9);
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
	bottom:0;
}
	
.loginbg
{
    background-image:url(../images/orange.png);
    height:438px;
    width:438px;
    margin:0 auto;
    margin-top:8%;
}
.gruologin
{
    height: auto;
    float: left;
    width: 438px;
    margin: auto 0;
    margin-left: 100px;
}
.headlogin
{
    float: left;
    height: 38px;
    width: 438px;
    margin-top: -5px;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    margin-bottom: 5px;
    font-family: "Avant Garde BOOK BT";
    color: #fff;
    font-weight: lighter;
}
.linealogin
{
    height:50px;
    float:left;
    width:238px;
}
.cierralogin
{
    color:red;
    height:50px;
    float:right;
    width:50px;
    margin-top:52px;
    margin-right:44px;
}
.label_login
{
    color:white;
    height:19px;
    display:inline-block;
    margin-top:1px;
    margin-right:10PX;
    float:left    
}
.linealogin2 {
    height: 38px;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.form-control1 {
    display: block;
    width: 250px;
    height: 24px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.navbar.navbar-darkgreen
{
    background:#006600;
    border-radius: 0 !important;
}
.navbar.navbar-darkgreen a
{
    color:#fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .navbar.navbar-darkgreen a:hover, .navbar.navbar-darkgreen ul.dropdown-menu
{
    background-color: #1bc800 !important;
}
.navbar-toggle .icon-bar
{
    background-color: #fff;
}
.navbar.navbar-darkgreen ul.dropdown-menu a:hover
{
    background-color: #fff !important;
}