/* =Reset default browser CSS.
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
body {
	background: #fff;
	line-height: 1.3em;
}
ol, ul {
	/* list-style: none; */
	list-style-position: inside;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Fonts */
@font-face {
	font-family: open;
	src: url('../fonts/EBGaramond-Regular.ttf');
}
@font-face {
	font-family: openitalic;
	src: url('../fonts/EBGaramond-Italic.ttf');
}
@font-face {
	font-family: openbold;
	src: url('../fonts/EBGaramond-Medium.ttf');
}
@font-face {
	font-family: openbolditalic;
	src: url('../fonts/EBGaramond-MediumItalic.ttf');
}

body {
	width: 100%;
	font-size: 20px;
	font-family: open, Arial, sans-serif;
	color: #ddd;
	float: left;
	padding: 0;
	line-height: normal;
	background-color: #222;
	position: relative;
	display: block;
}
a {
	color: #eee;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
a:hover, a:active {
	color: #fff;
}
a:visited {
	color: #fff;
}
strong, b {
	font-family: openbold, Arial, sans-serif;
}
em {
	font-family: openitalic, Arial, sans-serif;
}
strong em, em strong {
	font-family: openbolditalic, Arial, sans-serif;
}
li {
	font-size: 22px;
	line-height: 26px;
}
.image_blank {
	width: 20px;
	height: 10px;
}
.image_blank img {
	width: 100%;
	height: 100%;
}
.container {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	float: none;
	display: block;
	position: relative;
	background-color: inherit;
}
.header {
	background-color: inherit;
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 0;
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.logo {
	width: 200px;
	height: 200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: block;
}
.logo img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
.top_banner {
	clear: both;
	width: 728px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	display: block;
	position: relative;
	background-color: #dddddd;
	}
.top_banner img {
    width: 100%;
    height: auto;
}
.menu {
	background-color: inherit;
	margin: 0;
	padding: 0;
	border: none;
	display: inline-block;
	width: 100%;
	height: auto;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	clear: both;
	font-family: openbold, sans;
}
.menu ul {
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline-block;
	position: relative;
	text-align: center;
}
.menu li {
	position: relative;
	clear: both;
	display: inline-block;
    height: 50px;
    border: none;
    margin: 0;
    padding: 0;
}

.menu a {
	color: #eee;
	text-shadow: 1.5px 1.5px 0 #000000;
	padding: 12px 10px 12px 10px;
	margin: 0;
	display: inline-block;
	position: relative;
	text-align: center;
	border: none;
	font-size: 26px;
	line-height: 26px;
	vertical-align: top;
}
.menu a img {
    width: 33px;
    height: 26px;
    border: none;
    margin: 0;
    padding: 0;
    display: inline-block;
	position: relative;
	text-align: center;
}
.menu ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 62px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
.menu ul ul ul {
	left: 100%;
	top: 0;
}
.menu ul ul a {
	background: #eee;
	border-bottom: 1px dotted #ccc;
	color: #444;
	font-size: 26px;
	font-weight: normal;
	height: auto;
	line-height: 26px;
	padding: 10px 10px;
	width: 168px;
}

.menu li:hover > a,
.menu ul ul :hover > a,
.menu a:focus {
	/* background: #ffffff; */
}
.menu li:hover > a,
.menu a:focus {
	/* background: #ecdac2;  Show a solid color for older browsers */
	color: #c9b44d;
	/* text-shadow: 1px 1px 0 #ffffff; */
}
.menu ul li:hover > ul {
	display: block;
}
.menu .current-menu-item > a,
.menu .current-menu-ancestor > a,
.menu .current_page_item > a,
.menu .current_page_ancestor > a {
	/* font-weight: bold; */
	font-family: openbold;
}

.container_2 {
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 0;
	background-color: inherit;
	clear: both;
	float: left;
	display: block;
	position: relative;
	text-align: center;
}
h1 {
	font-size: 32px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	color: #eee;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	font-family: openitalic, sans-serif;
	clear: both;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	color: #eee;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0;
	font-family: openitalic, sans-serif;
	clear: both;
}
.content img {
    max-width: 100%;
}
.home_description {
    text-align: center;
    font-size: 22px;
    color: #ccc;
    margin: 0 auto;
    float: none;
}
.footer {
	background-color: inherit;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	height: auto;
	clear: both;
}
.footer_text {
	width: 80%;
	text-align: center;
	display: inline-block;
	margin: 30px auto 15px auto;
	height: auto;
	padding: 10px 0;
	clear: both;
	color: #ddd;
	font-size: 20px;
	border-top: 1px solid #ddd;
}
.footer_text img {
    width: 175px;
    height: auto;
    border: none;
}
.footer a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.cookies_message {
    float: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.6);
}
.cookies_message_in {
    color: #ccc;
    background-color: black;
    font-size: 26px;
    width: 30%;
    margin: auto 30%;
    padding: 5%;
    text-align: center;
    border: none;
    float: none;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.cookies_message img {
    border: 0;
    margin: 0;
    padding: 0;
}
@media all and (max-width: 999px) {
    .body {
        width: 100%;
		min-width: 320px;
    }
	.logo {
		/* min-width: 320px; */
		width: 40%;
		max-width: 200px;
		height: auto;
	}
	.top_banner {
		width: 80%;
		min-width: 320px;
	}
	.menu {
		border-radius: 0px;
	}
	.container {
		min-width: 320px;
	}
	.container_2 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.container_2 img {
	    width: 90%;
	}
	.content {
		width: 90%;
		margin: 0 auto;
		padding: 10px 5% 10px 5%;
	}
	.footer {
		border-radius: 0px;
		/* height: auto; */
	}
	.mosaico {
		width: auto;
		float: none;
		margin: 0 auto;
	}
	.mosaico .arriba {
		width: 100%;
		margin: 10px;
		float: left;
	}
	.mosaico .abajo {
		width: 100%;
		margin: 10px;
		float: left;
	}
	.cookies_message_in {
        font-size: 22px;
        width: 40%;
        margin: auto 25%;
    }
}