@import 'default.css';

body {
  background: white url('../Imagenes/FONDOLUNES.GIF') no-repeat fixed center;
  font-family: Trebuchet MS, sans-serif;
  font-weight: bold;
  font-size: small;
}

.header {
  background-color: #FFB608;
  background-image: url('none');
  text-align: center;
  font-family: verdana, sans-serif;
  font-size: x-small;
  color: maroon;
  padding: 0;
  margin: 0;
}

.header h1 {
  font-size: large;
}

h1 { 
  font-size: x-large;
  color: purple;
}

h2 {
  font-size: large;
  color: purple;
}

h3 {
  font-size: medium;
  color: green;
}

table {
  border-collapse: collapse;
}

.number {
  text-align: right;
}

.text {
  text-align: left;
}


thead {
  color: navy;
  background: silver;
}

thead th {
  color: purple;
}

td {
  border-style: ridge;
}

th {
  color: navy;
  border-style: ridge;
  background: silver;
}

table.layout td {
  border-style: none;
}

tfoot {
  color: red;
}

tfoot th {
  color: maroon;
}

table.layout th {
  border-style: none;
}

ul.spread li{
  margin-bottom: 1em;
}

.figure {
  text-align: center;
  font-size: smaller;
  color: red;
}

.imgseq img {
  margin: 0 5px 5px 0;
}

body.navmenu {
  background-image: url('none');
  background-color: #FFB600;
  color: maroon;
  margin: 1em;
}

body.navmenu a {
  text-decoration: none;
  color: maroon;
}

.navmenu ul.menu li {
  margin: 0.75em 0;
}

ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.validator {
  clear: both;
}

.validator img {
  border: none;
}

.dogrec {
  border: solid;
  float: left;
  clear: left;
  width: 95%;
  padding: 5px;
  margin-bottom: 5px;
}

.dogrec .dogdesc {
  float: left;
}

.dogrec p {
  margin: 0;
  padding: 0;
}

.dogrec h2 {
  margin: 0;
  padding: 0;
}

.dogrec img {
  float: left;
  margin-right: 5px;
}

.adopted {
	font-size: larger;
	color: green;
}
