body{
background-color:#fff;}
#contenedor {
	position:absolute;
	width:960px;
	left:50%;
	margin-left:-480px;}
	
#capcelera{
	width:100%;
	height:55px;
	background-image:url(cap.png);
	background-repeat:no-repeat;
	font-family:'Liberation Sans', sans-serif;
	padding:10px;}

#box_text{
	color:#666666;
	font: normal 14px/1.5 'Liberation Sans', sans-serif;
	padding:20px;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:103px;}
	
#left{
    float: left;
    width: 398px;
    height:1%;
    padding:40px;}
 
#right {
    float: right;
    padding:40px;
    width: 398px;
    height:1%;}
	
.llista{
	display:block;
	margin-left:15px;
	font: normal 14px/1.5 'Liberation Sans', sans-serif;
	height:1%;}

.llista ul{
	list-style-image: url(tik.png);
	list-style-type:square;}
	
ul{list-style:none;}

.titol{
	color:#000000;
	font: normal bold 16px/1.5 'Liberation Sans', sans-serif;
	border-bottom:2px solid #faa002;
	width:290px;
	margin:0 0 15px 25px;}

.box{
	color:#666666;
	font: normal 'Liberation Sans', sans-serif;
	background: url(full01.png) no-repeat;
	width:938px;
	height:auto;}

h2{
	font: normal bold 18px/1.5 'Liberation Sans', sans-serif;
	color:#FFFFFF;
	margin:0;}

h3{
	font: normal bold 16px/2 'Liberation Sans', sans-serif;
	color:#000000;
	margin:0 0 15px 0;}
a{
color:#000000;}
	
.linia {
	border-bottom:2px solid #faa002;
	width:100%;}

#tabla{
    display: table;
    width:960px;
	height:1%;
	padding:15px;}
 
#cont_tabla {
    display: table-row;}
 
#columna1, #columna2, #columna3 {
    display: table-cell;
	font: normal 14px/2 'Liberation Sans', sans-serif;
	color:#666666;}

#exemples{
width:601px;
height:292px;}
/*------contact form------*/
#contact_form{

float:left;
width:250px;
padding:10px 10px 0 30px;
color:#666666;
}
.contact_input{
width:250px;
height:17px;
font-size:12px;
float:left;
background-color:#fff8dc;
border:1px #f0e9cf solid;
}
label.contact_form{
width:250px;
padding:0 0 5px 0;
font: normal 14px/2 'Liberation Sans', sans-serif;
}
.contact_textarea{
width:250px;
height:80px;
font: normal 12px/2 'Liberation Sans', sans-serif;
float:left;
background-color:#fff8dc;
border:1px #f0e9cf solid;
}
input.contact_submit{
float:left;
padding:10px;
}
.cleardiv {
clear:both;
overflow:hidden;
height:4px;
}