@charset "ISO-8859-1";
/* CSS Document */

* {margin:0; padding:0}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #333;
	background: #828389 url(../img/bg.jpg) no-repeat fixed top center; line-height: 1.5em;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#999;
}
a:hover {
	text-decoration:underline;
	color:#333;
}

a.blanc {
	text-decoration:none;
	color:#FFF;
}
a.blanc:hover {
	text-decoration:underline;
	color:#CCC;
}

hr {
	color:#ccc;
	background-color:#ccc;
	height:1px;
	border:0;
}

h3 {
	color:#999;
}

.oneColFixCtr #container {
	width: 886px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	text-align: left; /* esto anula text-align: center en el elemento body. */
	background: url(../img/bg_cos.png);
}
.oneColFixCtr #mainContent {
	padding: 0 40px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
	text-align:left;
}
.oneColFixCtr #cap {
	padding-top:10px;
	height:77px;
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}
.oneColFixCtr #sup {
	height:43px;
	text-align:left;
}
.oneColFixCtr #sotaslide {
	height:40px;
	background:url(../img/deg_sota_slideshow.gif) repeat-x;
	width:810px;
}
.oneColFixCtr #peu {
	color:#FFF;
	height:74px;
	/*margin-top:10px;*/
	background: url(../img/peu.png) no-repeat; 
	text-align:left;
	line-height:74px;
	width: 886px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
}
.oneColFixCtr #sotapeu {
	color:#FFF;
	height:150px;
	/*margin-top:10px;*/
	background: url(../img/bg_sotapeu.png) bottom no-repeat; 
	text-align:left;
	width: 886px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	margin-bottom:20px;
}
.oneColFixCtr #sotapeu .contenidor {
	padding-left:60px;
	padding-right:60px;
}
.oneColFixCtr #sotapeu .contenidor hr {
	color:#FFF;
	background-color:#FFF;
	height:1px;
	border:0;
}
.oneColFixCtr #sotapeu .contenidor table {
	font-size:10px;
}

.oneColFixCtr #autor {
	padding: 0 20px;
	color:#898989;
	height:30px;
	line-height:30px;
	text-align:right;
	font-size:10px;
}
.esq {
	float:left;
}
.dre {
	float:right;
}
.clear { clear: both; }
.grisclar {
	color:#CCC;
}
.blau {
	color:#898989;
}

#gamma {
	position:absolute; /* important. */
	top:130px;
	left:50%; /*important if you want it absolutely centred in window. */ 
	margin-left:-450px; /* importnant. must be half the width. */
	width:900px; /* set to your requirements, but remember left margin setting. */
	height:400px; /* not neccessary if the element needs to grow with content. */
	border:1px solid #CCC; /* not important. */
	background: url(../img/bg_gamma.png) repeat;
	/* background-color:#fff; */
	text-align:left; /*not important. */
	z-index:2;
	display:none;
	overflow: hidden;
	padding:10px;
}

#equip-is {
	position:absolute; /* important. */
	top:130px;
	left:50%; /*important if you want it absolutely centred in window. */ 
	margin-left:-450px; /* importnant. must be half the width. */
	width:900px; /* set to your requirements, but remember left margin setting. */
	height:400px; /* not neccessary if the element needs to grow with content. */
	border:1px solid #CCC; /* not important. */
	background-color:#fff;
	text-align:left; /*not important. */
	z-index:2;
	display:none;
	overflow: hidden;
	padding:10px;
}

#gamma h1 {
	color:#666;
	font-size:16px;
}

#fila {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
#fila .col {
	float:left;
	width:286px;
	background:#FFF;
	height:165px;
	border:1px solid #CCC;
	overflow: hidden;
}
#fila .col .desc {
	height:30px;
	line-height:29px;
	width:286px;
	background:#fafafa;
	color:#333;
	margin-top:10px;
	margin-bottom:9px;
	text-align:center;
}
#fila .sep {
	margin-right:10px;
	float:left;
}

#fitxa_gamma {
	min-height:800px;
}
.is {
	background:url(../img/bg_is.jpg);
}
.ls {
	background:url(../img/bg_ls.jpg);
}
.gs {
	background:url(../img/bg_gs.jpg);
}
.rx {
	background:url(../img/bg_rx.jpg);
}
.sc {
	background:url(../img/bg_sc.jpg);
}
#fitxa_gamma .contenidor {
	padding:20px;
}

#cuadre_gamma {
	width:200px;
	height:400px;
	float:left;
	background:#eeeeee;
	border:1px solid #999;
}
#cuadre_gamma .contenidor2 {
	padding:7px;
}

#cuadre_gamma_dreta {
	width:250px;
	height:120px;
	float:right;
	/*border:1px solid #999;*/
}
#cuadre_gamma_dreta .contenidor3 {
	padding:7px;
	color:#FFF;
	text-align:right;
	font-size:14px;
}

.titol_gamma {
	width:185px;
	height:32px;
	line-height:31px;
	color:#FFF;
	background:url(../img/titol_gamma.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

#motors_gamma {
	margin-top:20px;
	width:960px;
	height:160px;
	float:left;
	background: url(../img/bg_gamma.png) repeat;
	border:1px solid #999;
}


#fotos_gamma {
	margin-top:20px;
	width:960px;
	height:160px;
	float:left;
	background: url(../img/bg_gamma.png) repeat;
	/*background: #D4D0C8;*/
	border:1px solid #999;
	padding-top:10px;
	text-align:center;
}

#fitxa_empresa {
	background:url(../img/bg_empresa.jpg);
	min-height:644px;
	height:644px;
}
#fitxa_gamma .contenidor {
	padding:20px;
}

#fitxa_contacte {
	background:url(../img/bg_contacte.jpg) center fixed;
	min-height:644px;
	height:644px;
}

/************************************************************************************************/

#ocasio {
	padding:0px;
}

#ocasio .fila_ocasio {
	display:block;
	height:220px;
	overflow:hidden;
	border-bottom:1px solid #C00;
	margin-top:20px;
}

#ocasio .item_ocasio {
	text-align:left;
	display:inline-block;
	width:200px;
	font-size:11px;
	height:130px;
	float:left;
}

.item_ocasio {
	text-align:left;
	display:inline-block;
	width:154px;
	font-size:11px;
	height:130px;
	float:left;
}

.item_ocasio .desc {
	float:left;
	width:170px;
	height:32px;
	overflow:hidden;
}

.item_ocasio .preu {
	float:left;
	margin-top:3px;
	height:20px;
	line-height:19px;
	overflow:hidden;
	background-color:#efefef;
	width:170px;
	text-align:center;
	border:1px solid #ccc;
	color:#cc6600;
}

.item_ocasio img {
	border:1px #999 solid;
	padding:10px;
	margin-bottom:5px;
}

.item_ocasio a:hover img {
	text-decoration:none;
	border:1px #C00 solid;
}
.preu { color:#C00 }

/************************************************************************************************/

#cuadre_empresa {
	float:right;
	width:350px;
	height:600px;
	background:#eeeeee;
	border:1px solid #999;
	margin-right:26px;
	margin-top:26px;
}

#cuadre_empresa .contenidor2 {
	padding:20px;
}

#cuadre_contacte {
	float:right;
	width:350px;
	height:600px;
	background: url(../img/bg_gamma.png) repeat;
	border:1px solid #999;
	margin-right:26px;
	margin-top:26px;
}

#cuadre_contacte .contenidor2 {
	padding:20px;
}

.petit {
	font-size:10px;
	color:#666;
}

#tecnic {
	/*height:500px;*/
	background:#f1f1f1;
}

#tecnic .contenidor {
	padding:20px;
}

#tabs-1 {
	color:#666;
}
#tabs-2 {
	color:#666;
}
#tabs-3 {
	color:#666;
}
#tabs-4 {
	color:#666;
}

#cuadre-menu {
	background:#FFF;
	height:220px;
	width:194px;
	margin-bottom:10px;
	margin-top:10px;
}
#cuadre-menu .titol {
	color:#999;
	font-size:14px;
	padding-bottom:10px;
	padding:10px;
	font-weight:bold;
}
#cuadre-menu .foto {
	width:194px;
	height:113px;
	background:#FFF;
}
#cuadre-menu .foto a {
	border:0;
	background:#FFF;
	margin:0;
	padding:0;
}
#cuadre-menu .foto a:hover {
	border:0;
	text-decoration:none;
	margin:0;
	padding:0;
}
#cuadre-menu .desc {
	color:#999;
	font-size:12px;
	padding-bottom:10px;
	padding:10px;
	font-weight:normal;
}

#cuadre-menu .boto a {
	width:120px;
	height:20px;
	line-height:20px;
	display:block;
	padding:0;
	margin:0;
	background:url(../img/boto.jpg) no-repeat;
	padding-left:10px;
	margin-left:10px;
	
}
#cuadre-menu .boto a:hover {
	background:url(../img/boto_on.jpg) no-repeat;
	color:#FFF;
}

#banners {
	overflow:hidden;
	width:840px;
	height:200px;
}
#banners .banner {
	float:left;
	margin-right:30px;
}

.blanc {color:#FFF}
#taula {color:#7f7f7f}

.pad {clear:left; padding-top:270px;}
#nav {margin-left:0px;}
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/multi-column.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {height: 41px; float:left; padding-left:20px; background:#fff url(multicolumn/tabLeft.gif) no-repeat left top; font-family:arial, sans-serif; margin:0;}

#menu {height:41px;position:relative;font-size:11px; margin: 0; z-index:1000; background:#fff url(multicolumn/tabRight.gif) no-repeat right top; float:left; padding-right:20px; width:770px;}
#menu table.ie6 {border-collapse:collapse; margin:0; padding:0;}

#menu ul {padding:0; margin:0; list-style: none;}
#menu ul li {float:left;}
#menu ul li a {display:block; float:left;padding:0 6px 0 0;text-decoration:none; color:#fff; font-weight:bold; height:41px;line-height:40px;font-size:11px; background:url(multicolumn/tabCenter.gif) no-repeat right top;}
#menu ul li a b {display:block; float:left;padding:0 0 0 8px; text-decoration:none; color:#fff; font-weight:bold; height:41px;line-height:40px;font-size:11px;background:url(multicolumn/tabCenter.gif) no-repeat left top; cursor:pointer;}

#menu ul li div.holder {position:absolute; left:-9999px;}

#menu ul li div .leftSide {float:left;background: #ddd url(multicolumn/dropLeft.gif) no-repeat left bottom;}
#menu ul li div .rightSide {float:left; margin-left:10px; display:inline; padding:0 10px 0 0; background: #aaa url(multicolumn/dropRight.gif) no-repeat right bottom;}

#menu ul li:hover {position:relative;}
#menu ul li a:hover {color:#C00; background-position:right center; white-space:nowrap; position:relative;}
#menu ul li a:hover b {color:#C00; background-position:left center;}
#menu ul li a.sub:hover {color:#C00; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li a.sub:hover b {color:#C00; background-position:left bottom;}

#menu ul li:hover > a {color:#C00; position:relative;}
#menu ul li:hover a.sub {color:#C00; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li:hover a.sub > b {color:#C00; background-position:left bottom;}

#menu ul :hover div.holder {position:absolute; top:41px; left:4px; margin: 0; padding: 0;}

#menu ul li.right a:hover div.holder {left:auto; right:3px; top:41px;}
#menu ul li.right:hover div.holder {left:auto; right:4px; top:41px;}

#menu ul dl {width:auto; margin:5px 0 10px 0; padding:0 5px;list-style:none;}
#menu ul dl dt {padding:0 10px; margin:0; line-height:20px; background:#C00; color:#fff; white-space:nowrap;}
#menu ul dl dd {display:block; padding:0; margin:0;}
#menu ul dd a {background-image: none; display:block; height: 20px; line-height: 20px; color:#421; text-align:left; margin: 0; padding:0 10px;font-weight:normal; white-space:nowrap; float:none;}
#menu ul dd a:hover {color:#c60;}

#menu ul table td {vertical-align:top;}

