/* 
    Document   : registracionmfnet
    Created on : 22/10/2010, 16:06:44
    Author     : Pablo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



  body {
  /*  color: white;*/
    /*text-shadow: 1px 1px 1px #000;*/
    background-color: transparent;
    margin-top: 2%;
    /*margin-right: 5%;*/
    margin-bottom: 2%;
    /*margin-left: 5%;*/
    font-size: 100%;
    font-family: tahoma;

  }

  
  h2 {text-align: center;
  }

  h3 {text-align: center;
  }

  p {
}

  .datos {
    -moz-border-radius: 3px; /* Con esto hacemos un redondeo en los bordes para que no se mire cuadrado */
    border: 2px solid black; /* Con esto indicamos el size del borde, el estilo (thin, solid, etc) y el color del borde */
    font-size: 100%; /* Con esto indicamos el size de letra */
}

.boton {

}