/* ----- 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	font: inherit;
}

html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {font-size: 1em;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

table {border-collapse: collapse;	border-spacing: 0;}
td {vertical-align: top;}

a:hover, a:active {outline: 0;}

p, pre {margin-bottom: 1.5em;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}
pre, code, tt {font: 1em/1.5em monospace;}
sup {line-height: 100%; font-size: 70%; vertical-align: top;}
sub {line-height: 100%; font-size: 70%; vertical-align: bottom;}
small {font-size: 80%;}
del, strike {text-decoration: line-through;}

img {display: block; -ms-interpolation-mode: bicubic; vertical-align: middle;}

button, input, select, textarea {font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}
label {cursor: pointer;}
legend {border: 0; padding: 0; white-space: normal;}
button, input {line-height: normal;}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0; *width: 13px; *height: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
textarea {overflow: auto; vertical-align: top; resize: vertical;}

/* ----- ELEMENTOS GENERICOS ---------------------------------------------------- */

.clear {
	height: 0;
	clear: both;
}

.hidden {
	visibility: hidden;
}

/* ----- APARENCIA -------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
	background: #FFF;
	color: #000;
}

hr {
	background: #CCC;
	color: #CCC;
	border: none;
	margin: 5px auto 20px;
	height: 1px;
}

/* ----- TIPOGRAFIA ------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

body {
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 100%;
	text-align: left;
}

blockquote {
	font-style: italic;
}

/* ----- FORMULARIOS ------------------------------------------------------------ */

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
	border: 1px solid #CCC;
	padding: 5px;
}

input[type="submit"] {
	background: #CCC;
	color: #000;
	border: 1px solid #BBB;
	padding: 5px;
	
	background: -moz-linear-gradient(top,  #cccccc 0%, #aaaaaa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#aaaaaa));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#aaaaaa 100%);
}

input[type="submit"]:hover {
	background: #AAA;

	background: -moz-linear-gradient(top,  #aaaaaa 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #aaaaaa 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #aaaaaa 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #aaaaaa 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #aaaaaa 0%,#cccccc 100%);
}

/* ----- ESTILOS GENÉRICOS ------------------------------------------------------ */

.border-radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}

.border-radius-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px;
}

/* ----- COMPARTILHAMENTO NAS REDES SOCIAIS ------------------------------------- */

#redes-sociais {
	margin: 40px 0 0;
	width: 100%;
	height: auto;
}

#redes-sociais .facebook-share {
	width: 400px;
	height: auto;
	margin-bottom: 20px;
	float: left;
}

#redes-sociais .instagram-share {
	width: 140px;
	margin-bottom: 20px;
	float: right;
}

#redes-sociais .twitter-share {
	width: 400px;
	height: auto;
	float: left;
}

#redes-sociais .twitter-follow-button {
	margin-right: 5px;
}

#redes-sociais .gplus-share {
	width: 80px;
	height: auto;
	float: right;
}

/* ----- ICONES DAS REDES SOCIAIS ----------------------------------------------- */

#icones-sociais {
	width: auto;
}

#icones-sociais a {
	display: block;
	float: left;
	text-indent: -100000px;
}

.icones-sociais-flat-32x32-colorido a {
	background: url(../imagens/icones-sociais/icones-sociais-flat-32x32-colorido.png) no-repeat;
	width: 32px;
	height: 32px;
}

.icones-sociais-flat-48x48-colorido a {
	background: url(../imagens/icones-sociais/icones-sociais-flat-48x48-colorido.png) no-repeat;
	width: 48px;
	height: 48px;
}

#icones-sociais .feed {
	background-position: 0 0;
}

#icones-sociais .facebook {
	background-position: 0 -48px;
}

#icones-sociais .twitter {
	background-position: 0 -96px;
}

#icones-sociais .instagram {
	background-position: 0 -144px;
}

#icones-sociais .gplus {
	background-position: 0 -192px;
}

#icones-sociais .flickr {
	background-position: 0 -240px;
}

#icones-sociais .tumblr {
	background-position: 0 -288px;
}

#icones-sociais .youtube {
	background-position: 0 -336px;
}

#icones-sociais .pinterest {
	background-position: 0 -384px;
}

#icones-sociais .github {
	background-position: 0 -432px;
}