body{
	background: url(images/bg.jpg);
}
body.dashboard{
	background: white;
}
h1.name{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 48px;
	padding: 15px 0;
}
.jumbotron{
	background: transparent;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}
.formalogin, .formaregistro, .formaresponse, .formrecover, .formcontacto{
  	display: none;
  	position: absolute;
  	top: 0;
  	left: 0;
 	width: 100%;
  	height: 100%;
	background: rgb(255, 255, 255);
	background: rgba(240,240,244, .95);
}
.formaregistro .inner, .formrecover .inner{
	width: 600px;
	max-width: 100%;
	height: 94%;
	margin: 2% auto;
	background: white;
	padding: 1% 20px;
	border: 1px solid #d1d1d1;
	position: relative;
	overflow: scroll;
}
.modaluser{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: rgba(240,240,244,.95);
}
.modaluser .modaluserinner{
	width: 500px;
	margin: 60px auto;
	background: white;
	padding: 20px;
	border: 1px solid #d1d1d1;
	position: relative;
}
.modaluser .closemodal2, .formaregistro .closemodal2, .formrecover .closemodal2{
	color: #999;
	position: absolute;
	top: 15px;
	right: 20px;
}
.formalogin #closemodal, .formrecover #closemodal{
	position: absolute;
	top: 10px;
	right: 20px;
	color: #666;
	text-decoration: none;
	line-height: 30px;
}
.formalogin h2{
	text-align: center;
	text-transform: uppercase;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 50px auto;
  background: white;
  border: 1px solid #e9e9e9;
}
.form-signin .form-signin-heading {
  margin-bottom: 10px;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .tcenter{
	margin: 10px 0 0;
}
.form-signin .tcenter a{
	color: #999;
}
.control-label{
	margin: 10px 0;
}
footer{
	text-align: center;
	margin-top: 30px;
	color: #999;
}
footer p{
	border-top: 1px solid #d9d9d9;
	padding: 20px 0;
}
.dashboard footer p{
	
}
img{
  max-width: 100%;
  height: auto;
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}
.clear{
	width: 100%;
	display: block;
	clear: both;
}
.form-group:before, 
.form-group:after,
.ggroup:before,
.ggroup:after{
	display: table;
	content: " ";
	width: 100%;
}
.ggroup{
	margin: 15px 0;
}
input[type="text"].space{
	margin-bottom: 5px;
}
.modaladmin, .modalreporte{
	display: none;
	background: #f5f5f5;
	border: 1px solid #e9e9e9;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}
.closeit{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #999;
}
.usuario .navbar-brand{
	color: #333;
}
#header .nav a{
	color: #333;
}
#detalleprograma{
	margin-bottom: 25px;
}
.listadoprogramas{
	background: white;
}
.listadoprogramas td{
	vertical-align: middle !important;
}
@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

#loading {
	position: absolute;
	top: 50%;
	left: 48%;
	display: none;
}