/*


*/


<!--
body
{
  background-color:Black; 
  background-image: url(/imagenes/fondo.jpg);
  background-repeat: repeat;
  font-size: 12px;
  font-weight: normal;
  font-family: Tahoma,sans-serif;
  color: White;
}

a
{
  color: #99ff66;
  text-decoration: none;
  font-weight: normal;
}

a.s
{
  color: #66ccff;
}

a.t
{
  color: #66ccff;
}

a:hover
{
  color: #1133ff;
  text-decoration: none;
}

b
{
  font-size: 12px;
  font-weight: bold;
  color: white;
}

c
{
  font-size: 12px;
  font-weight: bold;
  color: white;
}

d
{
  font-size: 17px;
  font-weight: bold;
  color: white;
}

input, select, textarea
{
  color                : #c4c4c4;
  background-color     : #11181e;
}

.title {
  color: White;
  font-weight: bold;
  font-size: 20px;
}

.registrarse{
  color: red;
  font-weight: bold;
  font-size: 20px;
}

.registrarse:hover
{
  color: yellow;
  text-decoration: none;
}
-->
