body{
   background: url(../Img/lines.png) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   z-index: 0;
}

.body-background{
   background: url(../Img/Wallpaper.gif) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   z-index: -1;
}


.body-line{
   background: url(../Img/lines.png) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
 
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   z-index: -1;
}

.navbar{
   border:0px;
   border-radius: 0px;
   text-align: center;
   z-index: 100;
}

.nav{
   float: none;
   text-align: center;
   padding: 20px;
}

#form-nav{
   padding-left: 150px; 
}

#form-nav>form>li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

.main-footer {
    background: none repeat scroll 0% 0% rgba(180, 180, 180, 0.2);
    position: fixed;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 5px;
    width: 100%;
    padding: 2px 5px 2px;
}

.main-footer__titulo{
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 2.2em !important;
}

.datos {
    font-size: 0.65em;
    color:#9B3841;
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
    float: left;
}

.info {
    font-size: 0.65em;
    color:rgb(70,70,70);
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
    float: right;
    text-align: right;
}

.info_min{
	display: none;
}

.input-group{
    width: 20%;
}

.control-label {
    color:rgb(70,70,70);
}

.item-slider {
    background-position: center center;
    background-size: cover;
    width: 100%;
}

.form-control {
    border: 1px solid #e1e8ed;
    color: #66757e;
}


.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .3rem rgba(0,123,255,.25);
}

.btn{
	background-color: transparent;
    border: 1px solid transparent;
	line-height: 1.5;
    border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.focus, .btn:focus {
	outline: 0;
}

.btn-primary {
	color: rgb(82, 150, 227);
    border: 1px solid rgb(82, 150, 227);
    background: transparent;
}

.btn-danger {
	color: #d55f5f;
	border: 1px solid #d55f5f;
	background: transparent;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: rgb(82, 150, 227);
    border-color: rgb(82, 150, 227);
}

.btn-danger:hover, .btn-danger:focus {
    color: #fff;
    background-color: #d55f5f;
    border-color: #d55f5f;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .3rem rgba(0,123,255,.5);
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .3rem rgba(213, 95, 95, .5);
}

.modal-body {
    padding: 15px !important;
}

    @media (max-width:991px){
	    .navbar-form{
			width: auto;
			margin: 15px;
			margin-top: 30px;
			padding: 30px;
            padding-top: 60px;
			padding-bottom: 30px;
			border-radius: 4px;
			border: 1px solid rgba(119,160,171,0.2);
	        background-color: rgba(180, 180, 180, 0.2);
			position: relative;
	    }
		
		.navbar-form input{
			margin-bottom: 5px;
		}
		
		.navbar-form button{
			margin-top: 10px;
			margin-bottom: 15px;
		}
		.imgLog{
			display: block !important;
			width: 90px;
			top: -15px;
            left: 46%;
            position: absolute;
			margin-left: -30px;
			border-radius: 3px;
		}
		.titleLogin{
			display: block !important;
			color: rgb(70,70,70); 
			font-weight: 500; 
			font-size: 22px;
		}
		.main-footer{
			display: none;
		}
		.info_min{
			display: block;
		}
		.info_min > h3{
			font-size: 1.9em !important;
		}
    }
	
	@media (max-width:768px){
		.navbar-form{
			display: flex;
	    }
	}
	@media (min-width:768px){
	    .navbar-form {
        	width: auto;
        	padding-top: 0;
        	padding-bottom: 0;
        	margin-right: 0;
        	margin-left: 0;
        	border: 0;
        	-webkit-box-shadow: none;
        	box-shadow: none;
        }
		.navbar-form .form-group {
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle;
        }
		.navbar-form .form-control {
            display: inline-block;
            width: auto;
            vertical-align: middle;
        }
	}