.text00 { font-size: 1.2em; line-height: 2em; }
.text01 { font-size: 2em; }
.text02 { font-size: 1.6em; }
div.titol { font-size: 18px; line-height: 20px; }
.color00 { color: #000; }
.color01 { color: #fff; }
.center { text-align: center; }
.floatleft { float: left; }
.floatright { float: right; }
.wrapper { clear: both; height: 0px; }
.wrapper10 { clear: both; height: 10px; }
.wrapper20 { clear: both; height: 20px; }
.wrapper30 { clear: both; height: 30px; }
.hidden { display: none; }
a:link.enlace,a:active.enlace,a:visited.enlace { color: #000; text-decoration: none;}
a:hover.enlace { color: #666; font-family: verdana; font-size:12px;}
.documento { background: transparent url('/img/back-pdf.png') top left no-repeat; padding-left: 25px; font-family: verdana; font-size:12px; line-height: 20px; margin-bottom:10px;}
.enlacehtml { background: transparent url('/img/back-link.png') top left no-repeat; padding-left: 25px; font-family: verdana; font-size:12px; line-height: 20px; }
/*Formulari de contacte*/
.cssform p{
	width: 245px; /*El mateix que wide-column menys el padding-left d'aquí avall ha de ser*/
	clear: right;
	margin: auto;
	padding: 8px 0 5px 0;
	padding-left: 125px; /*width of left column containing the label elements*/
	height: 1%;
}

.cssform label{
	float: left;
	margin-left: -125px; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align:right;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 240px;
}

.cssform textarea{ width: 240px; height: 150px; }

.cssform label.error { float: none; clear:both; color: #f00; margin-left: 0em; vertical-align: middle; }
.cssform .block { display: block; }
.cssform .error2 { display: none; }	



/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{ margin-left: 3px; }
/*Final formulari de contacte*/
