/* =Reset CSS */
html, body, form, fieldset
{
        margin: 0;
        padding: 0;
}
body
{
	/*con un navegador con la fuente por defecto a 16px 100% 1em*/
	font-size: 75%;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address
{
        margin: 0 0;
        padding: 0;
}
ul, ol
{
	list-style-type: none;
}
li, dd, blockquote
{
		margin: 0px;
}
form label {
        cursor: pointer;
}
fieldset
{
        border: none;
}
input, select, textarea
{
        font-size: 100%;
		font-family: inherit;
}