/* Copyright (C) 2014, 2016,2017 Gabriel Perez-Cerezo,
   Licensed under CC-BY-SA 4.0 unported.
*/
/*@import url("/borderboxes.css");*/
/*@import url("Typewriter/cmun-typewriter.css");*/
ul {
  margin-left: -1em; }

a {
  text-decoration: none;
  color: #b50007; }

a:visited {
  color: #c3d801; }

a:hover {
  color: #ed6d00;
  text-decoration: underline; }

html {
  background-color: #b50007;
  padding-right: 2em;
  padding-left: 2em; }

body {
  font-family: "Liberation Sans", sans-serif;
  text-align: left;
  margin: auto;
  margin-top: -1em;
  margin-bottom: 2em;
  top: 0px;
  padding: 1em;
  padding-left: 12em;
  min-height: 85%;
  background-color: #fff;
  color: #657b83;
  border-radius: 0 0 2em 2em;
  /*	border: 1px solid #aaa;*/
  box-shadow: 1px 1px 3px #333;
  max-width: 52em; }

div.col1, div.col2 {
  width: 49%;
  min-width: 100px; }

div.col1 {
  float: left; }

div.col2 {
  float: right;
  padding-left: 3px; }

em {
  font-weight: bold; }

img, figcaption, .caption {
  display: block;
  margin-left: auto;
  margin-right: auto; }

figcaption, .caption {
  text-align: center;
  text-indent: 0px;
  font-size: 14px;
  margin-top: 1em; }

footer {
  margin-top: 3em;
  text-align: right;
  padding-top: 0.8em;
  font-size: 10px;
  position: relative;
  margin-right: 2.5em;
  clear: both; }

h2 {
  font-size: 18px;
  color: #b50007;
  margin-bottom: -0.5em; }

footer img {
  margin-left: 0.7em;
  margin-bottom: 0.7em;
  float: left; }

p {
  text-align: justify;
  font-size: 14.5px;
  margin-bottom: 0em; }

p + p {
  margin-top: 0.5em; }

li p {
  margin: 0; }

ul.menu, ul.langs {
  margin-left: 0em;
  list-style: none;
  display: block;
  background: #ddd;
  padding: 1em;
  box-shadow: 1px 1px 3px #333; }

div.sidebar {
  width: 10em;
  margin-left: -12em;
  /*    position: absolute;*/
  float: left; }

ul.menu a, ul.langs a {
  display: block;
  padding: 0.3em 1em 0.3em 1em;
  margin: 0 -1em 0 -1em; }

ul.menu a:hover, ul.langs a:hover {
  background: #bbaaaa; }

img {
  padding: 0.5em; }

ul.submenu {
  margin-left: -1em;
  list-style: none; }

ul.submenu a {
  margin-left: -2.5em;
  padding-le2ft: 2em;
  color: #1b484b; }

ul.menu *, ul.langs * {
  color: #1b484b;
  text-decoration: none; }

ul.menu .current, ul.langs .current {
  color: #b50007;
  border-right: 0.4em solid #820005; }

/*
@media screen and (max-width: 40.5em) {
  div.sidebar {
      margin-left: 0;
      float: none;
      width: 100%;
      position: relative;
  }
  body {
      margin-left: 1em;
      margin-right: 1em;
      padding-left: 1em;
  }
  .logo-header img {
      margin-left: 0 !important; 
      max-width: 100%;
  }


}*/
/*
@media screen and (min-width: 40.5em) {
    div.col1, div.col2 {
	margin-top: -4em;
    }
    
}*/
/*@media screen and (max-width: 900px) {
    div.col1, div.col2 {
	width: 100%;
	min-width: 100px;
	padding-left: 0px;
    }
}*/
.logo-header {
  margin-bottom: 0em; }

img {
  max-width: 100%; }

/* MONOSPACE */
.vcard {
  border: 1px solid #b50007;
  /*    margin: auto;
      padding: 0.7em;
      display: inline-block;
      max-width: 50%;
  //    min-width: 200px;
      margin: auto;
      margin-bottom: 1em; */
  padding: 0.7em;
  max-width: 43% !important;
  margin: 0.3em;
  margin-top: 1em;
  border-radius: 1em; }

img {
  max-height: 12em !important;
  width: auto !important;
  max-width: 80% !important; }

.vcard ul li {
  margin-left: 0; }

.vcard p {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: unset;
  text-align: center; }

.vcard .fn {
  color: #b50007;
  font-weight: bold;
  font-size: 1.2em; }

.cards {
  /* column-width: 270px; */
  /* -moz-column-width: 270px; */
  /* -webkit-column-width: 270px; */
  display: flex;
  flex-wrap: wrap; }

/*@media screen and (max-width: 900px) {
     .vcard {
	 width: 90% !important;
	 max-width: 90% !important;
	 min-width: 100px;
	 padding-left: 0px;
    }
}*/
