html { font-size: 100%;}

body {
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.625;
	color: #333;
	background-color: #fff;
	}

body, input, textarea, select, button {
    font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
	}

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

.centro { margin-left: auto; margin-right: auto; text-align: center; }

.block { float:left; width:100%;}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }




pre, code, address, caption, th, figcaption {
    font-style: normal;
    font-weight: normal;
}
fieldset, iframe, img {
    border: medium none;
}
article, aside, footer, header, nav, main, section, summary, details, hgroup, figure, figcaption {
    display: block;
}

audio, canvas, video, progress {
    display: inline-block;
    vertical-align: baseline;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul, ul {
    list-style: none;
	}

li { line-height: 1.25em; color: #666;
	}



small { font-size: 80%;}
strong { font-weight: 600;}

dl { margin-bottom: 1.5em; }
dt, dd { line-height: 1em;}
dt { font-weight: bold; }

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	white-space: nowrap;
}
pre {
	display: block;
	padding: 0.5em;
	margin: 1em;
	font-size: 0.875em;
	line-height: 1em;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



button {
    font: inherit;
	cursor: pointer;
    vertical-align: middle;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

/*
label,
input,
button,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
*/

/* Reset input *****/
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"],
button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

input[type="button"],
input[type="reset"],
input[type="submit"]
/*input[type="radio"],
input[type="checkbox"] */
	{
    line-height: 2em;
	height: 2em;
	background-color: #FFF;
	
    color: inherit;
    font: inherit;
    overflow: visible;
    padding: 0;
	cursor: pointer;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
		
	border: 1px solid #ccc;
/*	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
*/	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
button:focus
{
	border-color: rgba(82,168,236,0.8);
	border-color: #f33;
	outline: 0;
	outline: thin dotted \9;
/*	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); */
}



input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}


input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #f33;
	border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
/*	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7; */
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}




a,
a:visited, a:link, a:active
	{
    color: rgb(0, 175, 65);
	text-decoration: none;
	}
	a:hover, a:focus {
	color: #000;
	text-decoration: underline;
	outline: 0;
	}



.item-page {
	}



h1 {
	font-size: 3em;
	line-height: 1.25em;
    font-weight: 300;
	color: #000;
	}


h2 {
	font-size: 2em;
	line-height: 1.25em;
    font-weight: 300;
	color: #444;
	}

h3 {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 300;
	color: #444;
	}

h4 {
	font-size: 1.365em;
	line-height: 1.365em;
	font-weight: bold;
	color: #666;
	}
h5 {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
	color: #666;
	}
h6 {
	font-size: 0.875em;
	line-height: 0.875em;
	font-weight: bold;
	color: #666;
	}
