/*
RETICULAS CSSFRAMEWORK
---------------------------------------------------------------------
Nombre del documento: resetea.css

Copyright:            Copyright (C) 2009, www.sond3.com
Info:                 info@sond3.com

Descripcion:
Poner a 0 los valores de los navegadores
---------------------------------------------------------------------
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, p, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, q,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}

body { line-height: 1.618em; }

/* Las tablas siguen  necesitando 'cellspacing="0"' en el marcado */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
/*table, td, th { vertical-align: middle; }*/

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

a img { border: none; }