/* =Reset CSS by Eric Meyer : v2.0 | 20110126
-------------------------------------------------- */
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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 					{ margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 			{ display: block; }
body 								{ line-height: 1; }
ol, ul 								{ list-style: none; }
blockquote, q 							{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after 		{ content: ''; content: none; }
table 								{ border-collapse: collapse; border-spacing: 0; }
a, button							{ cursor: pointer; }

/* =Grid by Nicole Sullivan
-------------------------------------------------- */
.line:after							{ clear: both; height: 0; content: ""; overflow: hidden; visibility: hidden; display: block; }
.unit								{ float: left; }
.unit-right 							{ float: right; }
.size1of1							{ float: none; }
.size1of2							{ width: 50%; }
.size1of3							{ width: 33.33333%; }
.size2of3							{ width: 66.66667%; }
.size1of4							{ width: 25%; }
.size3of4							{ width: 75%; }
.size1of5							{ width: 20%; }
.size2of5							{ width: 40%; }
.size3of5							{ width: 60%; }
.size4of5							{ width: 80%; }

/* =Global HTML
-------------------------------------------------- */
html 								{ -webkit-text-size-adjust: 100%; }
body 								{ background: white; font: 75%/1.5 Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif; text-rendering: optimizeLegibility; }

a 								{ text-decoration: none; }
a:hover, a:focus						{ text-decoration: underline; }
h1, h2, h3, h4, h5, h6						{ font-weight: normal; line-height: 1.2em; }
h1								{ font-size: 200%; }
h2 								{ font-size: 175%; }
h3								{ font-size: 150%; }
h4								{ font-size: 125%; }
h5								{ font-size: 108%; }
h6								{ font-size: 100%; }
p 								{ margin-bottom: .8em; }
blockquote 							{ padding-left: 1em; }
hr 								{ margin: 10px 0; }

ul, ol 								{ list-style: none outside none; }
ul 								{ list-style-type: square; }
ol 								{ list-style-type: decimal; }
li 								{ margin-left: 20px; }

h1, h2, h3, h4, h5, h6,
ol, ul, p, dl, hr, pre, table, address, fieldset		{ margin-bottom: 10px; }

table								{ margin-bottom: 10px; width: 100%; }
th, td 								{ padding: .2em 1em; text-align: left; }

fieldset 							{ margin-bottom: 10px; }
legend								{ font-size: 1.1em; }
label								{ width: 100%; }
input, textarea, button 					{ font-size: 1em; line-height: 100%; font-family: inherit; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"]						{ width: 100%; }
input[type="checkbox"],
input[type="radio"] 						{ width: auto; }
select,
textarea							{ margin: 0; width: 100%; }
.checkbox label 						{ float: none; }
.error input, .error textarea, .error select 			{ border-color: #c00; }
.error span 							{ font-size: .9em; color: #c00; display: block; }
span.required 							{ margin: 0 !important; color: #c00; display: inline; }

.hform label							{ float: left; margin-right: 3%; width: 32%; text-align: right; }
.hform input[type="text"],
.hform input[type="password"],
.hform input[type="number"]					{ width: 65%; }
.hform input[type="checkbox"],
.hform input[type="radio"]					{ width: auto; }
.hform select							{ width: 65%; }
.hform textarea 						{ width: 65%; max-width: 65%; }
.hform button							{ margin-left: 35%; }
.hform .radio,
.hform .checkbox 						{ margin-left: 35%; }
.hform .radio label,
.hform .checkbox label						{ float: none; }
.hform .infos 							{ margin-left: 35%; }
.hform .error span 						{ margin-left: 35%; }
.hform .actions button						{ margin-left: 10px; }
.hform hr 							{ margin: 0 5% 10px 35%; }

label.inline,
.hform label.inline						{ float: none; width: auto; }

/* =Snippet
-------------------------------------------------- */
::selection 							{ background-color: #ccc; color: #111; }
::-moz-selection 						{ background-color: #ccc; color: #111; }

/* =Layout
-------------------------------------------------- */
.wrapper							{ margin: 0 auto; /*width: 960px; //COMENTADO RESPONSIVE */ }
.main								{ position: relative; }
.main:before, .main:after 					{ content: ''; display: table; }
.main:after 							{ clear: both; }

/* =Nav
-------------------------------------------------- */
.hnav 								{ list-style: none; }
.hnav:after 							{ clear: both; height: 0; content: ""; overflow: hidden; visibility: hidden; display: block; }
.hnav li 							{ float: left; }

.breadcrumb 							{ margin-bottom: 20px; }
.breadcrumb ul 							{ margin: 0; }
.breadcrumb ul li						{ margin: 0; display: inline; }

/* =Boxes & Modules
-------------------------------------------------- */
.box 								{ position: relative; margin: 0 10px; }
.box:after 							{ clear: both; height: 0; content: ""; overflow: hidden; visibility: hidden; display: block; }

/* =Alignments & Mixins
-------------------------------------------------- */
.hide 								{ position: absolute; margin: 0 !important; padding: 0 !important; width: 1px !important; height: 1px !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); overflow: hidden; }
.alignleft 							{ float: left; margin: 0 10px 0 0; }
.alignright							{ float: right; margin: 0 0 0 10px; }
.aligncenter							{ margin: 0 auto 10px; display: block; }
.align-left 							{ text-align: left; }
.align-right 							{ text-align: right; }
.align-center 							{ text-align: center; }

/* =Browser Hacks
-------------------------------------------------- */
#ie form button							{ padding: 0 7px; line-height: 1.3em; }