@charset "UTF-8";

main {
	background-image:url("../imagenes/fondospaginas/tiendaluarcajulioquesada.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	
}

h1{
	padding: 0px;
	text-align: center;
}
h1 > span{
	display: inline-block;color: white;	
	background-color: rgba(0,0,0,.60);
	border-radius: 5px;
	padding: .25em .5em .25em .5em;
}

#contenedortienda {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

#contenedortienda  h2 {
	text-decoration: none;
	color: white;	
	background-color: rgba(0,0,0,.60);
	border-radius: 5px;
	font-size: 3em;
	padding: .5em;	
}
@media (max-width: 750px){
		#contenedorcontacto  a {font-size: 2em;
}
}
@media (max-width: 550px){
		#contenedorcontacto  a {font-size: 1.5em;
}
}
@media (max-width: 350px){
		#contenedorcontacto  a {font-size: 1.25em;
}
}