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

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: left;

	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; }

.tamano {
	font-size:22px;
}



.contact-btn {

	float: right;

	cursor: pointer;

	line-height: 60px;

	font-size: 24px;

	padding: 0 20px;

	border-left: 1px solid #eee;

	color: #ccc;

}





@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; }



}


.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;
}

.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{
	height: 150px;
	clear: both;
 }

 .linea{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0B677E;
  }