/* Archivo CSS de la página web de Gatsu tai*/

body {
  margin:0px 0px 0px 0px;
  padding-top: 0px;
  background-color: black;
  background-image:url('imagenes/fondo.jpg');
  background-repeat: repeat-x;
}

a{
  font-size: 15px;
  font-family: Papyrus, Verdana, Times,  "Monotype Corsiva";
}

a img{
  border: 0px;
}

a:link {
  text-decoration:none;
  color: rgb(250,225,20);
}

a:visited {
  text-decoration:none;
  color: rgb(180,150,20);
}

a:active {
  text-decoration:none;
}

a:hover {
  color: rgb(255,240,90);
}

#cabecera {
  margin-top: 0px;
  margin-left:auto;
  margin-right:auto;
  float:none;
  height:150px;
  width:800px;
  background-image:url('imagenes/cabecera.jpg');
  background-position:top center;
  background-repeat:no-repeat;
  background-color: rgb(220, 220, 220);
}


#contenido{
  margin-left:auto;
  margin-right:auto;
  width: 800px;
  text-align: left;
  padding:0px;
  font-family: times, arial;
  font-size: large;
  color: rgb(250,225,20);
}

#menu{
  width: 100px;
  padding-left:0px;
  float: left;
  position:fixed;
  top: 150px;
}

#texto{
  padding: 0px 0px 0px 0px;
  position: relative;
  left:100px;
  max-width: 700px;
  color:rgb(250,250,150);
}

#gato{
  margin-left:150px;
  width: 450;
  padding: 0px;
}

em.vendido{
  border-style: solid;
  border-color: green;
  border-width: 3px 0px 3px 0px;
  font-family: "Times New Roman", Verdana;
  font-style: normal;
  color:green;
}

em.disponible{
  border-style: solid;
  border-color: red;
  border-width: 3px 0px 3px 0px;
  font-family: "Times New Roman", Verdana;
  font-style: normal;
  color:red;
}

em.reservado{
  border-style: solid;
  border-color: red;
  border-width: 3px 0px 3px 0px;
  font-family: "Times New Roman", Verdana;
  font-style: normal;
  color:red;
}

#imagen_grande{
  padding: 5px 5px 5px 5px;
  float:left;
  width:310px;
  height:310px;
  background-image:url('imagenes/marco.jpg');
  background-repeat:no-repeat;
  overflow: hidden;
}

#imagen_rectangular{
  padding: 4px 5px 5px 5px;
  float:left;
  width:310px;
  height:260px;
  background-image:url('imagenes/marco-rectangular.jpg');
  background-repeat:no-repeat;
  overflow: hidden;
}

#imagen_peq{
  padding: 2px 2px 2px 2px;
  width:103px;
  height:103px;
  background-image:url('imagenes/marco_peq.jpg');
  background-repeat:no-repeat;
  overflow: hidden;
}

#thumb{
  margin-top: 3px;
  padding: 2px 2px 2px 2px;
  height:103px;
  background-image:url('imagenes/thumb.jpg');
  background-repeat:repeat;
  overflow: hidden;
}

h2{
  font-family: "Monotype Corsiva", "Times New Roman";
  font-style: italic;
  color: rgb(250,225,20);
  clear:both;
}

h3{
  font-family: "Monotype Corsiva", "Times New Roman";
  font-style: italic;
  font-size: 24px;
  color: #FF0000;
  clear:both;
}

h4{
  font-family: "Monotype Corsiva", "Times New Roman";
  font-style: italic;
  font-size: 34px;
  color: #3334CD;
  clear:both;
}

ul{
  margin-left:0px;
  list-style-type: none;
  padding-left:10px;
}

ul.links{
  margin-left:40px;
  list-style-image: url('imagenes/pedigree.jpg');
  padding-left:10px;
}

p{
  margin-left:15px;
  margin-right:15px;
  text-align:justify;
}

table {
  text-align: center;
  margin-left:15px;
  margin-right:15px;
}

td {
  width:142px;
}

#centrarimagen {
  border-style: none;
  text-align: center;
}
