html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background-image: url('https://latabernadealladomadrid.es/img/fondo.png');
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: 'Crimson';
    src: url('https://latabernadealladomadrid.es/fonts/CrimsonText-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Crimson';
    src: url('https://latabernadealladomadrid.es/fonts/CrimsonText-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Jacques';
    src: url('https://latabernadealladomadrid.es/fonts/JacquesFrancoisShadow-Regular.ttf');
    font-weight: 400;
    font-style: italic;
}

:root {
    --color-dorado: #FFECBB;
    --color-tiza: #C2C2C2;
    --color-primary: black;
    --color-background: white;
}
html {
	scroll-behavior: smooth;
}
.web, .web * {
	box-sizing: border-box; 
}
a{
	text-decoration: none;
	color: var(--color-background);
}
.boton-hover:hover {
    transform: scale(1.05);
}
.boton-menu-hover:hover {
    text-decoration: underline;
}
.negrita{
    font-weight: 600;
}
strong{
    font-weight: 600!important;
}
.sin-estilo {
    font: 200 1vw 'Inter', sans-serif;
    text-align: left;
    color: var(--color-primary);
}
.w1{ width: 1vw; }
.w2{ width: 2vw; }
.w3{ width: 3vw; }
.w4{ width: 4vw; }
.w5{ width: 5vw; }
.w6{ width: 6vw; }
.w7{ width: 7vw; }
.w8{ width: 8vw; }
.w9{ width: 9vw; }
.w10{ width: 10vw; }