
/* Hoja de estilos para resetear todas las propiedades asociadas a las etiquetas HTML
 * dadas por cada uno de los navegadores.
 *
 * Media			  screen
 * Navegadores	IE5.5, IE6, IE 7, Firefox 1.5+, Safari 3, Opera 8.5, Camino 1.5.1
 * CSS				  2
 * Fichero			reset.css
 * Version			v1.0
 * Autores			Ana Noemi Fernandez Martinez <noemi.fernandez@net2u.es>
 * Comentarios	Mezcla de las reset de Eric Meyer <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>,
 *              Tripoli <http://www.monc.se/tripoli/css/ reset.css> y Paco Lopez. Eliminaci�n de etiquetas no usadas.
 *              Se vuelven a construir los estilos en public.css.
 */

/*ESTILOS RESET */
html, body, div, span, applet, object, iframe, p, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0px; border:0px; outline:0px; font-weight:inherit; font-style:inherit; font-family:inherit; vertical-align:baseline;}

body { line-height:1; background:white; color:#000000;}
h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; border:0px; outline:0px; font-weight:normal; font-style:inherit; font-family:inherit; vertical-align:baseline; font-size:100%;}

table { border-collapse:collapse; border-spacing:0px;} /* table necesita 'cellspacing="0"' en codigo HTML */
caption, th, td { text-align:left; font-style:normal; font-weight: normal; vertical-align:top; }

blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" ""; }

code, pre, input, select, isindex { font:inherit; font-size:1em; white-space:normal; }
textarea { font:inherit; font-size:1em; }
dfn, i, cite, var, address, em              { font-style:normal; }
th, b, strong, h1, h2, h3, h4, h5, h6       { font-weight:normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none; }

ul, ol, li, dir, menu { list-style:none; }
sub, sup { vertical-align:baseline; }
a  { color:inherit; }
hr { display:none; }

nobr   { white-space:normal; }
:focus { outline:0px;}
