/* Normalizamos el margin y padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
    margin: 0; padding:0;
}

/* Normalizamos el font-size a los headers  */
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}

/* Removemos los list-styles de los lists */
ol, ul, li
{
    list-style: none;
}


/* Normalizamos el font-style y el font-weight a normal  */
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal; 
	font-weight: normal; 
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

/* Remover list-style de las listas */
table
{
    border-collapse: collapse; 
	border-spacing: 0;
}

/* Remover los bordes  */
fieldset, img
{
    border: 0;
}

/* left-aligns en captions y th */
caption, th
{
    text-align: left;
}

/* remover los quotation marks de los q */
q:before, q:after
{
    content:'';
}