/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Source Sans Pro', sans-serif;
	color: #009c9a;
}
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;
}


h1 {
	font-weight: 200;
	font-size: 1.5em;
	margin-bottom: 30px;
	color: #000;
}

fieldset {
	margin-top: 20px;
	float:left;
	border: none;
	width: 550px;
	height: 300px;
	clear:both;
	position: relative;
}

fieldset p {
	font-weight: normal;
	font-size: 0.8em;
	color: #666666;
	float: left;
	clear: both;
	margin-top: 8px;
}

fieldset img {	
	cursor: pointer;
}


label {
	display: none;
}

input {
	display: block;
	clear: none;
	float: left;
	font-size: 0.65em;
	padding: 0 5px;
	height: 30px;
	width:250px;
	border: 1px solid #a5a5a5;
	margin: 10px 0;
}

select {
	height: 30px;
	width:260px;
	margin: 10px 0;
	border: 1px solid #a5a5a5;	
	float: left;
	clear: both;
	font-size: 0.65em;
}

option {
	background-color: white;
	font-size: 1.2em;
	line-height: 20px;
}


.advertencia {
	color:red;
	font-weight: 800;
}


.unitat {
	float: left;
	font-size: 1.2em !important;
}

.unitat_clear_left {
	float: left;
	clear:left;
	font-size: 1.2em !important;
}


.unitat2 {
	float: left;
	display: block !important;
	clear: right !important;
	font-size: 1.2em !important;
	width: 100%;
}

.asterisc {
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}

.etapa {
	margin-bottom: 40px;
}


.seg, .send {
	float: right;
	right: 158px;
	bottom:0;
	position:absolute;
}

.ant {
	float: left;
	left: 148px;
	bottom:0;
	position:absolute;
}

.input50 {
	width: 50px;
	margin: 10px 5px 10px 0;
	
}

.input145 {
	width: 115px;
	margin: 10px 5px 10px 0;
	
}

.marge20 {
	margin-right: 20px;
}

.red {
	border: 1px solid #c60c31;
	color: #c60c31;
}

small {
	color: #c60c31;
	font-size: 0.9em;
	display:none;
	text-align: center;
	float: left;
	width: 100%;
	bottom:45px;
	left:0;
	position: absolute;
	}
	
small strong {
	font-weight: 700;
}

.ok {
	color: black;
	font-weight: 700;
	font-size: 0.9em;
	text-align: center;
	float: left;
	width: 550px;
	top:175px;
	position: absolute;
	}
