﻿@charset 'UTF-8';

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/*/////////////////////////////////
// 	ELEMENTOS
///////////////////////////////////*/

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 5%; }

ul { list-style: none; }
li, dd { margin-left: 5%; }
fieldset { padding: .5em; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

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

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

label {
	cursor:pointer;
}

/***** Links *****/

a, a:visited {
	text-decoration:none;
}




