@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

body {
	background-color: #FFF;
	margin-top: 2em;
	background-image: url(imatges/fons.jpg);
	background-repeat: repeat;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
}

.divcenter {
	text-align:center;
	margin: 100 auto;
	overflow: hidden;
}

.hidden {
	display: none;
}

.centrat {
	text-align:center;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	padding-bottom: 2em;
	margin-bottom: 2em;
	background-color: #FFD181;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
	-webkit-box-shadow: -13px 13px 19px -4px rgba(128,124,128,1);
	-moz-box-shadow: -13px 13px 19px -4px rgba(128,124,128,1);
	box-shadow: -13px 13px 19px -4px rgba(128,124,128,1);
	max-width: 1024px;
}

a {
	text-decoration: none;
	color:#C60;
	font-weight: bold;
}

/* Imatges responsive*/
#blanch {
	height: 385px;
	width: 600px;
	background-image:url(imatges/FormatgeBlanchWeb.jpg);
}

.recuadre {
	background-color:#FFe1a1;
	padding: 10px;
	text-align:center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	margin:5px;
}
.recfloat {
	float:left;
}
#content {
	overflow:hidden;
	margin-left: 5%;
	margin-right: 5%;
}
#contentramat {
	overflow: hidden;
}
.mapa {
	width: 100%;
	height: 240px;
}
.comprar {
	font-style: italic;
	color:#4B3201;
}

@media only screen and (min-width: 465px) {
.mapa {
	width: 640px;
	height: 480px;
	}
#pMenu {
	display: none;
}
/* Instagram */
#column-left {
    float: left;
    position: fixed;
    min-height: 35px;
	top: 250px;
	padding-top: 5px;
	margin-left: -140px;
    overflow: hidden;
    text-align: center;
    width: 60px;
	background-color: #FFD181;
	border-radius: 10px 10px 10px 10px;
}
}

/* Codigo para la política de cookies  */
  
/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	height:43px;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        font-size: 1em;
	clear:both;
        font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
 
/* Fin del CSS para cookies */
 

