@charset "utf-8";
/*--------------------------------
Bacis Style Sheet (version 1.0)
author: jd leiva
email: leivajd@pymesdotcom.com
description: Theme PYMESdotcom
website: http//:www.pymesdotcom.com
--------------------------------*/
/* =Global
--------------------------------*/
body {
    letter-spacing: 0.02em;
    background: #fff;
    color: #222;
    font-family: 'Lucida Grande','Lucida Sans Unicode',sans-serif;
    line-height: 1.5em;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
img,
img a { border: none 0 }
/*- Links -*/
a:link {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #c72925;
  padding: 0 4px;
}
a:visited {
  color: #111;
  background: #D93C37;
}

a:hover {
  color: #fff;
  background: #D93C37;
}

/*- Tipo - */
h1 {
  font-size: 2em;
  display: block;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
  h1 a:link {
    color: #fff;
    text-decoration: none;
    border: 0;
    background: transparent;
  }
h2 {
    font-size: 1em;
    font-weight: 500;
    color: #111;
    margin: 0 0 .875em;
    text-transform: uppercase;
}
h3 {
  font-size: 1.125em;
  color: #111;
  margin: 1em 0;
  text-align: left;
  font-weight: 400;
}
h4 {
  margin-top: 1.5em;
  text-align: left;
  font-size: .875em;
  text-transform: uppercase;
}
hgroup h2 {
  margin: .5em 0 0;
  color: white;
  text-transform: none;
  letter-spacing: .075em;
  font-size: 0.875em;
}
hgroup h2 a:link {
  color: #fff;
  border-bottom: .1em solid #fff;
  border-bottom: .1em solid rgba(255, 255, 255, .2);
  padding: 0;
}
hgroup h2 a:hover {
  background: none;
  border: 0;
}
ul {
  margin: 0 0 1.5em;
  list-style-type: square;
}

p + p {
  margin-top: 1.5em;
}
p,
li {
    text-align: left;
}
.icon-drupal:link,
.icon-drupal:visited {
  border-color: #0678BE;
}
.icon-drupal:hover {
  background: #0678BE;
}
.icon-lma:link,
.icon-lma:visited {
  border-color: #111;
}
.icon-lma:hover {
  background: #111;
}
.call-action {
  display: block;
  padding: 1.5em;
  background-color: #DDD;
  margin-top: 2em;
  text-shadow: .1em .1em 0 rgba(255, 255, 255, .1);
}

/* =Fin Global
--------------------------------*/
/* =Layout
--------------------------------*/
.wrap-header {
  background: #E34A28;
  overflow: hidden;
  padding: 1em 0 .5em;
}
  .content {
    padding: 1em;
  }
/* =Header
--------------------------------*/
header[role="banner"] {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 1.5em 0;
}
footer[role="contentinfo"] {
  font-size: .875em;
}
  footer[role="contentinfo"] h3 {
    text-align: center;
    font-weight: 500;
  }
  footer[role="contentinfo"] small,
  footer[role="contentinfo"] a {
    display: block;
  }
  footer[role="contentinfo"] a:link {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding: 0 4px;
  }
  footer[role="contentinfo"] a:hover {
    border-bottom: 1px solid #F3734F;
  }

/* =Media Queries
================================================== */
/* 600px */
@media only screen and (min-width: 690px) {
h1 {
  font-size: 3em;
}
  header[role="banner"],
  footer[role="contentinfo"] {
    width: 690px;
    margin: 0 auto;
  }
  #container {
    width: auto;
  }
  .content {
  width: 690px;
  padding-left: 0%;
  padding-bottom: 2em;
  border-bottom: none;
  margin: 0 auto;
  }
}

