@charset "utf-8";
/*/////NUEVO/////*/
#cabecera{
	padding:100px;
	background-image: url(../imagenes/fondo-inicio-garaikunde.jpg);
	background-position: center center;
    	background-repeat: no-repeat;
    	background-size: cover;
}
#pie .img-thumbnail{
	max-width:300px!important;
}
h2{
	text-align:center;
}
p{
 	font-family: "Roboto", sans-serif!important;
}
 .col-sm-3  a{
	color:#000000;
	font-weight:light;
}
.caja_textos_inicio h3{
	border: 1px solid #f1a588;
    	border-radius: 20px;
	padding: 20px;
	font-size:18px;
}
.medio{
	width: 50%;
	float: left;
}
.tercio{
	width: 33.3%;
	float: left;
}
.cuatro{
	width:25%;
	float: left;
}
img.especias{
	width:100%;
	vertical-align:initial;
	}
.medio.texto{
	padding-top:10px;
}
.clear{
	clear:both;
}
.caja_textos_inicio h2{
	font-family: "Roboto", sans-serif!important;
	text-align:left;
	font-weight: bold;
}
@media (min-width: 768px) {
    .col-sm-3 {
        width: 20%!important;
	}
  }
@media (max-width: 425px) {
	.medio{
	width:100%;
	flota:none;
	}
.tercio{
	width:100%;
	flota:none;
	}
.cuatro{
	width:100%;
	flota:none;
	}
}
/*/////VIEJO/////*/
#pie {
	padding-bottom: 15px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
}
.texto_pie {
	font-size: large;
	text-align: center;
	color: #000000;
	font-family: "Adobe Garamond Pro", "Century Gothic";
	font-weight: bold;
}
.leyenda_fotos {
	font-size: large;
	text-align: center;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-shadow: 0px 0px 5px #FFFFFF;
}
#fondo_contenido {
	background-color: #ffffff;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../imagenes/fondo-transparente-garaikunde.png);
	background-attachment: fixed;
	background-size: cover;
}
.navbar-default {
	background-color: #ffffff;
}
.navbar {
	border: 0 none;
	margin-bottom: 0px;
}
.texto_index {
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
}
.texto_pequeño {
	font-size: small;
	text-align: center;
	color: #FFFFFF;
}
.texto_gastos_envio{
	font-size: small;
	text-align: center;
}
.active {
	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #C11D28;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	font-weight: bold;
}h1 {
	 font-family: "Aladin", system-ui;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.caja_comprar {
	width: 100px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
.caja_comprar_gazta_zaharra {
	width: 140px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
.caja_comprar_centrar_gazta_zaharra {
	width: 290px;
	float: left;
	text-align: center;
}
.esquina_redonda {
	border-radius: 3px;
	border: 1px solid #B8B8B8;
	overflow: hidden;
	margin-top: 10px;
}


@media screen and (min-width:768px){
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-right:40px;
}
}