@font-face {
    font-family: GraublauWeb;
    src: url(../fonts/GraublauWeb.otf) format(truetype);
}
@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url(../fonts/GraublauWebBold.otf) format(truetype);
}
@font-face {
    font-family: CABND;
    font-weight: bold;
    src: url(../fonts/CABNDWebBold.otf) format(truetype);
}

* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #CCCCCC;
  font-family: GraublauWeb, Helvetica, Verdana, sans-serif;
  font-size: 11pt;
  height: 100%;
}


.clear {
  clear: both;
}

p {
  padding-bottom: 0.6em;
  line-height: 170%;
}

ul {
  list-style: none;
}

h1 {
  font-size: 50pt;
  text-align: center;
}

h2 {
  font-weight: normal;
  font-size: 13pt;
}

#card {
  border: solid #333333 1px;
  background-color: #FFFFFF;
  width: 500px;
  height: 300px;
  margin: 100px auto;
  color: #222222;
  -webkit-box-shadow: 3px 3px 5px #333333;
  box-shadow: 3px 3px 5px #333333;
  padding: 20px;
  text-align: right;
  background-image: url(../images/alcides_bw.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#card a {
  color: #000000;
}

.contacts {
  margin: 10px;
  margin-top: 60px;
}

dl {
 overflow:hidden;
 float: right;
 width: 250px;
}

dt {
 float:left;
 width: 35%;
 margin-right: 5%;
}

dd {
  width: 60%;
  float:left;
  text-align: left;
}