/* 
    Author     : Joan Cagigal
*/


root { 
    display: block;
}

.divlogos {
	position: absolute;
	left: 100px;
	top: 530px;
	width: 900px;
	height: 50px;
	overflow: hidden;
	background-color : transparent;

}
a.divlogos:link {
	background-color :rgb(71,36,160) ;
	text-decoration: none;
}
a.divlogos:visited {
	background-color :rgb(71,36,160) ;
	text-decoration: none;
}
a.divlogos:hover {
	background-color :rgb(71,36,160) ;
	text-decoration: none;
}


body {
  background-color :rgb(71,36,160) ;
  background-image :url(imatges/fons-extrusistemas.jpg) ;
  background-repeat : no-repeat;
}

.divpeu {
position: absolute;
left: 0px;
top: 499px;
width: 0px;
overflow: hidden;

}

.quienes {
	color :rgb(71,36,160) ;
	background-color: transparent;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 175px;
	vertical-align: middle;
	width: 220px
}

.catalogo {
	color :rgb(71,36,160) ;
	background-color: transparent;
	font-family: Arial,Helvetica,sans-serif;
   font-size: 36px;
   font-weight: bolder;
   height: 92px;
   left: 0px;
   position: absolute;
   text-align: center;
   top: 269px;
   vertical-align: middle;
   width: 220px;
}
.contactar {
  color :rgb(71,36,160) ;
	background-color: transparent;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 24px;
   font-weight: bold;
   height: 30px;
   left: 0px;
   position: absolute;
   text-align: center;
   top: 424px;
   vertical-align: middle;
   width: 220px;
}

a:link {
  color : rgb(255,255,255);
text-decoration: none;

}
a:visited {
  color : rgb(255,255,255);
text-decoration: none;

}
a:hover {
  background-color : rgb(171,155,209);
  color : rgb(255,255,255);
text-decoration: none;
}


.imglogo {
	position: absolute;
	background-color: transparent;
	visibility: hidden;
	left: 416px;
	top: 177px;
	z-index: 3;
}


.colorbarraclar {
  background-color : rgb(171,155,209) ;
}

.colorbarrafosc {
  background-color : rgb(134, 110, 190) ;
}
