﻿* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Segoe UI;
  src: url("../font/segoeui.ttf");
}

/* render html5 elements as block */
header,
footer,
section,
aside,
nav,
article {
  display: block;
}

body {
  background: #d8d8d8;
  font-family: Segoe UI, Tahoma, Arial, Verdana, sans-serif;
  color: #212121;
  font-size: 14px;
}

/* layout */

#wrapper {
  width: 940px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: 3px 3px 7px #777;
  -moz-box-shadow: 3px 3px 7px #777;
  box-shadow: 3px 3px 7px #777;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

nav {
  width: 940px;
  height: 28px;
  margin: 0 auto;
  background: #404040;
  border-bottom: 2px #8d7752 solid;
  border-top: 2px #a58f68 solid;
}

/* nav */

nav .menu {
  margin: 0 auto;
  width: 50%;
  font-size: 18px;
  font-family: Segoe UI, Tahoma, Arial, Verdana, sans-serif;
}

nav .menu ul {
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  line-height: normal;
}

nav .menu li {
  display: block;
  float: center;
}

nav .menu a {
  display: block;
  float: left;
  margin-right: 15px;
  padding: 0px 35px;
  text-decoration: none;
  color: #fff;
}

nav .menu a:hover {
  color: #8d7752;
}

header .logo {
  width: 940px;
  height: 150px;
  margin: 0 auto;
  background: #fff url("../img/logo.png") no-repeat left top;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}

header h1 {
  display: none;
}

#main {
  width: 940px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

#content {
  float: right;
  width: 940px;
}

footer {
  width: 920px;
  margin: 0 auto;
  padding: 10px;
  background-color: #404040;
  color: #fff;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-top: 2px #8d7752 solid;
  overflow: auto;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer .left_foot {
  width: 50%;
  float: left;
  text-align: left;
}

footer .right_foot {
  width: 50%;
  float: right;
  text-align: right;
}

/* sections */
section#maindynamic {
  background-image: url("../img/bg.jpg");
  color: #000;
  height: 560px;
  overflow: auto;
  padding: 25px;
}
section#maindynamic p {
  text-align: justify;
}

.texto {
  width: 50%;
  float: left;
}
.texto p {
  padding: 3px;
}
.texto blockquote {
  text-align: justify;
  margin-left: 25px;
}
.texto ul {
  margin-left: 100px;
}
.foto {
  padding-top: 125px;
  width: 50%;
  float: left;
  text-align: center;
}

/* rotator in-page placement */
div#rotator {
  margin-left: 50px;
  position: relative;
}
/* rotator css */
div#rotator ul li {
  float: left;
  position: absolute;
  list-style: none;
}
/* rotator image style */
div#rotator ul li img {
  background: #fff;
}
div#rotator ul li.show {
  z-index: 500;
}
.clientes {
  text-align: center;
  list-style: none;
  color: Gray;
  font-size: x-small;
  background-color: #fff;
  border: 1px #8d7752 solid;
  width: 50%;
}
.clientes a {
  text-decoration: none;
  color: gray;
}
.clientes li {
  margin-top: 30px;
  margin-bottom: 30px;
}

abbr {
  font-weight: bold;
}
