h3{
	display: inline-block;
	margin-left: 20px;
}

.loader{
	margin-top: 20px;
	margin-left: 5px;
}

table{
	margin: 40px auto 10px;
	font-size: 12px;
}

table, td, colgroup {
	border: 1px solid #CCC;
}

thead td{
	font-weight: bold;
	width: 25px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

td.nombre {
	width: 500px;
	padding-left: 5px;
	text-align: left;
}

td {
	padding: 4px 2px;
	min-width: 20px;
}

td.meses {
	font-size: 10px;
	width: 50px;
}

/* Recortar la primera y última celda, solo funciona bien cuando hay tres celdas coloreadas seguidas */
.programas .color {							/* Primera celda: Recortada a la izquierda */
	background-color:#1F56B8 !important;
	border-bottom: 0px;
	border-right: 0px;
	box-shadow: 0px 4px 0px 0px #fff inset, 0px -4px 0 0px #fff inset;
}
.programas .color ~ .color {					/* Segunda celda: Sin recortar (no se puede recortar solo por arriba y abajo) */
	box-shadow: 0px 4px 0px 0px #fff inset, 0px -4px 0 0px #fff inset;
}
/*.programas .color + .color + .color */
.colorUltimo  {			/* Tercera celda: Recortada un poco a la derecha */
	box-shadow: -50px 0 0 4px #fff inset !important;
}

/* Para imprimir */
@media print {
	html, body, .programas {
		min-width: 1280px;
	}
	
	.programas .color {
		/*background-color:#1F56B8;*/
		box-shadow: 3em 0 0 4px #fff inset;
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
	}
	.programas .color ~ .color {
		box-shadow: 0px 4px 0px 0px #fff inset, 0px -4px 0 0px #fff inset;
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
	}
	.colorUltimo  {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
	}
}

.programas .color:hover {
	background-color:#404040 !important;
}

colgroup.hover, .programas tbody tr:hover, .asignaturas tbody tr:hover{
	background-color: #F0F0F0;
}
colgroup.hover.nombre, .year{
	background-color: #FFF;
}

.programas{
	text-align: left;
}
.navbar-btn, .navbar-btn:hover, .navbar-btn:focus {
	color: #337AB7;
	margiin-right: 20px;
}

.navbar-btn.return{
	margin-left: 20px;
}

.jumbotron, .jumbotron a{
	margin-top: 10px;
}
/*.jumbotron .bootstrap-select{
	margin-bottom: 10px;
}*/

#descargas a .glyphicon-new-window{
	visibility: hidden;
	margin-left: 5px;
}

#descargas a:hover .glyphicon-new-window{
	visibility: visible;
}

/* Ajustes Luis */

.container .jumbotron, .container-fluid .jumbotron {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 448px) {
	.container .jumbotron, .container-fluid .jumbotron {
		padding-left: 0;
		padding-right: 0;
	}
	.jumbotron .row {
		padding-left: 0;
		padding-right: 0;
	}
}

.jumbotron {
	background-color: #ffffff;
}

.jumbotron .row {
	margin-left: 0;
	margin.right: 0;
	background-color: #1F56B8;
	padding: 45px 10px;
	margin: 45px 0;
}

.jumbotron .bootstrap-select {
	float: left !important;
	margin: 10px 0;
}

.jumbotron .bootstrap-select .dropdown-toggle {
	line-height: 34px;
	border: none;
	border-radius: 0;
}

.jumbotron h1 {
	font-size: 30px;
	text-transform: uppercase;
}

.jumbotron p {
	font-size: 14px;
}

.jumbotron .btn-primary {
	background-color: #404040;
	border-radius: 0;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "AvantGarde";
	padding: 10px 40px;
}

.jumbotron .btn-primary:focus {
	background-color: #777777;
}

@font-face {
    font-family: "AvantGarde";
    src: url('../fonts/ITCAvantGardeStd-Bold.otf') format("opentype");
}

@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway-Regular.ttf') format("truetype");
}

h1, h2, h3, h4, h5, h6 {
	font-family: "AvantGarde";
}

h1 {
	text-transform: uppercase;
	font-size: 30px;
}

body {
	font-family: "Raleway";
}

.navbar-default {
	background-color: #F18B1E;
	border: none;
}

.navbar button, .navbar a {
   background-color: #1F56B8;
   border: medium none;
   border-radius: 0;
   color: #fff;
   margin-left: 10px;
   padding: 10px 20px;
}

.navbar button:hover, .navbar button:focus, .navbar a:hover, .navbar a:focus {
  /*background-color: lightyellow;*/
  color: #777;
}

.form-control:focus {
	border-color: #1F56B8;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #1F56B8;
}

div.dropdown-menu > ul > li > a {
	line-height: 32px;
	white-space: normal;
}

div.dropdown-menu > ul > li > a:hover, div.dropdown-menu > ul > li.active > a, div.dropdown-menu > ul > li.active > a:hover {
	background-color: #404040;
	color: #fff;
}

.par .color {
  background-color: #F18B1E !important;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:active, .btn-danger.disabled:focus {
	background-color: #bbb;
}

.logo {
	margin: auto;
	width: 1250px;
}

.advertencia {
	font-size: 11px;
	font-style: italic;
	margin: auto;
	margin-top: 1%;
	max-width: 1000px;
	padding: 0 10px;
}