.cabecera {
	padding: 10px 0;
	background: #fff; /* For browsers that do not support gradients */
 	background: -webkit-linear-gradient(left, #fff 20%, #016f93, #1D0F44); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(right, #fff 20%,#016f93, #1D0F44); /* For Opera 11.1 to 12.0 */
 	background: -moz-linear-gradient(right, #fff 20%, #016f93, #1D0F44); /* For Firefox 3.6 to 15 */
 	background: linear-gradient(to right, #fff 20%,#016f93, #1D0F44); /* Standard syntax */
}

.btn-primary {
	background: #1D0F44;
}

.btn-primary:hover {
	background: #016f93;
}

.btn-info {
	background: #016f93;
}

.btn-info:hover {
	background: #1D0F44;
}

.login {
	border-color: #1D0F44;
}

.panel {
	border-color: #1D0F44;
}

.panel-body h3, .titulo {
	color: #1D0F44;
}

.panel-body h4 {
	color: #004FA3;
}

.panel-default > .panel-heading {
    background-color: #1D0F44;
    border-color: #1D0F44;
    color: #fff;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(173, 16, 21, 0.2);
}

.table > thead > tr > th {
    border-bottom-color: #016f93;
}

.table > thead > .table-title {
	background-color: #1D0F44;
	color: #fff;
}

.table > thead > .table-title > th > h4 {
	color: #fff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top-color: #016f93;
}

.divTable {
	border-top-color: #016f93;
	padding: 15px 5px;
}

.jumbotron h2 a {
	color: #016f93;
}

.jumbotron h2 a:hover {
	color: #1D0F44;
}

.titulo-separador {
	border-bottom-color: #016f93;
}

.leyenda .btn-success:hover {
	background: #5cb85c;
}

.leyenda .btn-primary:hover {
	background: #1D0F44;
}
