/* tags generics */

body {
	text-align: center;
	background: #C2DEF1 url(../img/barra17.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	font: 14px/140% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

p {
	margin-top: 5px;
}

strong {
	color: #8F3D70;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	color: #8F3D70;
}

 h4 {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #8F3D70;
	background: #ccf;
	height: 20px;
	padding: 2px 15px;
	margin: 0;
	border-bottom: 1px solid #fff;
}

a:link {
	color: #8F3D70;	/*bt*/
	text-decoration: none;	/*bt*/
}

a:visited {
	color: #8F3D70;	/*bt*/
	text-decoration: none;	/*bt*/
}

a:hover {
	color: #00f;		/*bt*/
	text-decoration: none;
}



/* posicionament */

#container {
	margin: 0 auto;
	width: 736px;
	background: #fff;
	border: 1px solid #fff;	/* bt � lo vuelvo al blanco, jm */
}

#logo {
	margin: 0 auto;
	border: 0px solid #fff;
	padding-right: 0px;
	width: 736px;
	height: 53px;
}

img.linkhome {
	float: left;
	padding: 12px 0 0 20px;
}

img.lang {
	float: right;
	margin: 19px 20px 0px -3px;
}

#navsup {
	margin: 0 auto;
	background: #777  url(../img/border-bottom.gif) bottom repeat-x;
	width: 736px;
	height: 30px;
	text-align: left;
	padding: 0px;
	border: 0;
	overflow: visible;
}

#nav { /* suprime el bug que hace desaparecer los submenus en FF */
	position: fixed;
}

#cos {
	margin: 0 auto;
	clear: left;
	background: #fff;
	text-align: left;
	width: 736px;
	height: 390px;
	border: 0;
}

#cos img {
	display: inline;
	margin: 5px;
}

#colesq {
	float: left;
	background: #ccc;
	width: 269px;
	height: 390px;
	text-align: left;
	border: 0px;
	overflow: hidden;
}

#colesq img {
	margin: 0px;
}

#contenido {
	float: left;
	background: #fff;
	width: 384px;
	height: 350px;
	overflow: auto;
	border: 0;
	border-left: 1px solid #fff;
	padding: 20px 40px 20px 40px;
	text-align: justify;
	color: #333;
}

#tot {
	background: #ffe;
	width: 706px;
	height: 325px;
	padding: 20px 15px;
	color: #333;
	overflow: auto;
}

#peu {
	width: 736px;
	height: 39px;
	background: transparent url(../img/barra03.jpg) center repeat-x;
	border-top: 1px solid #fff;
	clear: both;
}

#peu p {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	padding-top: 7px;
	color: #fff;
}

#peu a:link {
	color: #fff;
}

#peu a:visited {
	color: #fff;
}

#peu a:hover {
	background: #740047;
	color: #eee;
	text-decoration: underline;
}

#plano {
	background: White;
	text-align: left;
}

#plano img {
	margin: 5px 0px 0px 15px;
}

#plano p {
	margin: 15px 35px 0px 10px;
	padding-bottom: 75px;
	float: left;
}

/* especifics */

#logo h2 {
	display: none;
}

#navsup ul li a {
	color: #fff;
	background: #777  url(../img/border-bottom.gif) bottom repeat-x;
}

#navsup a:hover {
	color: #fff;
	background: #974578  url(../img/border-bottom.gif) bottom repeat-x;
}

/* menu dinamic suckerfish */

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
  float: left;
  position: relative;
  width: 135px;
}

li ul {
  display: none;
  position: absolute;
  top: 30px;
  left: -1px;
}

li > ul {
	top: auto;
	left: -1px;
}

li:hover ul, li.over ul {
	display: block;
}

ul li a {
	display: block;
	background: #777;
	height: 23px;
	text-align: left;
	padding: 7px 0 0 15px;
	font: normal 12px verdana, arial, helvetica;
	text-decoration: none;
	margin: 0;
	border: 0;
	border-right: 1px solid #fff;
}


/* per ajustar els "borders" dels submenus */

li ul li a {
	width: 165px;
	border: 1px solid #fff;
   	border-bottom: 0;
   	border-top: 0;
}


/* BT, modificados o creados por Buky */

#tot img {	/* bt */
	margin: 2px 2px 2px;
}

span.peque { /* bt 15-07-2005 para descripci?n en listado*/
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: black;
	line-height: 11pt;
}

td { /* bt */
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	line-height: 11pt;
}

td.top { /* bt + jm */
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #333;
	background: #7FB2DD;
	line-height: 14pt;
       padding: 1px 0 3px;
	border-top: 4px solid #fff;
/*	border-bottom: 1px solid #333; */
}

td.peq { /* bt */
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: black;
	line-height: 11pt;
}

form td { /* jm - para el estilo de texto en el formulario contactar */
	font: 14px/140% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

tr img:active {background: #333;}

