* {
  font-family: Verdana;
  font-size: 11px;
}

body, div, span, p, h1, h2, h3, h4, h5, form, fieldset, legend, label, table {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  background-color: #005607;
  background-image: url('../images/body.jpg');
  background-repeat: repeat-x;
}

a {
  outline: none;
}

a img {
  border: none;
}

a:link {
  text-decoration: none;
  color: #0066FF;
  font-weight: bold;
}

a:active {
  text-decoration: none;
  color: #0066FF;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  color: #0066FF;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #669933;
  font-weight: bold;
}

p {
  line-height: 17px;
}

label {
  font-weight: bold;
}

input[type="text"] {
  border: solid 1px #aaa;
  background-color: #ffd;
}

input[type="file"] {
  border: solid 1px #aaa;
  background-color: #ffd;
}

input[type="password"] {
  border: solid 1px #aaa;
  background-color: #ffd;
}

input[type="submit"] {
  border: outset 1px #aaa;
  font-weight: bold;
  padding: 3px 5px;
}

input[readonly="readonly"] {
  font-weight: bold;
}

textarea {
  border: solid 1px #aaa;
  background-color: #ffd;
}

select {
  border: solid 1px #aaa;
  background-color: #ffd;
}

hr {
  border-style: dotted;
  border-color: #aaa;
  border-width: 1px 0 0 0;
}

br {
  clear: both;
}

#base {
  width: 940px;
  margin: auto;
}

#cabecera {
  height: 368px;
  background-image: url('../images/cabecera.jpg');
  background-repeat: no-repeat;
  padding: 0 20px;
}

#contenido {
  width: 900px;
  overflow: hidden;
  min-height: 400px;
  background-color: #fff;
  margin: 0 20px;
}

#principal {
  background-color: #fff;
  background-image: url('../images/principal.jpg');
  background-repeat: no-repeat;
  width: 880px;
  min-height: 200px;
  text-align: left;
  padding: 0 10px 10px 10px;
  overflow: hidden;
}

#panel {
  width: 900px;
}

#panel table {
  width: 100%;
  border: solid 5px #fff;
  border-collapse: separate;
}

#panel td {
  background-color: #dff;
  border: solid 5px #fff;
  text-align: left;
  padding: 0 10px 10px 10px;
  vertical-align: top;
}

#panel img {
  height: 80px;
  width: 80px;
  margin: 0 5px 5px 0;
}

#panel h1 {
  background-color: #acc;
  padding: 4px 10px;
  color: #009;
  -moz-border-radius: 7px;
  margin-bottom: 10px;
}

#panel input[type="submit"] {
  padding: 1px;
}

#pie {
	width: 890px;
	background-color: #FFF;
	margin: 0 20px;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

#pie a {
	color: #06F;
}

.abm {
  float: left;
}

.abm fieldset {
  border: solid 1px #297;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}

.abm legend {
  padding: 5px 20px;
  border: solid 1px #297;
  font-weight: bold;
  background-color: #693;
  color: #fff;
}

.abm .menu {
  margin-right: -10px;
}

.abm p {
  line-height: 30px;
}

.abm label {
  display: block;
  float: left;
  width: 150px;
  text-align: right;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: top;
}

.menu a {
  display: block;
  float: left;
  width: 200px;
  border: outset 1px #aaa;
  margin: 10px 10px 0 0;
  padding: 5px 8px;
  text-align: center;
  background-color: #eee;
  color: #000;
}

.menu a:hover {
  background-color: #888;
  color: #fff;
  border: solid 1px #444;
}

.listado {
  border-collapse: collapse;
  border: solid 1px #297;
  margin: 10px 0 0 1px;
  background-color: #fff;
}

.listado th {
  border: outset 1px #fff;
  padding: 4px;
  background-color: #693;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

.listado td {
  border: dotted 1px #297;
  padding: 4px;
  vertical-align: top;
}

.paginacion {
  margin: 10px 0;
  height: 25px;
}

.paginacion a {
  margin-right: 10px;
}

.paginacion span {
  line-height: 14px;
  vertical-align: top;
  margin-right: 10px;
}

.alerta {
  font-weight: bold;
  color: #900;
}

.separador {
  margin: 0 15px;
}

.error {
  border: solid 1px #900;
  color: #900;
  font-weight: bold;
  padding: 0 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.msg {
  border: solid 1px #449;
  color: #449;
  font-weight: bold;
  padding: 0 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.login {

}

.login input {
  margin-bottom: 5px;
}

.login label {
  display: block;
  float: left;
  width: 80px;
}

.centrado {
  text-align: center;
}

.numero {
  text-align: right !important;
  white-space: nowrap;
}

.popup {
  background-image: none;
  background-color: #ddd;
  padding: 10px;
  text-align: left;
}

.preview {
  float: left;
  text-align: center;
  margin: 0 10px 10px 0;
  border: outset 1px #aaa;
}

.preview img {
  width: 90px;
  height: 90px;
  border-style: solid;
  border-color: #aaa;
  border-width: 0 0 1px 0;
}

.preview p {
  line-height: 20px;
}

.periodo {
  white-space: nowrap;
}

.max {
  width: 200px;
  height: 200px;  
}

.mini {
  width: 100px;
  height: 100px;
}

.folleto {
  background-color: #d8e9b5;
  border: solid 1px #035509;
  text-align: left;
  vertical-align: top;  
  padding: 10px;
  margin-bottom: 10px;
}

/*
.folleto h1 img {
  width: auto !important;
  height: auto !important;
  border: none;
}
*/

.folleto .max {
  float: left;
  width: 200px !important;
  height: 200px !important;
  margin: 0 10px 10px 0;
  border: outset 1px #aaa;
}

.folleto .mini {
  width: 94px !important;
  height: 85px !important;
  margin: 0 10px 10px 0;
}

.folleto .listado {
  margin-top: 1px;
}

.folleto .listado th {
  font-size: 10px;
}

.folleto h1 {
  margin: -10px -10px 10px -10px;
  padding: 5px;
  color: #fff;
  background-image: url('../images/titulo.jpg');
  background-repeat: repeat-y;  
}

.folleto br {
  clear: both;
}

.deshabilitado {
  color: #ccc;
}

.busqueda {
  border-collapse: collapse;
}

.busqueda th {
  text-align: left;
}

.busqueda td {
  padding-right: 10px;
}

.busqueda select {
  min-width: 180px;
}

.contacto {
  border: solid 1px #000;
  line-height: 20px;
  padding: 3px 10px;
  text-align: center;
  background-color: #fff;
  -moz-border-radius: 5px;
  margin-right: 10px;
}

.viaje {
  float: left;
  position: relative;
  width: 260px;
  height: 290px;
  border: outset 1px #000;
  background-color: #f5f5f5;
  padding: 10px;
  -moz-border-radius: 7px;
  margin: 0 10px 10px 0;
  overflow: auto;
}

.viaje img {
  float: right;
  margin: 0  0 10px 10px;
  width: 100px;
  height: 100px;
}

.viaje h1 {
  background-color: #777;
  color: #fff;
  padding: 6px 10px;
  margin: -10px -10px 10px -10px;
  -moz-border-radius: 7px 7px 0 0;
}

.viaje .contacto {
  margin-top: 0;
  position: absolute;
  top: 270px;
  left: 10px;
  z-index: 99;
}

.atajos {
  margin-top: 0;
  position: absolute;
  top: 275px;
  left: 190px;
  z-index: 99;
}

.atajos img {
  width: auto !important;
  height: auto !important;
  border: none;
}

.scroll {
  overflow-x: scroll;
  margin-top: 10px;
}

.scroll .listado {
  margin: 0;
}

#insotel {
  height: 850px;
  background-color: #00315c;  
  background-image: url('../images/fnd-ins.jpg');
  background-repeat: no-repeat;    
  background-position: 0px 0px;
  border: solid 1px #00315c;
}

#insotel table {
  text-align: justify;
  margin: 345px 10px 0 230px;
  color: #fff;
}

#insotel td {
  vertical-align: top;
  padding: 3px;
}

#insotel .contacto {
  margin-left: 100px;
}

