body {
	font-family: "Verdana", sans-serif;
	font-size: 0.7em;
  margin: 0;
  height: 100%;
  position: absolute;
  background: #111;
  width: 100% !important;
}

h1 {
  font-family: "Trebuchet MS", "Verdana", serif;
  font-weight: normal;
  font-style: italic;
  color: #6b0;
  font-size: 28px;
  margin: 10px 0;
}

div#superior {
  height: 1%;
  background: #313D5B;
  background: #fff;
}

div#inferior_ancho {
  background: url(/img/fondo_inferior.png) repeat-x top;
  padding: 20px;
}

div#inferior {
  width: 760px;
  margin: 0px auto;
  color: #fff;
}

div#contenedor {
  background: #fff;
  height: 370px;
  position: relative;
  border-bottom: 4px double #666;
}

div#cabecera {
	padding: 0 0 10px 0;
  text-align: right;
  color: #777;
}

div#cabecera a {
  color: #555;
}

div#cuerpo {
  width: 760px;
  margin: auto;
  text-align: center;
  text-align: left;
  position: relative;
  padding: 25px 0;
}

div#menu {
  background: url(/img/cabecera_1.gif);
  position: absolute;
  width: 220px;
  height: 255px;
  display: inline;
}

div#imagen_cabecera {
/*   display: inline; */
  background: url(/img/cabecera_2.jpg);
  position: absolute;
  left: 220px;
  width: 540px;
  height: 255px;
}

div#menu ul {
  list-style-image: url(/img/bolo_rojo.gif);
  padding-top: 0px;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  line-height: 35px;
}

div#menu ul li a.activo {
  font-weight: normal;
  color: #666;
}

div#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

div#menu ul li a:hover {
	text-decoration: underline;
	color: #000;
}

h2 {
	font-family: "Trebuchet MS", "Verdana", serif;
	font-weight: normal;
	font-style: italic;
  color: #AAF200;
  font-size: 22px;
  margin: 10px 0;
}

div#cuerpo.portada {
	background: url(/img/parada.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 100%;
/* 	height: 310px; */
}

div#textos {
	width: 80%;
}

div#columna1 {
  width: 30%;
  float: left;
  color: #bbb;
}

div#columna2 {
  padding: 0 0 0 20px;
  border-left: 1px dotted #462;
  margin-left: 5%;
  width: 58%;
  float: left;
  font-size: 12px;
}

div#creditos {
  clear: both;
  padding-top: 35px;
  color: #333;
  text-align: center;
}

div#creditos a {
  color: #333;
  text-decoration: none;
}

div#creditos a:hover {
  color: #ccc;
}

div#creditos hr {
  border-top: 1px dashed #333;
  width: 55%;
  border-bottom: none;
  height: 1px;
  margin-bottom: 10px;
}

span.fuerte {
  color: #fff;
  font-weight: bold;
}





/*** Formularios  ***/

form {
  clear: both;
}

fieldset {
  border: none;
}
textarea, input, label {
  margin: 5px 5px;
}

label {
  width: 33%;
  float: left;
  text-align: right;
  font-weight: bold;
}

label.error {
  color: #f00;
}


textarea, input {
  width: 55%;
  float: left;
  border: 1px solid #999;
  padding: 0 5px;
  
}

textarea {
  height: 100px;
  margin-bottom: 30px;
}

hr {
  clear: both;
}

input.boton {
  float: none;
  margin: auto;
  display: block;
  clear: both;
  border: 3px double #999;
  border-top-color: #ccc;
  border-left-color: #ccc;
  padding: 0.25em 5em;
  background-color: #fff;
  background-image: url('/img/fondo_boton_form.gif');
  background-repeat: repeat-x;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  width: auto;
}

input.boton:hover {
  border: 3px double #999;
}
