#sidebar {
	background:#e8e8e8;
	border-right:#1d1c1c 1px solid;
}
.navbar-inner {
    /*aqui para cambia el color del div de arriba de la pagina*/
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background: #050c42 ; /* Old browsers */
	background: -moz-linear-gradient(top, #003399 0%, #003399 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #050c42), color-stop(100%, #003399)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #050c42 0%, #003399 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #050c42 0%, #003399 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #050c42 0%, #003399 100%); /* IE10+ */
	background: linear-gradient(to bottom, #050c42 0%, #003399 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050c42', endColorstr='#003399', GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;/*border-bottom:#0c0c0c 1px solid;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
*/
}
.side-nav1 li a {
    /*aqui para cambiar el color del menu verticar*/
	background: #050c42; /* Old browsers */
	background: -moz-linear-gradient(top, #050c42 0%, #003399 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #050c42), color-stop(100%, #003399)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #050c42 0%, #003399 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #050c42 0%, #003399 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #050c42 0%, #003399 100%); /* IE10+ */
	background: linear-gradient(to bottom, #050c42 0%, #003399 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050c42', endColorstr='#003399', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	color:#eee;/*text-shadow:
	 0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);*/
}
.side-nav li a {
	border-bottom:#1d1c1c 1px solid;
}
.side-nav li a:hover {
	background: #f8f8f8;
	color:#333;
}

.side-nav li ul li a {
	background:#e8e8e8
}
.side-nav li ul li a .sidenav-icon .sidenav-link-color {
	background:#ababab;
}
.side-nav li ul li a:hover .sidenav-icon .sidenav-link-color {
	background:#454947;
}
.accordion-header a {
    /*aqui para cambiar el color del menu verticar .accordion-group*/
	background: #050c42; /* Old browsers */
	background: -moz-linear-gradient(top, #050c42 0%, #003399 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #050c42), color-stop(100%, #003399)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #050c42 0%, #003399 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #050c42 0%, #003399 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #050c42 0%, #003399 100%); /* IE10+ */
	background: linear-gradient(to bottom, #050c42 0%, #003399 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050c42', endColorstr='#003399', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	color:#eee;/*text-shadow:
	 0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);*/

	color:#fff;
}
.accordion-header a:hover {
    /*aqui para cambiar el color del menu verticar .accordion-group*/
background: #f8f8f8;
	color:#1e30bd;
}




/*AQUI PARA CAMBIAR COLOR MENU ARRIBA E IZQUIERDO*/
.navbar-inner-Verde {
    /*aqui para cambia el color del div de arriba de la pagina*/
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background: #2e7126 ; /* Old browsers */
	background: -moz-linear-gradient(top, #2e7126 0%, #6aef5a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e7126), color-stop(100%, #6aef5a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2e7126 0%, #6aef5a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2e7126 0%, #6aef5a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2e7126 0%, #6aef5a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2e7126 0%, #6aef5a 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e7126', endColorstr='#6aef5a', GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;/*border-bottom:#0c0c0c 1px solid;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
*/
}
#sidebar-Verde {
	background:#e8e8e8;
	border-right:#1d1c1c 1px solid;
}
.side-nav-Verde li a {
    /*aqui para cambiar el color del menu verticar*/
	background: #286121; /* Old browsers */
	background: -moz-linear-gradient(top, #286121 0%, #58c94a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #286121), color-stop(100%, #58c94a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #286121 0%, #58c94a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #286121 0%, #58c94a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #286121 0%, #58c94a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #286121 0%, #58c94a 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286121', endColorstr='#58c94a', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	color:#eee;/*text-shadow:
	 0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);*/
}
.side-nav-Verde li a {
	border-bottom:#1d1c1c 1px solid;
}
.side-nav-Verde li a:hover {
	background: #f8f8f8;
	color:#333;
}
.side-nav-Verde li ul li a {
	background:#e8e8e8
}
.side-nav-Verde li ul li a .sidenav-icon .sidenav-link-color {
	background:#ababab;
}
.side-nav-Verde li ul li a:hover .sidenav-icon .sidenav-link-color {
	background:#286121;
}
.accordion-header-Verde a {
    /*aqui para cambiar el color del menu verticar .accordion-group*/
	background: #286121; /* Old browsers */
	background: -moz-linear-gradient(top, #286121 0%, #58c94a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #286121), color-stop(100%, #58c94a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #286121 0%, #58c94a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #286121 0%, #58c94a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #286121 0%, #58c94a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #286121 0%, #58c94a 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286121', endColorstr='#58c94a', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	color:#eee;/*text-shadow:
	 0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);*/

	color:#fff;
}
.accordion-header-Verde a:hover {
    /*aqui para cambiar el color del menu verticar .accordion-group*/
background: #f8f8f8;
	color:#286121;
}
/*******************termina********************/

/*AQUI PARA CAMBIAR CO;LOR MENU ARRIBA E IZQUIERDO*/
.navbar-inner-Azul {
    /*aqui para cambia el color del div de arriba de la pagina*/    
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background: #050c42 ; /* Old browsers */
	background: -moz-linear-gradient(top, #003399 0%, #003399 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #050c42), color-stop(100%, #003399)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #050c42 0%, #003399 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #050c42 0%, #003399 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #050c42 0%, #003399 100%); /* IE10+ */
	background: linear-gradient(to bottom, #050c42 0%, #003399 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050c42', endColorstr='#003399', GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;/*border-bottom:#0c0c0c 1px solid;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
*/
}
#sidebar-Azul {
	background:#e8e8e8;
	border-right:#1d1c1c 1px solid;
}
.side-nav-Azul li a {
    /*aqui para cambiar el color del menu verticar*/
	background: #050c42; /* Old browsers */
	background: -moz-linear-gradient(top, #050c42 0%, #003399 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #050c42), color-stop(100%, #003399)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #050c42 0%, #003399 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #050c42 0%, #003399 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #050c42 0%, #003399 100%); /* IE10+ */
	background: linear-gradient(to bottom, #050c42 0%, #003399 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050c42', endColorstr='#003399', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	color:#eee;/*text-shadow:
	 0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);*/
}
.side-nav-Azul li a {
	border-bottom:#1d1c1c 1px solid;
}
.side-nav-Azul li a:hover {
	background: #f8f8f8;
	color:#333;
}
.side-nav-Azul li ul li a {
	background:#e8e8e8
}
.side-nav-Azul li ul li a .sidenav-icon .sidenav-link-color {
	background:#ababab;
}
.side-nav-Azul li ul li a:hover .sidenav-icon .sidenav-link-color {
	background:#454947;
}
.accordion-header-Azul a {
    /*aqui para cambiar el color del menu verticar .accordion-group*/
	background: #050c42; /* Old browsers */
	background: -moz-linear-gradient(top, #050c42 0%, #003399 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #050c42), color-stop(100%, #003399)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #050c42 0%, #003399 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #050c42 0%, #003399 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #050c42 0%, #003399 100%); /* IE10+ */
	background: linear-gradient(to bottom, #050c42 0%, #003399 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050c42', endColorstr='#003399', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	color:#eee;/*text-shadow:
	 0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);*/

	color:#fff;
}
.accordion-header-Azul a:hover {
    /*aqui para cambiar el color del menu verticar .accordion-group*/
background: #f8f8f8;
	color:#1e30bd;
}
/*******************termina********************/


.cal caption {
	color: #e2e2e2;
	font-weight: bold;
	background: #333;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #262626 100%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #262626 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#262626', GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #333;
	border-bottom: 1px solid #313131;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}
.cal caption {
	text-shadow: 0 -1px black;
}
.cal caption a {
	color: #e2e2e2;
}
