html,body{
	overflow-x: hidden; 
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
  }

nav.navbar-fixed-top {

	height: 60px;

	background: #fff;

	border-bottom: 2px solid #eee;

	-webkit-transition: all 0.8s ease-in-out;

	-moz-transition: all 0.8s ease-in-out;

	-ms-transition: all 0.8s ease-in-out;

	-o-transition: all 0.8s ease-in-out;

	transition: all 0.8s ease-in-out;

}

nav.navbar-slide{ top: -60px; }

nav.navbar-slide.show-menu { top: 0; }



.navbar .nav {

	list-style: none;

	float: right;

	z-index: 5;

	margin: 0;

}



.navbar .nav li {

	float: left;

	padding: 0;

}



.navbar .nav li a {

	display: block;

	font-size: 14px;

	height: 60px;

	line-height: 60px;

	padding: 0 20px;

	text-decoration: none;

	border-bottom: 2px solid #eee;

	outline: none;

	background:inherit;

}



.navbar .nav li:last-child a { }



.navbar .nav li a:hover,

.navbar .nav li.active a {

	background: none;

	color: #00aeff;

	border-bottom: 2px solid #00aeff;

}



.navbar-brand {

	height: 60px;

	margin: 0;

	padding: 3px 0 0 15px;

}



.navbar-toggle {

	float: right;

	height: 60px;

	margin: 0;

	padding: 0 20px;

}



.navbar-toggle .icon-bar {

	background: #00aeff;

	height: 1px;

}



.navbar-toggle.collapsed .icon-bar { background: #ccc; }



.navbar-toggle .icon-bar+.icon-bar { margin-top: 7px; }



.navbar-fixed-top { border-width: 0; }



.contact-btn {

	float: right;

	cursor: pointer;

	line-height: 60px;

	font-size: 24px;

	padding: 0 20px;

	border-left: 1px solid #eee;

	color: #ccc;

}


.left-panel{
    min-width: 60%;
    max-width: 60%;
    float:left;
    /*
    min-height: 500px;
    max-height: 500px;
    /*background-color: black;
    opacity: .2;*/
    min-height: 80%;
    max-height: 80%;
}

.left-panel-image{
    max-width: 100%;
    opacity: 1;
}



.right-panel{
    min-width: 40%;
    max-width: 40%;
    padding: 0 3% 0 3%;
    float:left;
    /*
    min-height: 500px;
    max-height: 500px;
    */
    margin: auto 0;
    background-color: white;
}


/* MEDIA MAX-WIDTH 992px BEGIN*/
@media (max-width: 992px) {

    .navbar-collapse {

        width: 100%;

        padding: 0;

        background: #fff;

    }



    .navbar .nav {

        float: none;

        text-align: center;

    }



    .navbar .nav li { float: none; }



    .navbar .nav li a { border-bottom: 1px solid #eee; }



    .navbar .nav li a:hover,

    .navbar .nav li.active a { border-bottom: 1px solid #00aeff; }

    .left-panel{
        display: none;
    }
    .right-panel{
        min-width: 100%;
        max-width: 100%;
        min-height: 520px;
        max-height: 520px;
    }
    #footer{
        min-height: 150px;
    }
}
/* MEDIA MAX-WIDTH 992px END*/

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
    padding: 30px 30px;
	background: #222;
    color: #888;
    height: 20%;
}

.pie {
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
    padding: 20px 0;
	background: #222;
    color: #888;
    height: 150px;
}
.navbar-inverse {
    background-color: #fff;
	border-color: #d6d0d0d6;
	border-style: inset;
	border-bottom-width: 2px;

}
.glyphicon.glyphicon-log-out {
	margin-top: 15px;
    font-size: 25px;
}
.bordes {
    padding: 20px;
    border-style: solid; 
    border-width: 2px; 
	border-color: #ccc;
	border-radius: 18px;
}

.text-label {
    font-size: 17px;
}

#container {
	min-height: 100%;
	margin-bottom: -50px;
	position: relative;
 }
  
 #footer {
	height: 150px;
	position: relative;
	color: white;
	text-align: center;
    padding: 20px 0;
	background: #222;
    color: #888;
     clear: both;
 }
  
 .clear{
	/*height: 150px;*/
	clear: both;
 }

 .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/cargando.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.linea-gruesa
{
	border-width: 3px;
}

.account-message{
    color: #286090;
}
#text-premium{
    color:goldenrod;
}