/*
   default.css
   soutonovo.com
   
   Created by Jorge on 2009-07-22.
   Copyright 2009 __jqueiruga@gmail.com__. All rights reserved.
*/

body {
  text-align: center;
  margin: 0pt;
  padding: 0pt;
  border-top: 5px solid #087840;
  font-size: 13px;
  color: #333;
}

#wrapper {
  width: 700px;
  margin: auto;
}

#legal-note {
  text-align: left;
}

a {
  color: #008043;
}

#switch-locale {
  text-align: right;
  color: #ccc;
  padding-top: 5px;
}

#switch-locale li {
  display: inline;
  list-style: none
}

#switch-locale a {
  color: #E0E162;
}

#switch-locale li.current a {
  color: #087840;
  font-weight: bold;
}

img {
  padding: 10px 0pt 10px;
  margin: 10px 0pt 10px;
  border-bottom: 1px solid #087840;
}