body {
  background: #252b30;
  background: #080d0f;
  background: #ccc url(../images/bg.png);
  color: #555;
  font: normal 12px "DejaVu Sans", helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  background: transparent;
  text-decoration: underline;
  color: #1c455c;
}

a:hover {
	background: transparent;
  text-decoration: underline;
  color: #555555;
}

h1 {
  color: #424c57;
  font: 2.4em georgia, 'times new roman', serif;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  background: #E7E8E2;
  color: #424c57;
  font: 1.4em georgia, 'times new roman', serif;
  font-weight: bold;

  letter-spacing: 0.05em;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

h3 {
  color: #568;
  color: #424c57;
  font-size: 1.2em;
  font-weight: bold;
  font-variant: small-caps;
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 {
  font-size:1em;
  margin-left: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

img {
  border: 0;
}

p {
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

td {
  vertical-align: top;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: top;
}

ul {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  /*list-style-image: url(../images/blue.png);*/
  list-style: square;
}


#content {
  background: #f3f3f3;
  border: solid 1px #000;
  width: 600px;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.bloque {
  /*border: #000000 solid 1px;*/
}

.caja {
  border: #000000 solid 1px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.ultimacaja {
  border: #000000 solid 1px;
  color: #000;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#menu {
  /*background-color: #E7E8E2;*/
  background: url(../images/bgbarra.png);
  border-bottom: #000000 solid 1px;
  border-top: #000000 solid 1px;
  color: #568;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

#menu a {
  background: transparent;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #1c455c;
  font-weight: bold;
}

#menu a:hover {
  /*background: #fff;*/
  background: url(../images/bgbarraact.png);
  text-decoration: none;
  color: #555555;
}

#page {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*.page {
background: #ffffff;
margin-top: 20px;
margin-bottom: 20px;
padding: 20px;
text-align: justify;
width: 50em;
}*/

  .central {
    background: #cccccc url(../images/bg.png);
    padding-top: 20px;
    padding-bottom: 20px;
}

#banner {
  background: #fafcfb url(../images/kinote_bar.png) no-repeat top left;
  color: #000;
  font-weight: bold;
  height: 78px;
  text-align: right;
}

.foot-note {
  color: #eee;
  font-family: sans-serif;
  font-size: 0.8em;
  margin-bottom: 10px;
  text-align: center;
}


#infobox {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

#infobox a {
  display: inline;
  margin-left: 5px;
  margin-right:5px;
}

.texto {
  background: transparent;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: justify;
}

.final {
  background: transparent;
  margin-bottom: 10px;
  margin-right: 30px;
  text-align: right;
}


.fecha {
  background: transparent;
  color: #888;
  margin-top: 5px;
  margin-left: 30px;
}

.caption {
  background: transparent;
  color: #888;
  font-size: 70%;
}

.titulo_mensaje {
  padding-bottom: 1px;
  border-bottom: 1px dashed #888;
  letter-spacing: 0.25em;
  font-weight: bold;
  color: black;
  background-color: transparent;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}

.texto_mensaje {
  background: transparent;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: justify;
}

input {
  background-color:#fff;
  border:1px #666666 solid;
  color: #666666;
  padding: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
}

input[type="submit"] { 
  background-color: #ccc;
  color: #555;
  margin-left: 2px;
  margin-right: 2px;
}

input[type="submit"]:hover { 
  background-color: #eee;
  color: #336699;
}

input[type="submit"]:active { 
  background-color: #eee;
  color: #9ac;
}

input[type="text"] {
  background-color: #eee;
  color: #000;
}
input[type="text"]:focus {
  background-color: #fff;
  color: #000;
}

textarea {
  background-color: #eee;
  border:1px #666666 solid;
  color: #666666;
  padding: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
}
textarea:focus {
  background-color: #fff;
  color: #000;
}
