html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 15px;
  color: black;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: #0f4fa8;
}
ul,
ol {
  padding-left: 15px;
}
a {
  white-space: nowrap;
}
.centerBlock {
  width: 800px;
  margin: 0px auto;
}
h1,
h2 {
  color: #1b3e6d;
}
h1 {
  font-size: 160%;
  line-height: 120%;
  margin-bottom: 11px;
}
h2 {
  font-size: 130%;
  line-height: 120%;
  margin-bottom: 14px;
}
#headerInner {
  background-image: url('../bg08.jpg');
}
#headerUpper,
#headerLower {
  color: #1b3e6d;
  font-size: 180%;
  font-weight: bold;
  line-height: 120%;
  padding: 15px;
}
#headerUpper {
  text-transform: uppercase;
}
#headerLower {
  text-align: right;
}
#main {
  background-color: #ffca73;
}
#content {
  padding: 10px;
  line-height: 150%;
}
#content p {
  text-indent: 15px;
  text-align: justify;
  margin-bottom: 15px;
}
#content ul {
  text-align: justify;
  margin-bottom: 15px;
}
#content #mapa {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
#contentFadeIn,
#contentFadeOut {
  height: 10px;
  background-repeat: repeat-x;
}
#contentFadeIn {
  background-image: url('../Images/contentFadeIn.png');
}
#contentFadeOut {
  background-image: url('../Images/contentFadeOut.png');
}
#footer {
  padding: 5px;
  color: #ffca73;
  text-align: center;
  background-color: #0f4fa8;
}
#menu {
  margin: 0;
  padding: 5px;
  background-color: #0f4fa8;
  height: 34px;
}
#menu li {
  float: left;
  list-style: none;
}
#menu li a,
#menu li span {
  color: #ffca73;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}
#menu li.menuItem a:hover,
#menu li.menuItem span:hover {
  background: #ffca73;
  color: #0f4fa8;
}
/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
  margin-top: 3px;
  padding-left: 3px;
  color: red;
  border-left: solid 1px red;
  border-bottom: solid 1px red;
  display: block;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid red;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: red;
}
.validation-summary-valid {
  display: none;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/

.display-label,
.editor-label,
.display-field,
.editor-field {
  margin: 3px 3px;
}
.editor-field {
  margin-bottom: 7px;
}
.display-label,
.editor-label {
  font-weight: bold;
  color: #0f4fa8;
}
.display-info,
.display-error {
  font-weight: bold;
  clear: both;
}
.display-info {
  color: blue;
}
.display-error {
  color: red;
}
.display-field {
  margin-left: 1em;
}
.editor-label input,
.editor-field input {
  margin-right: 0.2em;
}
.display-label,
.editor-label {
  width: 250px;
  float: left;
  clear: both;
}
.display-field,
.editor-field {
  float: left;
}
/* Buttons
----------------------------------------------------------*/

.navButton {
  border: 1px solid #1b3e6d;
  height: 26px;
  display: block;
  text-align: center;
  color: #ffca73;
  background-color: #0f4fa8;
  text-decoration: none !important;
  margin: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  line-height: 26px;
}
a.navButton {
  width: 200px;
}
input.navButton {
  width: 210px;
}
.navButton:visited {
  text-decoration: none;
}
.navButton:hover {
  color: #0f4fa8;
  background-color: #ffca73;
  text-decoration: none;
}
.navButtonRed {
  background-color: #ff6666;
}
/* Inputs
----------------------------------------------------------*/

.faketextarea,
textarea,
input[type="text"],
input[type="password"],
select {
  width: 400px;
}
.faketextarea,
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
select {
  margin: -2px;
  color: #0f4fa8 !important;
  padding: 2px;
}
select * {
  color: #0f4fa8 !important;
}
textarea,
input[type="text"],
input[type="password"],
select {
  border: 1px solid #0f4fa8;
}
.floatLeft,
.floatRight {
  margin: 0px 14px;
  margin-bottom: 7px;
}
.floatLeft {
  float: left;
  margin-left: 0px;
}
.floatRight {
  float: right;
  margin-right: 0px;
}
.clear {
  clear: both;
  border: none !important;
  margin: 0px !important;
}
