
/* Común */
html{ color: #000; background: #FFF; }

html, body,
object, iframe,
div, p, blockquote, pre, address,
h1, h2, h3, h4, h5, h6,
span, a, abbr, acronym, cite, code, dfn, em, q, strong, var, 
ins, del,
img,
dl, dt, dd, ol, ul, li, 
table, caption, tbody, tfoot, thead, tr, th, td, 
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

body { line-height: 1.5; }

/* <table> requiere 'cellspacing="0"' */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, th, td { vertical-align: middle; }

/* <li> */
li{list-style:none;}

/* Quita comillas de <q> y <blockquote> */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* <img> en <a> sin bordes*/
a img { border: none; }

/* Formulario */
input,textarea,select{ font-family: inherit; font-size: inherit; font-weight: inherit;}


      
