@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Jua|Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


html, body {
	width: 100vw;
	margin:0px;
	padding:0px;
}
body
{
	background:#f9f9fa;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#171695;
}



a:link {
	color: #171695;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #171695;
}
a:hover {
	text-decoration: underline;
	color: #48CDD4;
}
a:active {
	text-decoration: none;
	color: #171695;
}
#content {
    padding-bottom:100px;
}
#footer {
    width:100%;
    height:80px;
    position:fixed;
    bottom:0;
    left:0;
	background:#171695;
	text-align:center;
	color:#FFFFFF;
}

@media all and (max-width:480px){

	#footer {
		width:100%;
		height:90px;
		position:fixed;
		bottom:0;
		left:0;
		background:#171695;
		text-align:center;
		color:#FFFFFF;
	}

}


@media (max-width:767px){
	.item_catalogo{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.item_tiendas{
		border-bottom: 1px solid #ccc;
	}
}

@media (min-width:768px){
	.item_catalogo{
		border-right: 1px solid #ccc;
	}
	.item_tiendas,
	.item_catalogo{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
}

.alerta-cookies {
	background-color: #FFF;
	position: absolute;
	color:#000;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:10px 10px 10px 10px;
	left:50%;
	top:20%;
	width:800px;
	margin-left:-400px; 
	font-size:14px;
	font-family: 'Quicksand', Verdana, Geneva, sans-serif;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
}
