/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
.jumbotron {
    padding: 5px; 
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #f1f6dc;
	border:2px #b6b055 solid;
}
a {
    color: #536903;
    text-decoration: none;
}
a:hover {
    color: #536903;
}
.badge {
    background-color: #b6b055;
}
.breadcrumb{
	background:transparent;
	border-bottom: 1px dashed black;
	padding: 0px 4px;
    margin-bottom: 15px;
}
ol.breadcrumb li {
    color: black;
    font-style: italic;
	font-size: 11px;
}
ol.breadcrumb li a {
    color: black;
    font-weight: bold;
    font-style: normal;
	font-size: 11px;
	
}
.navbar-inverse {
	background: #fcd647;
	border-color: #b6b055;
  /*  background-image: -webkit-gradient(linear,left 0,left 100%,from(#f1f6dc),to(#b6b055));
    background-image: -webkit-linear-gradient(top,#f1f6dc,0%,#b6b055,100%);
    background-image: -moz-linear-gradient(top,#f1f6dc 0,#b6b055 100%);
    background-image: linear-gradient(to bottom,#f1f6dc 0,#b6b055 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f6dc',endColorstr='#ffb6b055',GradientType=0);*/
}
.navbar-brand {
    padding: 12px 15px;
}
.btn-primary {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#7eba02),to(#317424));
    background-image: -webkit-linear-gradient(top,#7eba02,0%,#317424,100%);
    background-image: -moz-linear-gradient(top,#7eba02 0,#317424 100%);
    background-image: linear-gradient(to bottom,#7eba02 0,#317424 100%);
    background-repeat: repeat-x;
	border-color: #38731f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7eba02',endColorstr='#ff317424',GradientType=0);
}
.panel-primary>.panel-heading {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#7eba02),to(#317424));
    background-image: -webkit-linear-gradient(top,#7eba02,0%,#317424,100%);
    background-image: -moz-linear-gradient(top,#7eba02 0,#317424 100%);
    background-image: linear-gradient(to bottom,#7eba02 0,#317424 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7eba02',endColorstr='#ff317424',GradientType=0);
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #7eba02;
    border-color: #38731f;
}
.panel-primary {
    border-color: #38731f;
}
.banner img {
     margin: 0px; 
}

.navbar-inverse .navbar-nav>.active>a {
    background-color: #71ae08;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #71ae08;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #71ae08;
}
.navbar-inverse .navbar-nav>.open>a .caret, .navbar-inverse .navbar-nav>.open>a:hover .caret, .navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.dropdown-menu>li>a:hover {
	background:#71ae08;
}
.text-muted {
    color: #000;
}

.panel-info>.panel-heading {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#d3f19d),to(#9dce4f));
    background-image: -webkit-linear-gradient(top,#d3f19d,0%,#9dce4f,100%);
    background-image: -moz-linear-gradient(top,#d3f19d 0,#9dce4f 100%);
    background-image: linear-gradient(to bottom,#d3f19d 0,#9dce4f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3f19d',endColorstr='#ff9dce4f',GradientType=0);
}
.panel-info>.panel-heading {
    color: #000000;
    background-color: #a8d55f;
    border-color: #bce27b;
}
.panel-info {
    border-color: #bce27b;
}

.alert-info {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#d3f19d),to(#9dce4f));
    background-image: -webkit-linear-gradient(top,#d3f19d,0%,#9dce4f,100%);
    background-image: -moz-linear-gradient(top,#d3f19d 0,#9dce4f 100%);
    background-image: linear-gradient(to bottom,#d3f19d 0,#9dce4f 100%);
    background-repeat: repeat-x;
    border-color: #bce27b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3f19d',endColorstr='#ff9dce4f',GradientType=0);
}
.alert-info {
    color: #000000;
    background-color: #d3f19d;
    border-color: #bce27b;
}
/* styles added by authority control */
div.autocomplete {
    background-color:white;
    border:1px solid #888888;
    margin:0;
    padding:0;
	height: 250px;
    overflow-y: scroll;
}

div.autocomplete ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

div.autocomplete ul li {
    cursor:pointer;
}

div.autocomplete ul li.selected {
    text-decoration: underline;
}
div.autocomplete ul li:hover {
    text-decoration: underline;
}

div.autocomplete ul li span.value {
    display:none;
}

.well {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#ffffff),to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#ffffff,0%,#f5f5f5,100%);
    background-image: -moz-linear-gradient(top,#ffffff 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#ffffff 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff5f5f5',GradientType=0);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.05), 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05), 0 1px 0 rgba(255,255,255,0.1);
}

div.list-group .list-group-item:nth-of-type(odd){
    background: #f1f6dc;
}
div.list-group .list-group-item:nth-of-type(even){
    background: #fefff7;
}


table.graphs div {
  margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

table.graphs div {
  margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

table.graphs {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: dashed 1px #CCC;
}

td.chart table tr td {
  padding: 0px;
}

table.graphs td {
  padding: 10px;
}

table.graphs td.label {
  font-weight: bold;
  text-align: center;
}

table.graphs td.value {
  overflow: hidden;
}

table.graphs ul li a {
  font-size: 12px;
}

div.reportinglist {
  display: inline;
}

div.reporting {
  display: inline;
}

div.reporting a.image {
  margin-left: 10px;
}

body.undernavigation {
    padding-top: 80px;
}

.franja-gobierno{
	height: 80px;
    background-image: url('/citarea/image/citarea/gobierno.png');
    background-repeat: no-repeat;
    background-position: right;
    max-width: 662px;
}

.logo-gobierno{
    max-height: 40px;
    width: auto;
    padding-right: 80px;
    padding-left: 40px;
}
.bloque-aragon{
	text-align: right;
    width: 300px;
}
.header-top {
    display: table;
    width: 100%;
    height: 80px;
	top: 0;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
}
.section{
	display: table-cell;
    vertical-align: middle;
	width: 100%;
}
.footer-img{
	height:50px;
}
.logo-footer {
    max-height: 50px;
    width: auto;
    margin:5px;
}
.clearfix{

}