/**
 * @file
 * Subtheme specific CSS.
 */
body{
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
	font-weight: 400;
    color: #242424;
	font-size:16px;
	/*font-size: 90%*/
}
h1{
	font-weight: 300;
    color: #095ca6;
	letter-spacing: -2px;
}
h3{
	color: #095ca6;
	font-size: 1em;
	line-height: 1.28205em;
	margin-top: 1.28205em;
	margin-bottom: 1.28205em;
}

h4{
	color: #095ca6;
	font-size: 1em;
	line-height: 1.28205em;
	margin-top: 1.28205em;
	margin-bottom: 1.28205em;
}

#muestra-tab,#actividad-tab,#analisis-tab,#ratios-tab{
	font-size:1.17em;
	letter-spacing: -0.5px;
}
.nav-tabs {

    border-bottom: 1px solid #f4ca98;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff870c;
    background-color: #fff;
    border-color: #f4ca98 #ead3b8 #fff;
}

.card-title a:hover, .card-text a:hover{
	text-decoration:none;
	color:#ff870c;
}





.tdinformes{
	text-align: right;
	border: 0px !important;
}

.informestr{
    border-bottom: 0.5px dashed #f4ca98;
	background: rgba(255, 255, 255);
}

.tdinformestit{
	/*text-align: center;*/
	border: 0px !important;
}

.informesth {
	text-align:right;
}

.table{
	border: 2px solid #f4ca98;
	width: 100%;
}

thead .informesth, thead .informesth-title{
	background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.notaactividad{
	font-size:0.9em;
}



#chart-1 tittle{
	color: #095ca6;
	font-size: 1.17em;
	line-height: 1.28205em;
	margin-top: 1.28205em;
	margin-bottom: 1.28205em;
}

#block-bootstrap-barrio-cba-9-branding .logo{
	float:left;
	/*margin-left:100px;*/
}

#block-bootstrap-barrio-cba-9-branding .site-name a{
	float:right;
	color:#ffffff;
	font-weight: 500;
	font-size:2.5em;
	margin-top:10px;
}

#block-bootstrap-barrio-cba-9-branding{
	/*width: 65%;
	margin-left:auto;
	margin-right:auto;*/
	margin-right:50px;
}


.navbar-dark .navbar-nav .nav-link:hover{
	/*border:0.5px solid #fff;
	color: rgba(255,255,255,0.8);*/
	color:rgba(14,40,63,1);
	/*font-weight:400;*/
	/*border:0.3px solid #095ca6;*/
	font-weight:400;
	border-bottom:3px solid #ff870c;
}

.navbar-dark .navbar-nav .nav-link {
    /*color: rgba(255,255,255,1);*/
	color:rgba(14,40,63,1);
	font-weight:400;
	/*border:0.3px solid #fff;*/
	border-bottom:3px solid #fff;
}

#main-wrapper{
    border-top: 4px solid #679AC8;
	margin-bottom: 30px;
}
.textopaneles{
	padding-top: 25px;
	font-size: 16px;
	font-weight: 300;
	text-align: justify;
}

.parrafopanel {
	text-align:right;
	margin-bottom: 30px;	
	margin-top: 25px;
}


.title-bloque-principal{
	font-weight: 300;
	font-size:40px;
	margin-top: 25px;
	line-height: 1;
    text-decoration:none;
	/*color:#095ca6;*/
}

/*
.tituloprincipal  a:hover,.title-bloque-principal:hover,.parrafoinicio:hover{
	color:#ff870c;
	text-decoration:none;
}
*/

a.tituloprincipal {
	text-decoration:none;
}

a.tituloprincipal:hover {
	color:#ff870c;
}


.parrafoinicio{
	font-size:20px;
	font-weight:300;
}

#ulpanel {
	font-size:15px;
}

#ulpanel  ul{
	list-style:none;
}

#ulpanel  ul li{
	float:right;
	padding-right:25px;
}

#ulpanel  ul li a{
	color:#095ca6;
	font-size:16px;
	font-weight:400;
}

#ulpanel  ul li a:hover{
	color:#ff870c;
	text-decoration:none;
}

.navbar-dark .navbar-toggler {
    color: rgba(9,92,166,.5);
    border-color: rgba(9,92,166,.8);
}
.navbar-toggler{
	background-color:#679AC8;	
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link{
	color:#095ca6;
	border-bottom:3px solid #ff870c;
}
.navbar-dark .navbar-nav .nav-link:focus{
	color:rgba(14,40,63,1);
	font-weight:400;

}
.logos1{
	float:left;
}
.logos2{
	float:right;
}

.site-footer .block{
	border:0px;
}

p.parrafo{
	text-align:justify;
	font-size: 15px;
}
.lista1,.lista2{
	font-size:15px;
}

.diccionario{
	background: #ff8700 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    padding-left: 7px;
    width: 1em;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: #d0dbee;
}

tr td {
	border-bottom:0.5px dashed #f4ca98;
	border-top:0;
	border-left:0;
	border-right:0;
}

table {
  border: 2px solid #f4ca98;
  width: 100%;
}

tr {
	border-bottom:0.5px dashed #f4ca98;
	border-top:0;
	border-left:0;
	border-right:0;
}

tr td, tr th {
    padding: 4px 8px;
    vertical-align: middle;
	background: #fff
}
tr td a,
tr th a {
	color:#095ca6;
}

thead th, tr th,.cabeceratabla{
	background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.celda-numero {
    text-align: right;
    width: 15%;
}

.site-footer__top .region{
	width:28%;
}



#titulo_menu_tematica_i {
    color: #095ca6;
    padding-top: 10px;
    padding-left: 27px;
    border-bottom: 2px dotted #095ca6;
    font-size: 20px;
    font-weight: 100;
}

#menu_mapa_i, #ulinformes {
    float: left;
}

.diccionario {
    background: #ff8700 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    padding-left: 7px;
    width: 1em;
}

.file--application-pdf {
    background-image: url(../application-pdf.png);
}

/*
.node--type-publicacion .field--name-body,
.node--type-publicacion .field--name-field-portada{
	float:left;	
}

.node--type-publicacion .field--name-body{
	padding-left: 20px;
	padding-right: 15px;
}

.node--type-publicacion .field--name-body p{
	margin-top:0;
	text-align:justify;

}

.node--type-publicacion .field--name-field-portada{
	width:35%;
}

.node--type-publicacion .field--name-field-portada img{	
	margin-top:18px;
}

.node--type-publicacion .field--name-field-archivo{
	padding-left: 668px;
}
*/

.field--name-field-archivo{
	margin-bottom:20px;
	margin-top:15px;
}

.node__content {
    font-size: 1em;
}

.list-group-item:hover{
	color:#fff;
	background-color:#3489d9;
}

.list-group-item{
	color:#fff;
	background-color:#095ca6;
}

#menu_tematica_i .card{
	border: 1px solid #095ca6;
}

#menu_tematica_i .list-group-item{
 border: 1px solid #fff;
}

#menu_tematica_i .card-header{
	background-color: #89929a;
	border-bottom: #89929a;
	color: #fff;
}

.tablapublicaciones{
	font-size: 1.3rem;
	margin-bottom: 10px;	
	margin-top: 15px;	
	font-weight: 400;
    color: #095ca6;
	letter-spacing: -1px;
}

.table td{
	border-top:0px;
}

.navbar-nav{
	margin-left:30px;
}

.page-node-109 #main-wrapper, .path-publicaciones #main-wrapper,.page-node-112 #main-wrapper{
	min-height:400px;
}

#menu_tematica_i{
	margin-top:35px;
}