/** BASIC */
html, body {
	height: 100%;
    padding: 0px;
    margin:0px;
}

body {
    background-image:url('../images/fonsweb.png');
    background-repeat:repeat-x;
	background-color: #FFFFFF;    
	font-family: Verdana,"Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
    width:100%;    
}

	a{
	text-decoration:none;
	color:#006A53;
    
	}
	
	a:visited{
	color:#468259;
	 }

	a:hover{
	color:#D94600;
	 } 

#wrap {
    position:relative;
    width: 930px;
    height:100%;
	margin: 0px auto;
}

#capcalera{
    position:relative;
    width: 930px;
	margin: 0px auto;
    top:0px;
    height:100px;
 }

#capcaleraContingut{
    position:absolute;
    width: 930px;
	margin: 0px auto;
    top:9px;
    height:21px;
	padding: 0px;
    background-image:url('../images/header-pixel1.png');
    background-repeat:repeat-y;
    background-color:transparent;
    /*background-color:#ffffff;*/
 }
#contingut {
    position:absolute;
    width: 930px;
	margin: 0px auto;
    top:106px;
    bottom:31px;
	padding: 0px;
    background-image:url('../images/main-body-pixel.png');
    background-repeat:repeat-y;    
}

#contingut2 {
    position:absolute;
    width: 930px;
	margin: 0px auto;
    top:90px;
    bottom:20px;
	padding: 0px;
    border: 1px solid #006A53;
}

#grup{
    position:absolute;
    left:0px;
    right:0px;
    top:34px;
    bottom:0px;

    /*border: 1px solid #006A53;*/
    
    overflow: hidden; 
    background-color: #FFFFFF;
    background-image:url('../images/img01.jpg');
    background-repeat:repeat-x;
 }


#cont {
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    background-image:url('../images/img01.jpg');
    background-repeat:repeat-x;
 	background-color: #FFFFFF;
}

#iFrameObj{
    position:absolute;
    right:0px;
    top:0px;
    bottom:0px;
	left:0px;
    padding:0px;
    margin:0px;
 }

#menu {
    position:absolute;
    left:10px;
    right:10px;
    top:4px;
    height:30px;
    /*background-color:#006A53;*/
}

#fonsmenu {
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    height:34px;
    background-color:#006A53;
}

#menu ul {
    margin:0px;
	padding: 0px;
    margin-top:5px;
    height:26px;      
    margin-left:140px;
	list-style: none;
	line-height: normal;
    list-style-position:outside;
    list-style-type:none;
    list-style-image:none;   
}

#menu li {

    margin:0px;
    padding:0px;
    margin-right:10px;
	float: left;
    height: 26px;
    text-align:center;
    width:124px;

}

#menu li.actual{
      /*background:url(../images/BotoNou4.png);*/
 }

#menu a {
      display:block;
    /*background:url(../images/link2.jpg);
    background:url(../images/fonsBotoMenu.png);
    background-position:0px 23px;*/
    background-image:none;
    background-color:#006A53;      
	text-decoration: none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;/*#000000; FFFFFF;*/
    height: 18px;
    padding-top:7px;
    width:124px;
    
}

#menu a:hover, #menu .actual a {
      /*background:url(images/menu2.jpg) repeat-x;*/
      background:url(../images/BotoNou5.png);/*link2.jpg);*/

	color: #000000;
}

#finestra {
          background: url(../images/fin-Nova3.png) no-repeat top left;
          z-index: 4;
          position:absolute;
          left:0px;
          top:0px;
          width:113px;
          height:104px;
          overflow:hidden;
          /*display:none;*/
          
}
#foto {
          background: url(../images/fotos.jpg) no-repeat top left;
          background-position:0px 0px;
          position:relative;
          z-index: 3;
          float:left;
          width:113px;
          height:104px;
          margin-top:-1px;
          top:0px;
          left:0px;
          /*display:none;*/                    
}



#Logo{
    
    position:absolute;
   	top:12px;
	left:390px;

 }
 

#Telefon{
         float:left;
         padding-top:30px;
         padding-left:0px;
         color:#006A53;
	     font-size: 11px;
         font-weight:bold;      
         line-height:180%;        
}
 
 #Idiomes{
          float:right;
         padding-top:38px;
         padding-right:0px;
         color:#006A53;
	     font-size: 11px;
         font-weight:bold;                    
 
}

#Email{
         float:left;
}

.contingutApartat{
	padding: 20px 40px 0 150px;
    line-height:180%;
    text-align:justify;
}


