@font-face {
	font-family:"VASCA";src:url("fonts/Vasca.eot?") format("eot"),url("fonts/Vasca.woff") format("woff"),url("fonts/Vasca.ttf") format("truetype"),url("fonts/Vasca.svg#VASCA") format("svg");
	font-weight:normal;
	font-style:normal;
}

body{
	background-color: #CEC396;
}
.navbar {
	background-color: #E8E1CE;
}
.navbar-nav li a {
	color: #CCBF99;
	font-size: 18px;
	font-family:VASCA;
}
.navbar-nav li.active a {
	color: #B1AB8C;
}
.navbar-toggle{
	margin-top:20px;
}
.navbar-toggle .icon-bar{
	background-color: #B1AB8C;
}
.header-container, #navbar{
	margin: 15px auto;
}
h1,h2,h3,h4,h5,h6{
	font-family:VASCA;
	color: white;
}
p{
	color: white;
	font-size:16px;
}
p a{
	color:white;
	text-decoration: underline;
}
.claro{
	color: #CCBF99;
}

.oscuro{
	color: #B1AB8C;
}


#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}


.historia-miniatura{
	width: 90%;

}
.pan-miniatura-container{
	text-align: center;
	background-color: white;
	padding: 1px;
	margin-bottom: 25px;
}
.pan-miniatura{
	width: 100%;
}
.pan-miniatura-container h5{
	color: #CCBF99;
}

#nuestras-claves div{
	text-align: center;
}
#nuestras-claves h4{
	margin-top: 20px;
}
.logo-eco-euskadi-eneek{
	width: 100%;
}

/*modal css*/
.pan-titulo, .pan-nombre, .pan-descripcion{
	color:#333;
}
.pan-imagen{
	width: 100%;
	margin-bottom: 15px;
}