@charset "utf-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

/* Estils propis */
/*@font-face {
	font-family: 'FuturaLight';
	src: url('Futura-Light.eot');
	src: local('☺'), url('Futura-Light.woff') format('woff'), url('Futura-Light.ttf') format('truetype'), url('Futura-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

.Futura-Light {font-weight: normal; font-style: normal; line-height:normal; font-family: 'FuturaLight', sans-serif;}
*/
html
{
	height:100%;
}

li strong
{
 	font-weight:bold;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background:#fff url(../imgLib/bgBody.jpg) repeat-x left bottom;
	background-attachment:fixed;
	height:100%;
	min-height:100%;
	color:#333;

}

h1
{
	text-indent:-1000em;
	background:url(../imgLib/logo-segah.png) no-repeat 143px top;
	height:116px;
}

h2
{
	font-weight:bold;
	margin-bottom:10px;
	font-size:14px;
}

/* hack para centrar en ie6*/
#contenedor {
	position: absolute;
    top: 50%;
}

#wrapper
{
	width:960px;
	height:700px;
	/*Para centrar vertical y horizontalmente*/
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	overflow: auto;
	border:5px solid #fff;
}
#contingut
{
	height:555px;
}

.bg01 p, .bg04 p, .bg02 div,
.bg03 div#column, #contactLeft
{
	width:215px;
	height:439px;	
	background:url(../imgLib/bgColumn.png) repeat-y left top;
	margin:0 0 0 143px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:0 15px;
	color:#222;
}

.bg06 div,
.bg07 div
{
	background:url(../imgLib/bgColumn.png) repeat left top;
	padding:20px;
	margin:20px 50px 0 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

.bg06 div p,
.bg07 div p
{	
	margin-bottom:10px;
}

#contingut p strong
{
	font-weight:bold;
}

#divDist
{
	width:185px;
	height:419px;	
	background:url(../imgLib/bgColumn.png) repeat-y left top;
	margin:0 0 0 143px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 30px;
}

#divDist li
{
	width:185px;
	height:49px;
	margin-bottom:20px;
}
#divDist li span
{
	text-indent:-1000em;
	display:block;
}

.bg01
{
	background:url(../imgLib/bgSomos.jpg) no-repeat left top;
}

.bg02
{
	background:url(../imgLib/bgServicios.jpg) no-repeat left top;
}

.bg03
{
	background:url(../imgLib/bgProyectos.jpg) no-repeat left top;
}

.bg04
{
	background:url(../imgLib/bgDistribucion.jpg) no-repeat left top; 
}

.bg05
{
	background:url(../imgLib/bgContacto.jpg) no-repeat left top;
}

.bg06
{
	background:url(../imgLib/bgAviso.jpg) no-repeat left top;
}

.bg07
{
	background:url(../imgLib/bgPrivacidad.jpg) no-repeat left top;
}

.bg02 div ul li
 {
 	list-style-type:disc;
	list-style:inside;
	line-height:17px;
	margin-bottom:5px;
 }
 
.bg02 div ul
 {
 margin:5px 0;
 }

/******** **** *********/ 
/******** MENU *********/
/******** **** *********/ 

#menu
{
	overflow:auto;
	height:35px;
	width:550px;
	float:right;
}
#menu li
{
	float:left;	
}

#menu li a
{
	float:left;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
	text-indent:-1000em;
	height:29px;
	margin:0 20px 0 0;
}

#somos a
{
	background:url(../imgLib/menu.jpg) no-repeat left top;
	width:120px;
}

#somos a:hover,
#somos a.active
{
	background:url(../imgLib/menuHover.jpg) no-repeat left top;
}

#servicios a
{
	background:url(../imgLib/menu.jpg) no-repeat -148px top;
	width:76px;
}
#servicios a:hover,
#servicios a.active
{
	background:url(../imgLib/menuHover.jpg) no-repeat -148px top;
}

#proyectos a
{
	background:url(../imgLib/menu.jpg) no-repeat -265px top;
	width:80px;
}
#proyectos a:hover,
#proyectos a.active
{
	background:url(../imgLib/menuHover.jpg) no-repeat -265px top;
}

#distribucion a
{
	background:url(../imgLib/menu.jpg) no-repeat -385px top;
	width:95px;
}
#distribucion a:hover,
#distribucion a.active
{
	background:url(../imgLib/menuHover.jpg) no-repeat -385px top;
}

#contacto a
{
	background:url(../imgLib/menu.jpg) no-repeat -525px top;
	width:69px;
}
#contacto a:hover,
#contacto a.active
{
	background:url(../imgLib/menuHover.jpg) no-repeat -525px top;
}
/*********** *** *************/
/*********** PEU *************/
/*********** *** *************/

#footer
{
	background:url(../imgLib/bgMenu.jpg) repeat-x left top;
	height:145px;
	background-color:#000000;
	clear:both;
	overflow:auto;
}

#footLeft
{
	clear:both;
	float:left;
	margin:65px 0 0 15px;
}

#footLeft li
{
	float:left;
	padding:10px 0 0 0;
	font-size:12px;
	line-height:16px;
}

#footLeft li a
{
	float:left;
	text-indent:-1000em;
}

#footLeft #legal a
{
	background:url(../imgLib/bgfooter.jpg) no-repeat -18px -76px;
	width:73px;
}

#footLeft #politica a
{
	background:url(../imgLib/bgfooter.jpg) no-repeat -90px -76px;
	width:145px;
}

#footRight
{
	float: right;
	margin:25px 15px 0 0;
}

#footRight li a
{
	text-indent:-1000em;
	display:block;
}

#footRight #web a
{
	background:url(../imgLib/bgfooter.jpg) no-repeat -87px -8px;
	width:146px;
	margin-left:70px;
}

#footRight #info a
{
	background:url(../imgLib/bgfooter.jpg) no-repeat -81px -23px;
	width:154px;
	margin:0 0 3px 65px;
}

#footRight #telefono
{
	background:url(../imgLib/bgfooter.jpg) no-repeat -111px -58px;
	width:124px;
	margin:0 0 0 95px;
}

#footRight #telefono span
{
	text-indent:-1000em;
	display:block;
}

#footRight #facebook
{
	background: url(../imgLib/facebook.png) no-repeat left top;
	width:22px;
	height:22px;
	margin:5px 0 0 192px;
}
/*********** FORMULARI *************/
.bg05
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
}

#oficinas
{
	padding:0 0 0 15px;
}

#oficinas h3
{
	padding:15px 0 0 0;
	font-weight:bold;
	margin:0 0 5px 0;
}


#oficinas li a
{
	color:#000000;
}

#contactRight,
#contactLeft
{
	float:left;
}


#commentForm
{
	width:450px;
	margin:10px 0 0 50px;
	float: left;
}

.bg05 p
{
	width:450px;
	margin:0 0 0 50px;
	background:url(../imgLib/bgColumn.png) repeat left top;
	padding:10px;
}
.hide
{
	display:none;
}

input.inpest,
textarea
{
	background: url(../imgLib/bgColumn.png) repeat left top;
	width:250px;
	padding:5px;
	margin:15px 0 0 0;
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #fff;
}

/*clase per a eliminar el borde negre del "submit" en ie*/
.submit_button 
{
	width:90px;
	height:24px;
    margin:15px 15px 0 0;
	float:left;
	border:none


}
input.boton
{
	color:#333;
	width:90px;
	height:24px;
	border:1px solid #fff;
	background: url(../imgLib/bgColumn.png) repeat-y left top;
}

label.error
{
	color: #000;
	font-size:9px;
	position:absolute;
	top:14px;
	left:270px;
	background: url(../imgLib/bgColumn.png) repeat-y left top;
	border:2px solid #666;
	padding:3px;
}

input.error,
textarea.error
{
}

#nombre
{
	position:relative;
}

#mail
{
	position:relative;
}

#comentaris
{
	position:relative;
}

form div
{
	line-height:1.5em;
}

#gracias
{
	margin:100px 0 0 150px;
}

	/*******************/
	/**** Galleria *****/
	/*******************/
#column
{
	float:left;
}

#column ul
{
	margin:20px 0 0 0;
	list-style:disc;
	list-style-position:inside;
}


#column ul li a
{
	height:17px;
	line-height:24px;
	margin:0 0 15px 0;
}

#column ul li a:hover
{
	cursor:pointer;
	text-decoration:underline;
}

.galeria
{
	float:left;
	margin:0 0 0 10px;
	width:550px;
	display:none;
}

.galeria li
{
	float:left;
	margin:0 10px 10px 0;
}

.galeria li a
{
	float:left;
	display:block;
}

.galeria img
{
	width:90px;
	height:60px;
	border:5px solid #fff;
}

.galeria a:hover img
{
	border:5px solid #0099FF;