﻿@charset "UTF-8";
/*-----------------------------------------------------------------------
	Mídia 3  |	Reset Stylesheet
 	v1.0 | 16-11-2012
	Authors: Equipe Criativa Mídia 3 - Paloma Macedo, Rodrigo Nunes, Fabricio Silva   
-----------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: none;
	vertical-align: baseline;
	font-size: 100%;
}
/* Reset font size to 12px | The line-height number will be multiplied by the current font size  */
body {
	font: 0.75em Arial, Helmet, Freesans, sans-serif;
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, fieldset {
	display: block;
}
img {
	width: auto\9; /* \9 for ie8 */
	height: auto;
	/*max-width: 100%;*/
	-ms-interpolation-mode: bicubic;
}
a {
	text-decoration: none;
}
/* Please chose the default color of your current project (j.mp/webkit-tap-highlight-color) */
a:link {
	-webkit-tap-highlight-color: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
input[type='radio'], input[type='checkbox'] {
	border: none;
}
input[type=button], input[type=submit], button {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
/* clearfix: nicolasgallagher.com/micro-clearfix-hack */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}