<!--  -->

table {
  border: #6593c7;
  border-width: 0px 0px 0px 15px;
  width: 75%;
  padding: 2px;
}
th, td {
  border: none;
}
td {
  <!--  text-align: center;-->
  text-align: right;
}

.subtable {
  text-align:center;
  border:none;
  margin-left:auto;
  margin-right:auto;
}
-->

.azul {
  display: inline;
  color: blue;
}

.naranja {
  color: orange;
}

h1.naranja {
  text-align: center;
}

.rojo {
  display: inline;
  color: red;
}
a.rojo:link {
  color: red;
}
a.rojo:visited {
 color: red;
}
a.rojo:hover {
  color: red;
}

.rojo_strike {
  text-decoration: line-through;
} 

.blanco {
  color: white;
  font-size: 60px;
}

.retro{
  color: white;
<!--  color: #ffffff;-->
  font-size: 80px;
<!--  text-align: right;-->
}

.teal { 
  padding: 50px;
  height: 800px;
  background: linear-gradient(to top, #00ffff 0%, #c9ffe5 100%);
}

.black { 
  padding-top: 5px;
  height: 800px;
  background-color: black;
  background-image: url(http://www.moderncs.net/autobal/naypalm.jpg);
  background-repeat: no-repeat;
  background-size: 60% 80%;
  background-attachment: fixed;
  background-position: right;
  overflow: hidden;
}

.naypalm {
  column-width: 1224px;
  background-image: url(http://www.moderncs.net/autobal/naypalm.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: right;
} 
