
body {
  margin: 0;
  background-color: #f0f0f0;
  color: #000080;
}
#All {
  width: 770px;
  margin: 10px auto;
  background-color: #ffffff;
  border: #000080 1px solid;
}
#Head {
  width: 770px;
  height: 210px;
  background: url('img/tarracotel_seguretat.jpg') 0 0 no-repeat;
  overflow: hidden;
}
#Main {
  margin: 10px;
  font: 80% Verdana, sans-serif;
  background: url('img/fondo.jpg') 0 0 no-repeat;
}
#Menu {
  float: left;
  width: 200px;
  margin-top: 60px;
}
#Menu a {
  display: block;
  width: 100%;
  height: 25px;
  color: #000080;
  font: bold 12px Arial;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}
#Menu a:hover {
  color: #ffffff;
  background: url('img/bgmenu.jpg') 0 0 repeat-y;
}
#Menu img { display:block; margin:0; }
#Imagen {
  float: right;
  width: 250px;
  height: 250px;
  margin: 0;
}
#LineFoot {
  display: block;
  margin: 0 10px;
}
#Foot {
  color: #808080;
  text-align: right;
  font: 65% Tahoma, sans-serif;
  margin: 3px 10px;
}

h1 {
  color: #0000f0;
  font: bold 18px Tahoma;
}
a {
  color: #0000f0;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul { list-style-type:circle; }
hr { color:#000080; height:1px; }
img { border:0; }
