@charset "utf-8";
/* Juan Pablo Ledo - CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i{
    padding: 0; margin: 0; vertical-align: baseline; border: 0; outline: 0;
}

body{
	line-height: 1;
}

:focus{
    outline: 0;
}

ol, ul{
    list-style: none;
}
 
table{
	border-spacing: 0; border-collapse: collapse;
}

blockquote:before, blockquote:after, q:before, q:after{
    content: ""; content: none;
}

blockquote, q{
    quotes: "" "";
}

input, textarea{
	padding: 0; margin: 0; resize: none;
}

hr{
	background-color: #000; color: #000; height: 1px; border: 0; padding: 0; margin: 0;
}

ins{
	text-decoration: none;
}

del{
	text-decoration: line-through;
}
