/* Hoja de estilos para resetear propiedades asociadas a etiquetas HTML dadas por 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	Reset Eric Meyer <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 *              Tripoli <http://www.monc.se/tripoli/css/ reset.css>
 */

/*ESTILOS RESET */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd,
q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; outline:0; 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:0; padding:0; border:0; outline:0; font-weight:normal; font-style:inherit; font-family:inherit; vertical-align:baseline; font-size:100%;}

table { border-collapse:collapse; border-spacing:0;} /* 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, textarea, input, select, isindex { white-space:normal; }
dfn, i, cite, var, address         { font-style:normal; }
th, b, 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; }*/
ul li { list-style:none;}
dir, menu { list-style:none; }
a  { color:inherit; }
hr { display:none; }

nobr   { white-space:normal; }
/*a:focus { outline:0;}*/
