body {
background-color: #555;
font-family: Arial, Helvetica, san-serif;
}

#principal {
background-color: white;
width: 700px;
height: 900px;
margin: 20px auto !important;
margin: 10px auto;
}

#bordei {
  background-image: url(bordei.jpg);
  background-repeat: no-repeat;
  width: 31px;
  height: 23px;
  float: left;
}

#borded {
  background-image: url(borded.jpg);
  background-repeat: no-repeat;
  width: 31px;
  height: 23px;
  float: right;
}

#entrebordes {
  background-color: white;
  height: 23px;
  width: 638px;
  float: left;
}

#logo {
/*border: 1px red solid;*/
background-image: url(Logo100.jpg);
background-repeat: no-repeat;
width: 100px;
height: 100px;
margin-left: 30px !important;
margin-left: 20px;
float: left;
}

#titulo {
/*border: 1px blue solid;*/
background-image: url(titulo2c.jpg);
background-repeat: no-repeat;
float: left;
width: 500px;
height: 100px;
margin-left: 26px;
}

.mensaje {
clear: both;
font-size: xx-large;
text-align: center;
position: relative;
top: 120px !important;
top: 10px;
}

#gifanim {
background-image: url(Badminton-04.gif);
background-repeat: no-repeat;
width: 440px;
height: 235px;
position: relative;
top: 100px !important;
top: -10px;
left: 120px;
}

#entreno {
position: relative;
top: 160px !important;
top: 30px;
}

#contacto {
position: relative;
top: 190px !important;
top: 60px;
}

p {
font-size: smaller;
font-weight: bold;
line-height: 5px !important;
line-height: 1px;
margin-left: 120px;
letter-spacing: -1px;
}

p.seg {
font-size: smaller;
font-weight: bold;
line-height: 5px !important;
line-height: 1px;
margin-left: 140px;
letter-spacing: -1px;
}

b {text-decoration: underline;}

table {
background-color: black;
color: white;
font-size: x-small;
text-align: center;
margin: auto;
}

td {
  border: 1px white solid;
  padding: 1px 4px;
}

td.no {
background-color: white;
  border: 1px white solid;
  padding: 1px 4px;
}

h4 {
  letter-spacing: 2px;
  background-color: black;
  color: white;
  width: 180px;
  margin-left: 20px;
  padding-left: 6px;
}

a {
  color: black;
  text-decoration: underline;
}




