
body{
  font-family: Trebuchet MS, Arial;
  font-size: 12px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #001732;
  background-color: #E2E2E2;
}

h1{
  color: #001742;
  font-size: 16px;
}

h2{
  color: #001742;
  font-size: 14px;
}

h3{
  color: #001742;
  font-size: 13px;
}

img{
  border: none;
}

p{
  text-align: justify;
}

#container{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: white;
}

a{
  color: #097BBC;
}

#idioma{
  background-color: black;
  padding: 2px 10px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  margin: 5px 0px;
}

#head{
  height: 100px;
  background-image: url(/img/header.jpg);
  background-repeat: no-repeat;
  margin-bottom: 5px;
  background-color: #1B1C55;
  color: white;
}

#head p{
  padding: 10px;
  text-align: right;
}


#head-flash{
  margin: 0px 0px 15px 0px;
}

#contentContainer{
  width: 100%;
  overflow: hidden;
  /*background-image: url(/img/iso.jpg);*/
  background-position: bottom left;
  background-repeat: no-repeat;
}

#menu-container{
  width: 180px;
  float: left;
}

#suport{
  width: 135px;
  float: left;
  padding-bottom: 5px;
  color: #aeb8c5;
  font-weight: bold;
  line-height: 14px;
}

#suport h3{
  color: #001742;
  margin: 0px;
}



#content{
  width: 675px;
  float: left;
}

#content2{
  width: 800px;
  float: left;
}

#links a{
color: #001742;
}

#foot{
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
  padding-top: 5px;
  border-top: 4px solid #001742;
  padding-bottom: 20px;
}

#foot a{
color: #001742;
}

#foot2{
  padding: 5px 0px;
  text-align: center;
}

#foot2 a{
color: #001742;
}


#thumbs img{
    border-width: 3px;
    width: 85px;
    height: 85px;
    float: left;
    margin-bottom: 5px;
    margin-right: 6px;  
}

#thumbs a img{
  border-color: white;
}

#thumbs a img:hover{
  border-color: #0076ba;
}

input.inputtext{
  width: 300px;
}

.tdcontactleft{
  width: 100px;
}

/*###################
CSS pel menu dinamic
###################*/

div.sdmenu {
	width: 167px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}
div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 22px;
}
div.sdmenu div span {
  text-transform: uppercase;
	display: block;
	padding: 3px 10px;
	font-weight: bold;
	color: #097bbc;
	/*background-color: #c89a82;*/
	cursor: default;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
div.sdmenu div.collapsed span {
	/*background-image: url(collapsed.gif);*/
	color: #001742;
}
div.sdmenu div a {
	text-transform:none;
	padding: 3px 10px;
	/* background: #ebbda3; */
	display: block;
	border-bottom: 1px solid #fff;
	color: #b2bcc8;
	text-decoration: none;
	font-weight: bold;
}
div.sdmenu div a.current {
	/* background : #8e5e4a; */
	color: #001a44;
}
div.sdmenu div a:hover {
	/*background : #8e5e4a url(../img/linkarrow.gif) no-repeat right center;*/
	/*background : #8e5e4a;*/
	color: #001a44;
	text-decoration: none;
}

div.sdmenu a {
	padding: 3px 10px;
	text-transform: uppercase;
	/* background: #c89a82; */
	display: block;
	border-bottom: 1px solid #ffffff;
	color: #001742;
	text-decoration: none;
	font-weight: bold;
}
div.sdmenu a.current {
	/* background : #8e5e4a; */
	color: #097bbc;
}
div.sdmenu a:hover {
	/*background : #8e5e4a url(../img/linkarrow.gif) no-repeat right center;*/
	/* background : #8e5e4a; */
	color: #097bbc;
	text-decoration: none;
}

/*###################
fi CSS pel menu dinamic
###################*/

/*############################
lightbox
##############################*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/lb-prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lb-next.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*############################
fi lightbox
##############################*/





/* tooltip */

.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:5px solid black; /*Border around tooltip*/
background:white;
z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}


/* fi tooltip */
