
#botonera button{
	margin:0px 1px;
}
#botonera a{
	margin:0px 5px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header{
	height: 175px;
	line-height: 10px;
	text-align: center;
	


}
 
.modal1{
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	left: 0;

	display: flex;
	animation: modal 2s 2s forwards;

	visibility: hidden;
	opacity: 0;
	z-index: 7;
}

.contenido{
	margin: auto;
	width: 18%;
	height: 20%;
	background: rgba(255,255,255,1);
	border-radius: 10px;

}

.contenido h2{
	text-align: center;
	padding:15px;
}

#cerrar{
	display: none;
}

#cerrar + label{

	position: fixed;
	color: #000;
	font-size: 25px;
	z-index: 50;
	background: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	right: 10px;
	cursor: pointer;
	text-align: center;
	top: 10px;

	animation: modal 2s 2s forwards;
	visibility: hidden;
	opacity: 0;
}



#cerrar:checked + label, #cerrar:checked ~ .modal1{
	display: none;
}

.red{
	background: red !important;
}

@keyframes modal{

	100% {
		visibility: visible;
		opacity: 1;
	}
}

.pull-left{
float: left !important;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu{
	top:35px;
}

.spacio{
	padding:10px 0px;
}

