html,body{
	padding: 0;
	margin: 0;
	height:100%;
}
@font-face{font-family:"OCRAStd";src:url("OCRARegular.ttf")}
.header{
	height: 100px;
	line-height:100px;
}
#header-left{
	height: 100px;
	line-height: 100px;
}
#header-right{
	text-align: right;
}
#header-right > a{
	color: #6e6d6b;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 20px;
}
#header-right > a:last-child{
	padding-right: 0px;
}
.info-box{display:block;min-height:90px;background:#fff;width:100%;box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:2px;margin-bottom:15px}
.info-box-icon{border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px;display:block;float:left;height:90px;width:90px;text-align:center;font-size:45px;line-height:90px;}.info-box-content{padding:5px 10px;margin-left:90px}.info-box-number{display:block;font-weight:bold;font-size:18px}.progress-description,.info-box-text{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.info-box-text{text-transform:uppercase}.info-box-more{display:block}
.bg-aqua{
	background-color: #00c0ef !important;
	color:white;
}
.bg-red{
	background-color: #d2322d;
	color:white;
}
/*.blue{
	color:#2c3e50;
}
.title{
	font-family: 'OCRAStd';
	font-size: 40px;
	color:#6e6d6b;
	line-height: 100px;
	margin:0;
}
.gb{
	font-family: 'OCRAStd';
}

.text-center{
	text-align: center;
}

#contenido{
	padding-top:30px;
}

.facebook:hover{
	color:#3b5998;
	cursor:pointer;
}

.hecho-false{
	color:#2c3e50;
}
.hecho-true{
	color:#a0a0a0;
	text-decoration: line-through;
}

.menu_administrar{
	width:200px;
	background-color:#3E4E68;
	z-index: 1000;
	left:0;
	top:0;
	position: absolute;
	height: auto;
}
#toggle {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	border-radius: 0;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	display: block;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 40px;
	font-size: 13px;
	z-index: 1;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

.menu-item{
	line-height: 40px;
	padding-left: 15px;
	cursor:pointer;
}
.menu-item:hover{
	background-color: #2c3e50;
}

.twitter{
	cursor:pointer;
	padding-left: 5px;
}
.twitter:hover{
	color:#00aced;
}

.btn-white{
	padding:15px;border:2px solid white;color:white;border-radius:4px;transition: background .2s ease-in-out;
}
.btn-white:hover{
	background-color: rgba(255,255,255,0.1);
	color:white;
}

.btn-white > span.right{
	transition: left .2s ease-in-out,right .2s ease-in-out;
	right: -.25em;
}

.btn-white > span.right:hover{
	right:-.4em;
}

.soporte{
	width:20%;height:20px;background-color:#2c3e50;margin-left:40%;margin-top:5px;border-top-left-radius:4px;border-top-right-radius:4px;
}

.pata{
	width:40%;height:20px;background-color:#2c3e50;margin-left:30%;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:40px;border-top-right-radius:40px;
}

a.link{
	color:#2c3e50 !important;
}

.btn-grey{
	padding:5px;border:1px solid #2c3e50;color:#2c3e50;border-radius:4px;transition: background .2s ease-in-out;
}
.btn-grey:hover{
	background-color: rgba(66,66,66,0.1);
}

.btn-grey > span.right{
	transition: left .2s ease-in-out,right .2s ease-in-out;
	right: -.25em;
}

.btn-grey > span.right:hover{
	right:-.4em;
}*/