/* Main */

body {
  font: small Verdana,Sans-serif;
  background: #fff url("img/bg_salon.gif");
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  text-align: center;
}

#container {
  width: 764px;
  margin: 0 auto;
  text-align: left;
  border: solid #000;
  border-width: 0 1px;
  background-color: #A7D4F6;
}
body, #container, a.anchor, a.anchor:hover {
  color: black;
}
#caption {
  background: #8DADD4 url("img/banner.jpg") no-repeat;
}

h1 {
  margin: 0;
  padding: 1.15em;
  text-align: left;
  font-size: 12px;
  font-family: arial;
}
#caption p {
  margin: 0;
  padding: .25em .5em;
  text-align: right;
  font-size: .85em;
  line-height: normal;
}

/* Navigation */

#nav {
  background-color: #148fc8;
  float: left;
  width: 100%;
  border: solid #000;
  border-width: 1px;
}
#nav ul {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  font-size: 85%;
/*  text-transform: lowercase;*/
}
#nav li {
  float: left;
  margin: 0;
  padding: 0;
  background-image: none;
  line-height: normal;
  text-indent: 0;
}
#nav a, #nav strong {
  display: block;
  padding: 4px 10px;
  border: solid #000;
  border-width: 0px 1px 0px 0px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */

* html #nav a {
  width: 1%;
}

/*CSS for enlarged image*/

#nav a:hover 
{
  background-color: #99ccff;
  color: black;

  background-position: 0px -20px; 
}

#nav #current a:hover strong, #nav #current strong 
{
  background-color: #99ccff;
  color: black;
}

#nav #current a:hover strong, #nav #current strong {
  color: black;
}
#nav #h {
  border-left-width: 1px;
}

/* Content */
.right {
  text-align: right;

}

.header1 {
  width: 550px;
  height: 20px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  background-color: #FFC76F;
  top: 20px;
  right: 50px;
  z-index: 1;
}

.header2 {
  width: 80px;
  height: 20px;
  text-align: right;
  display: block;
  padding: 0px 10px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  background-color: #FFA81F;
  position: relative;
  top: -20px;
  left: 550px;
  z-index: 2;

}

#content, #c2 {
  float: left;
  width: 100%;
}
/* Overcome stupid 3px margin bug in IE/Win floats, 
   which fixes a lot of things, including disapearing company nav,
   randomly appearing text, and wrappers pushed too wide.
   http://www.positioniseverything.net/explorer/threepxtest.html */
* html #content, * html #c2 {
  margin-right: -3px;
}
#content {
  width: 100%;
}
#c2 {
  padding: 50px;
  width: 670px;
}
#c3 {
  padding: 60px;
  width: 620px;
  text-align: center;
}
a {
  color: black;
  text-decoration: none;
    border: 1px;
}
a:visited {
  color: black;
  border: none;
}
a:hover, #caption a:hover {
  color: red;
  border: none;
}

#caption a {
  color: #4B50A1;
}
h2 {
  margin: 0;
  padding: 1.15em .6em .25em;
  text-align: left;
  font-size: 16px;
}

.telo
{
  text-align: center; 
  margin: 0;
  padding: 1.15em .6em .25em;
  font-size: 16px; 
  font-weight: bold;
}

.telo2
{
  text-align: center; 
  margin: 0;
  padding: 1.15em .6em .25em;
  font-size: 14px; 
  font-weight: bold;
}

h3 {
  margin: 1.05em 0;
  font-size: 1.15em;
  font-family: Arial;
}

a.link {
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-block;
  padding-right: 17px;
}

a.link.external {
  background-image: url("img/link_external.gif");
}

.email {
  color: #000;
  font-family: Courier,monospace;
}

.sep {
  color: #777;
  font-weight: bold;
}

#content strong {
font-weight: bold;
}

/* Footer */

#footer {
  clear: both;
  font-size: 85%;
  background: #148FC8;
  background-position: 0 -4px;
  border: solid #000;
  border-width: 0 0 1px;
}


/* #mandolin {
 background-image: url("img/mandolinalogo.jpg");
 position: absolute;
 width: 150px;
 height: 70px;
 top: 145px;
 right: 270px;
 } */


#footer p {
  margin: 0;
  padding: .85em 0;
  color: black;
  text-align: center;
  line-height: 1.7em;
}

/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/

* html #footer p {
  height: 1%;
}

img
{
border: 0;
margin-left: 5px;
margin-right: 5px;
float: left;
}

img.next
{
border: 0;
margin-left: 5px;
margin-right: 5px;
float: none;
}

.autor
{
font-size: x-small;
}

.dotted
{
border-top-style: dotted;
border-top-width: 1px;
}

.commetsnum
{
font-size: x-small;
font-variant: small-caps;
}

