
html {
  font-family: palestina, lato;
}

body {
  font-family: palestina, lato;
  line-height: 1.26;
  font-size: 18px;
  color: black;
  margin-bottom: 0px;
  letter-spacing: -1%;
}

h1,h2,h3,h4,h5,h6 {
  font-family: palestina, lato;
  font-weight: normal;
}

h1 {
  font-family: palestina, sans-serif;
  font-weight: lighter;
  /* font-size: 35px; */
  color: #333;
}


.row {
  margin-right: unset;
  margin-left: unset;
}

/* ancho pag */
.container {
    max-width: 100%;
	margin-left: 0px;
 	margin-right: 0px;
 	padding-left: 0px;
 	padding-right: 0px;
}


.bolder {
  font-family: palestinabold, sans-serif;
}

b, strong{
	font-family: palestinabold;
}

label {
    font-family:palestina, lato;
    font-weight:normal;
}	


a {
	color:gray;
}

a:hover {
	color:black;
}

/* header */


.navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* @media (min-width: 768px) {*/
  .navbar > .container .navbar-brand {
    margin-left: unset;
	margin-top: 10px;

  }
/* } */


.navbar .form-control {
	font-family:palestina, lato;
	font-size: 16px;
}

.navbar-brand img {
  width: 100%;
  max-height: 40px;
}


/* front page */

.frontSlide h3{
	color:black;
	text-transform:none;
	font-size: unset;
	margin-top: 0px;
 	margin-bottom: 0px;
}

.frontSlide h4{
	color:gray;
	font-size: unset;
	margin-top: 0px;
  	margin-bottom: 0px;
}

.frontSlideCaption a {
  color: unset;
}

.frontSlide:hover .frontSlideCaption{
	background-color:rgba(255, 255, 255, 0.75);
}

.frontMessage{
	position: absolute;
	width: 50%;
	max-width: 720px;
    /* min-width: 690px; */
	padding: 30px;
	background-color: rgba(255,255,255,.6);
	left: 60px;
	top: 150px;
	z-index: 2;
}

.frontMessage h4{
	font-size: 22px;
	font-weight:bold;
}

.banner-container {
  /* Para borrar el espacio blanco debajo del video*/
  margin-bottom: -10px;
}


@media (max-width: 600px) {
    .frontMessage {
        position: absolute;
        width: 90%;
        max-width: 90%;
        min-width: 70%;
        padding: 15px 10px;
        background-color: rgba(255, 255, 255, .6);
        left: 50%;
        margin-left: -45%;
        top: 80px;
        z-index: 2;
    }
	
	.frontMessage h4{
		font-size: 16px;
		font-weight:bold;
	}

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

}

@media (max-width: 412px) {
    .frontMessage {
        position: absolute;
        width: 90%;
        max-width: 90%;
        min-width: 60%;
        padding: 10px 8px;
        background-color: rgba(255, 255, 255, .6);
        left: 50%;
        margin-left: -45%;
        top: 80px;
        z-index: 2;
    }
	
	.frontMessage h4{
		font-size: 12px;
		font-weight:bold;
	}

	.frontMessage p{
		font-size: 11px;
	}

}


/* end front page */


/* nav bar */

.nav {
  margin-top: 15px;
  margin-right: 20px;
}

.nav > li > a {
	padding: 8px 10px !important;
	font-size: 17px;
	line-height: 25px;
}

.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
	font-family: unset;
	font-size:unset;
	color:#000;
}


.navbar {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 400;
}

.navbar-form {
	  padding-right:5px;
	  margin-top:17px;
}


.menuBar {
	  min-height: 70px;
}

/* deshabilitar fondo gris cuando active */
.navbar-default .navbar-nav > .active > a {
    background-color: unset;
}

/* pero se ponga gris cuando hover */
 .navbar-default .navbar-nav > .active > a:hover {
    background-color: #f5f5f5;
}

.navbar-default .navbar-nav > li > a:hover{
  background-color: #f5f5f5;
}

.dropdown-menu{
	font-size:16px;
	/*
	padding:5px 0 5px 0;
	border-radius: 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176);
    border: 1px solid #cccccc;
	*/
}



/* end nav bar */


/* carrousel overwrites */

.front .jcarousel-wrapper{
	margin-top: 0px;
}

/* Slideshow */

.slideshow-wrapper{
	margin: 17px 0 50px;
}

.front .jcarousel-pagination {
	margin: 15px 0;
}

.front .jcarousel-pagination a {
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background-color: gray;
	border: none;
	margin: 0 5px;
}

.front .jcarousel-pagination a.active {
	background-color: black;
}

.front {
	margin-bottom: -50px;
}

/* FOOTER */

#footer {
	height: unset;
	position: unset;
	color: white;
	line-height: inherit;
	border: 0;
	margin-top: 40px;
	padding: 20px 0 10px;
	font-size: .88em;
	font-family: palestina, sans-serif;
	font-weight: 300;
	background-color: #191919;

}

#footer b {
	/* font-size: 20px; */
	font-family: palestina, sans-serif;
	font-weight: 400;

}

#footer a {
  text-decoration: none;
  color: white;
}

#footer a:hover{
	color: gray !important;
	text-decoration:none;
}

#footer ul a{
	color: white;
}

#footer hr{
	margin-right: 20px;
  	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-color: rgb(180, 180, 180);
}

#footer ul{
	margin-bottom:0px;
	list-style: none;
	padding-left: 0px;
}

#footer .footer-logos-white{
	max-height: 50px;
	margin: 15px;
	margin-left:0px;
	margin-right:20px
}

#footer .footer-logos-aliados{
	max-height: 50px;
	margin: 15px;
	margin-left:0px;
	margin-right:70px
}



#footer .footer-menu{
	font-weight:bold;
	margin-bottom: 5px;
}

#footer .footer-menu a{
	color: white;
}

#footer .footer-logos-apoyanos{
	max-height: 20px;
	margin: 10px;
	margin-left:0px;
}

#logo-ida-footer{
	/* max-width: 150px; */
	max-height: 63px;
}

#footer small{
	font-size: 50%;
	margin-left: 20px;
}


/* read more button on detail page */
a.readmore-js-toggle {
    padding-top: 10px;
    color: #666 !important;
    text-align: right;
    padding-right: 15px;
    font-family: palestinalight, sans-serif;
    font-size: 11px;
}


/* Browse */

#bRefine p{
	font-size: 11px;
}

#bRefine a:hover{
	color: black !important;
	text-decoration:none;
}

#bMorePanel a:hover{
	color: black !important;
	text-decoration:none;
}

#bMorePanel{
	right: unset;
}


.browse .btn, .sets .btn {
	background-color:gray;
	font-size:10px;
	color:#fff;
	margin-left:5px;
	margin-right:5px;
	letter-spacing:1px;
	font-size:13px;
	font-family:palestina, lato;
}

.bResultItem .bResultItemText {
    font-size: 14px;
	color: black;
}

.bResultItem .bResultItemText a {
    /* font-size: 12px;*/
	color: black;
}

.bResultItem .bResultItemText a:hover{
	color: gray !important;
	text-decoration:none;
}

.bResultListItem:hover, .bResultListItem:focus, .bResultListItem:active{
/* -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); */
	height:unset;

}

.bResultListItemCol{
	height:80px;
}
.bResultListItemContent {
	height:50px;
	overflow:hidden;
}


/* Detail */

.detail a:hover{
	color:red;
	text-decoration:none;
}

.detailHeader a:hover{
	color:black;
	text-decoration:none;
}


