/* 
    Document   : reset
    Created on : 11-mar-2009, 13:52:35
    Author     : fmarcos
    Description:
        Resetear los parametros del css para que se vean los estilos iguales de
        partida en todos los navegadores.
*/

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em,  img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center,
dl, dt, dd 
fieldset, form, label, legend{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration:none;
}
table, caption, tbody, tfoot, thead, tr, th, td{

}
a{
  text-decoration:none;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}


/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}

/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* En el c�digo HTML es necesario a�adir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


