body {
	font:13px Arial,Helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

select, 
input, 
textarea {
	font:99% Arial,Helvetica,clean,sans-serif;
}

pre, 
code {
	font:115% monospace;
	*font-size:100%;
}

body * {
	line-height:1.22em;
}

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 1em;	
}

ul li li,
ol li li {
	font-size: 1em;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

/**************************************************************************
		REUTILIZABLES
/*************************************************************************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

body {
	margin		: 0px; 
	font			: 12px Arial, Helvetica, sans-serif; 
	text-align: left; 
	color			: #045E9C; 
	background-color: #FFF;
}

table {
	font			: 12px Arial, Helvetica, sans-serif; 
	text-align: left;
}

a {
	text-decoration: none; 
	color			: #045E9C;
}

img {
	border		: 0px;
}

td {
	color			: #045E9C; 
	text-align:center;
}

div#contenidor {
	width			: 985px; 
	margin		: auto;
	text-align:left; 
	overflow	: hidden;
	padding 	: 0px;
}

.leftColumn {
	position 	: relative;
	float 		: left;
	width 		: 227px;
	margin-top: -20px;
	border-left: 2px dotted #EEE;
	padding 	: 10px;
}
.central {
	position 	: relative;
	float 		: left;
	width 		: 675px;
	height 		: auto;
	margin-top: 0px;
	padding 	: 10px 30px 30px 30px;
}

.header {
	margin-top: 0px;
	top 			: 0px;
	border 		: 1px transparent;
	width 		: 100%;
	height 		: 100px;
	border-bottom: 2px solid #EEE
}

div.paginator {
	width 		: 695px;
	height		: 20px;
	margin		: -22px 0 0 -2px;
	text-align: right;
}

.page {
	position 	: relative;
	float 		: left;
	padding 	: 3px 10px 0 10px;
	margin-right: 5px;
	border 		: 1px solid #EEE;
	background: #EEE;
	height 		: 17px;
}
div.current_page {
	background: #FFF;
	border-bottom:1px solid white;
}

.descripcio {
	margin		: 10px 0 10px 0;
}
.ampliada {
	color			: #003E6C; 
}

.list_prd, .list_cat, .img_list, .doc_list, .lnk_list {
	float 		: left; 
	clear			: none;
	width 		: 100%;
}
.list_prd .product, .list_cat .cat {
	position 	: relative;
	float 		: left;
	width 		: 165px;
	height 		: 165px;
	margin		: 5px;
	padding 	: 20px;
	border 		: 1px solid #CCC;
	text-align: center;
	cursor 		: pointer;
}

.list_prd .product:hover, .list_cat .cat:hover {
	border 		: 1px solid #999;
}

.img_list .img {
	position 	: relative;
	float 		: left;
	width 		: 60px;
	height 		: 60px;
	margin		: 5px;
	padding 	: 5px;
	border 		: 1px solid #CCC;
	text-align: center;
	cursor 		: pointer;

}

.imgx100 {
	margin 		: 0 auto 10px auto;
	width 		: 100px;
	height 		: 100px;
}

.imgx120 {
	margin 		: 0 auto 10px auto;
	width 		: 120px;
	height 		: 120px;
}
.imgx200 {
	float 		: left;
	width 		: 200px;
	margin 		: 0 10px 10px 0;
	border 		: 1px solid #EEE;
}

.linked {
	font-weight : bold;
	cursor		: pointer;
	
}

.preu {
	font-size : 13px;
	color 		: #F44;
	font-weight: bold;
}

div#box_footer {
	position 	: relative;
	float 		: left;
	width 		: 100%;
	margin-top: 50px;
}

div#infolegal {
	position 	: relative;
	float 		: left;
	width 		: 500px;
}

div#author {
	position 	: relative;
	float 		: right;
	width 		: 300px;
	text-align: right;
}

.current_cat, .current_page a{
	color 		: #000;
	font-weight: bold;
}

.img_list h3, .doc_list h3, .lnk_list h3{
	border-bottom: 1px solid #045E9C;
}

.category h2, .product h2 {
	border-bottom: 1px solid #045E9C;
}

.languages {
	width 		: 695px;
	margin-top : 10px;
	margin-left: 0px;
}
.language {
	float 		: right;
	padding-left 	: 10px;
}
.grey {
	color 		: #999;
}
div.contactInfo {
	position 	: relative; 
	float 		: right;
	padding 	: 5px;
	width 		: 235px;
	top 			: 0px;
	margin		: -120px 0 0 735px;
	text-align: right;
}
div.contactInfo div.name {
	font-weight: bold;
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
}
div.contactInfo div.address {
	font-size : 9px;
}

div.formulari input.t, div.formulari input.tError, div.formulari textarea {
	border 		: 1px solid #999;
	width 		: 400px;
	font-size	: 16px;
}

div.formulari input.tError {
	border 		: 1px solid #FA9;
	background: #FEE;
}

div.formulari textarea {
	height 		: 100px;
}

div.formulari input.t:hover, div.formulari textarea:hover {
	border 		: 1px solid #444;
}

div.formulari input.boto {
	font-size	: 14px;
	font-weight: bold;
	color 		: #FFF;
	background: #638cb5;
	border 		: 0px;
	padding 	: 5px 10px 5px 10px;
	margin		: 5px;
}
div.botons {
	height 		: 40px;
	width 		: 406px;
	text-align: right;
}
div.inp8, div.inp9 {
	float 		: right;
	clear: none;
}
div.inp8 input.boto{
	background: #AAA;
}

div.logo {
	width 		: 400px;
	height 		: 55px;
	padding		: 10px;
	overflow 	: hidden;
}
div.header h1{
	margin		: 0px;
}

/* AVIS LEGAL */
body#AVIS {margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333; text-align: center; background-color: #FFF;}
#avis_FinestraInfoLegal {padding: 10px; width: 350px;	 text-align: justify; font-size: 10px; }
div#avis_titol {text-decoration: underline; font-size: 14px; font-weight: bold; color: #444; padding-bottom:10px; text-align:center;}
div#avis_text {text-align: center;}
div#avis_avis {width:100%; left:5%; height:80px; color: #444; padding-left:10px; padding-right:10px; padding-top:2px; padding-bottom:2px; border:1px solid #444; margin-top:10px; margin-bottom:10px; overflow-y:auto;}
div#avis_botonera {width:100%; text-align:center;}
input.avis_ok {color:#FFF; font-weight:bold; background-color: #444; border:1px solid #444; width:120px;}
input.avis_ko {color:#444; font-weight:bold; background-color: #EEE; border:1px solid #444; width:120px;}
div#sma_ampliFRM td {color:#000;}

