/* General styles for all menus */
.cbp-spmenu {
	background: #555;
	position: fixed;
	-moz-box-shadow: inset 0 8px 20px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 8px 20px rgba(0,0,0,.5);
    box-shadow: inset 0 8px 20px rgba(0,0,0,.5);
    margin-top: 55px;
    padding-top: 5px;
    overflow: scroll;

}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #333;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	border-bottom: 1px solid #444;
}

.cbp-spmenu .boton a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	border-bottom: 0px solid #444;
	padding: 15px 0px 0 5px;
	float: right;

}

.cbp-spmenu .boton a:hover {
	background: none;
}

.cbp-spmenu .badge {
	margin-top:10px;
}

.cbp-spmenu i {
	font-size: 20px;
	margin: 0 15px 0 10px;
}

.cbp-spmenu a:hover {
	background: #444;
}

.cbp-spmenu a:active {
	background: #333;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 300px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	padding: 1em;
}

.cbp-spmenu-vertical-left {
	width: 440px;
	height: 100%;
	top: 0;
	z-index: 1000;

}

.cbp-spmenu-vertical-left a {
	padding: 1em;
	border-bottom: 1px solid #444;

}

.cbp-spmenu-vertical-left table {
	color: #fff;
	margin-bottom: 0;
}

.cbp-spmenu-vertical-left .table-hover tbody tr:hover > td,
.cbp-spmenu-vertical-left .table-hover tbody tr:hover > th {
  background-color: #333;
} 
.cbp-spmenu-vertical-left table td {
	border-color: #444;
}
.cbp-spmenu-vertical-left table td.sin {
	padding: 2px;
}
.cbp-spmenu-vertical-left table td.lateral {
	padding-left: 15px;
}
.cbp-spmenu-vertical-left .input-xlarge {
	width: 320px;
	background: #555;
	color: #fff;
	border: #888;
	padding: 8px;
	margin: 5px 0px 5px 15px;

}

.cbp-spmenu-vertical-left .dropdown-menu a {
	border-color: #fff;
}
.cbp-spmenu-vertical-left .dropdown-menu dt {
	color: #000;
}


.cbp-spmenu-horizontal {
	width: 100%;
	height: 750px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -440px;
}

.cbp-spmenu-right {
	right: -440px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 440px;
}

.cbp-spmenu-push-toleft {
	left: -310px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu {
    margin-top: 0px;
    padding-top: 5px;
        overflow: scroll;

	}

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

	.cbp-spmenu-vertical-left {
	width: 310px;
	height: 100%;
	top: 0;
	z-index: 1000;

	}
	.cbp-spmenu-push-toright {
		left: 310px;
	}
	.cbp-spmenu-vertical-left .input-xlarge {
	width: 230px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu {
    margin-top: 0px;
    padding-top: 5px;
        overflow: scroll;

	}

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 300px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -440px;
	}

	.cbp-spmenu-right {
		right: -300px;
	}

	.cbp-spmenu-vertical-left {
	width: 300px;
	height: 100%;
	top: 0;
	z-index: 1000;

	}
	.cbp-spmenu-push-toright {
		left: 300px;
	}

}
	
}


/* TAREAS */

.tareas_box_calendario_color {
	width: 5px;
}
.opciones_slider {
	padding: 0 30px 10px 30px;
	background: #444;
	color:#fff;
}
.sombreado {
	background: #444;
}
.opciones_slider a {
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.opciones_slider a:hover {
	background: #333;
}