body {
	font-family: "Times New Roman", Cambria, "Hoefler Text", "Liberation Serif", Times, "serif";
	margin: 0px;
	padding: 0px;
}
img {
	height: auto;
	max-width: 100%;
}
.contenedor {
	margin: auto;
	max-width: 1111px;
	width: 100%;
}
.clear {
	clear: both;	
}
.clearer {
	height: 1px;
	font-size: 1px;	
}
#portada {
	padding: 0px;
	position: relative;
}
#portada-presentacion img {
	display: block;
}
#portada-logo {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 4;
}
#portada-order {
	bottom: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 460px;
}
#portada-order h2, #portada-order p {
	color: #00519E;
	margin: 0px;
	padding: 0px;
}
#portada-order h2 {
	font-size: 55px;
	font-weight: bold;
}
#portada-order p {
	font-size: 18px;
	letter-spacing: 5px;
}
#portada-order a {
	background-color: #0b529a;
	color: #FFF;
	display: inline-block;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	margin: 18px 0;
	text-align: center;
	text-decoration: none;
	width: 190px;
}
#introduccion {
	background-color: #0b529a;
	padding: 50px 0;
}
#introduccion-textos .introduccion-texto {
	color: #FFF;
	float: left;
	font-size: 16px;
	text-align: center;
	width: 25%;
}
#introduccion-textos .introduccion-texto p {
	margin: 0px;
	padding: 0 10px;
}
#introduccion-textos .introduccion-texto p strong {
	display: block;
	margin-top: 5px;
}
#introduccion-textos .clearfix {
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
}
#introduccion-foto {
	margin-top: 15px;
	text-align: center;
}

#inglesitos-shop {
	background-color: #06294e;
	padding: 50px 0;
	
	background-image: url(../img/layout/bg-donostia.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
}
#inglesitos-shop h2 {
	text-align: center;
	font-size: 55px;
	color: #fff;
	margin: 0 0 20px 0;
}
#inglesitos-shop h3 {
	text-align: center;
	font-size: 48px;
	font-style: italic;
	color: #fff;
	margin: 0;	
}

#inglesitos-shop-products {
	margin-top: 50px;	
}
#inglesitos-shop-products div.producto {
	float: left;
	width: 33.33%;
	margin-bottom: 30px;
	padding: 0 15px;
	box-sizing: border-box;
}
#inglesitos-shop-products div.producto div.producto-foto {
	text-align: center;	
	border-bottom: 4px solid #0b529a;
	background-color: #fff;
}
#inglesitos-shop-products div.producto div.producto-foto img {
	max-width: 100%;
}
#inglesitos-shop-products div.producto div.producto-info {
	padding: 30px 0;
	background-color: #fff;	
}
#inglesitos-shop-products div.producto div.producto-info h4 {
	text-align: center;	
	font-size: 18px;
	font-weight: bold;
	color: #0b529a;
	margin: 0 0 10px 0;
}
#inglesitos-shop-products div.producto div.producto-info p {
	font-size: 18px;
	color: #0b529a;
	text-align: center;
	margin: 0;
}
#inglesitos-shop-products div.producto div.producto-info div.producto-precio {
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #0b529a;
}
#inglesitos-shop-products div.producto div.producto-info div.producto-comprar {
	text-align: center;	
}
#inglesitos-shop-products div.producto div.producto-info div.producto-comprar a {
	background-color: #0b529a;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	padding: 10px 30px;
}

#carrito table {
	width: 100%;
}
#carrito table thead th {
	background-color: #00519E;
	color: #FFF;
}
#carrito table th, #carrito table td {
	padding: 4px 8px;
	text-align: left;
}
#carrito-datos .campo {
	margin-bottom: 10px;
}
#carrito-datos label {
	clear: both;
	display: block;
	margin-bottom: 3px;
	font-weight: 600;
}
#carrito-datos label strong {
	color: #C00;
}
#carrito-datos select, #carrito-datos input {
	box-sizing: border-box;
	padding: 4px;
	width: 100%;
}
#carrito-datos button {
	background-color: #00519E;
	color: #fff;
	
	display: inline-block;
	padding: 5px 20px;	
	
	border: 0;
	
	cursor: pointer;
	
	font-size: 20px;
	margin-bottom: 40px;
}

td.carritoqty input[type=text] {
	width: 20px;
	padding: 3px;
	text-align: center;
}
td.carritoqty button {
	cursor: pointer;
	padding: 2px 8px;	
}

footer {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer p.link {
	text-align: center;
	margin: 2rem auto 0;	
}
footer p.link a {
	font-size: 15px;
	color: #0b529a;
}
.footer-left {
	float: left;
	width: 50%;	
	text-align: center;
}
.footer-right {
	float: left;
	width: 50%;	
}

@media (max-width: 920px) {
	#portada-order { width: 45%; }
	#portada-order h2 { font-size: 40px; }
	#introduccion-textos .introduccion-texto {
		margin-bottom: 20px;
		width: 50%;
	}
}
@media (max-width: 800px) {
	#portada-logo { text-align: center; margin-bottom: 15px; }
	#portada div { position: static; }
	#portada-order { width: 100%; }
	#introduccion-textos .introduccion-texto { width: 100%; }
}