/* CSS Document */
/*----------------------------------------------------------------------------------------------------
	Neteja i iguala CSS per tots els navegadors
----------------------------------------------------------------------------------------------------*/
* { 
	margin:0px; 
	padding:0px; 
	border:none;
}
body, input, select, textarea { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:100%;
	line-height:100%;
}
a img, img { 
	border:0px; 
	text-decoration:none;
}
li { 
	list-style:none; 
}
div.clear { 
	clear:both; 
	font-size:1px;
	line-height:1px;
	height:0;overflow:hidden;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*----------------------------------------------------------------------------------------------------
	CSS generals maqueta
----------------------------------------------------------------------------------------------------*/
body { 
	text-align:center;
	background:#fff;
	padding-top:13px;
}
.contenidor {
	margin:auto;
	text-align:left;
	width:988px;
	
	font-size:0.75em; /* 16 x 0.875 = 14 */
	line-height:1.3em;
	color:#fff;

	background:#605857;
}
h1, h2, h3, h4, h5, h6{
	font-size:1em;
	line-height:1.2em;
}

/*----------------------------------------------------------------------------------------------------
	Estils del cap
----------------------------------------------------------------------------------------------------*/
.cap {
	height:183px;
	background:#000 url(../img/bg_cap.jpg) right bottom no-repeat ;
	color:#fff;
}
.cap h1{
	display:block;
	width:323px;
	height:53px;
	text-indent:-2000px;
	background:url(../img/atron.gif) left top no-repeat;
	
	position:absolute;
	top:48px;
	margin-left:28px;
}
.cap h2{
	display:block;
	width:337px;
	height:27px;
	text-indent:-2000px;
	background: url(../img/slogan.gif) left top no-repeat;
	
	position:absolute;
	top:128px;
	margin-left:88px;
}

.peu{
	text-align:center;
	padding-bottom:8px;
}
.peu .petit{ font-size:0.8em;}

em{
	font-style:normal;
	color:#ffc000;
}

/* contingut */
.contingut{
	min-height:317px;
	height:auto !important;
	height:317px;
	
	padding-top:48px;
}
.contingut p{ padding-bottom:10px;}

/* txt */
.txt{
	float:left;
	width:430px;
	padding-left:49px;
}
.contingut .silestone{
	display:block;
	width:121px;
	height:36px;
	background:#fff url(../img/silestone.gif) center center no-repeat;
	text-indent:-2000px;
	margin-top:20px;
	padding:1px;
}

/* caixa catalegs */
.catalegs{
	width:388px;
	background:#716a69 url(../img/bg_catalegs.jpg) left top repeat-x;
	border:1px solid #535156;
	padding:55px 0 18px 0;
	float:left;
	margin-left:60px;
}
.catalegs a{
	display:block;
	padding-left:109px;
	margin-bottom:40px;
}
.catalegs .pdf{
	background:url(../img/pdf.gif) 51px top no-repeat;
}
.catalegs .zip{
	background:url(../img/zip.gif) 58px top no-repeat;
}









