/* CSS d'estils d'Index */

body {
	background: #003333;
}

#capcalera {
	background: #003333;
}

#idiomes{
	margin-left: 500px;
	font-size: 0.70em;
	color: #fff;
}

#idioma1 {
	position: absolute;
	/*top: 35px;*/
	top: 47px;
	left: 550px;
}

#idioma2 {
	position: absolute;
	/*top: 35px;*/
	top: 47px;
	left: 610px;
}

#idioma1 a:link, #idioma1 a:visited, #idioma2 a:link, #idioma2 a:visited {
	text-decoration: none;
	color:#fff;
	padding: 3px;
}

#idioma1 a:hover, #idioma2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #335C5C;
	padding: 0px 3px 3px 3px;
}

#img_abella {
	position: absolute;
	width: 253;
	height: 150;
	left: 711px;
	top: 35px;
	z-index: 100;
}
#logoDET {
	position: absolute;
	width: 120;
	height: 60;
	left: 670px;
	top: 10px;
	z-index: 100;

}

#menu li a:hover {
	background: #003333;
	color: #EFEFEF;
	text-decoration: underline;
	padding: 0.3em 0.3em 0.4em 0.3em;
}

#continguts {
	margin-top: 4px;
  background: #003333 url(img/fons_Index.jpg) no-repeat 0 0;
  width: 100%;
  height: 530px;
}

#intranet{
  position: absolute;
  top: 147px;
  left: 875px;
  font-size: 0.9em;
	z-index: 200;
}

#intranet a:link, #intranet a:visited {
  color: #FFCC01;
}

#flash{
	position: absolute;
	top: 362px;
	left: 543px;
}

#menuVertical {
	width: 500px;
	padding-top: 26px;
	text-align: right;
	color: #EFEFEF;
	font-size: 1.1em;
	line-height: 26px;
}

#menuVertical a {
	color: #EFEFEF;
	text-decoration: none;
}

#menuVertical a:hover {
	text-decoration: underline;
}






