/* Hoja de estilos para resetear propiedades asociadas a etiquetas HTML dadas por los navegadores.*/
/*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; border: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 */
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, 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 li { list-style:none;} 
dir, menu { list-style:none; }
a  { color:inherit; }
nobr   { white-space:normal; }
a:focus { outline:0;}