@import url("layout.css");
@import url("contingut.css");
@import url("tipografia.css");
@import url("vincles.css");

/*
General
---------------------------------------------*/
html {font-size: 100%;} /* WinIE text resize correction */
body {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	/*background: #4e6571;*/
	padding: 0;
	margin: 0;
    background: #9deded url(../comu/fons.jpg) repeat-x;
    color: #606060;
}
a {outline:0;}
h1,h2,h3,h4,h5,h6,ul,ol,dl,p,fieldset,legend {margin:0;padding:0;}
img,abbr,acronym,fieldset {border: none;}
ul {list-style: none;}
hr {display: none;}

/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

/*---------------
Accessibilitat
---------------------------------------------*/
#acc {
	position : absolute;
	top : -9000px;
	left : -9000px;
	z-index : 1;
}
	#acc a:focus,
	#acc a:active {
		position : absolute;
		top : 9010px;
		left : 9010px;
		background : #fff;
		color : #333;
		padding : 5px;
		font-weight : bold;
		border : 1px solid #600;
		width : 10em;
		z-index : 1;
	}

#right_column{
    display:block !important;
    float: right;
    /*background: #99ccff;*/
    width:290px;
    /*#width: 250px;*/
    font-size: 14px;
    /*min-height:100%;*/
    padding-top:10px;

}

#boxes {

    border-left: 10px solid #2f8c8c;
    border-right: 10px solid #2f8c8c;
    width: 260px;
    #width: 260px;
    display: block !important;
    background: #ffffff url(../comu/bg_box.jpg);
}
    #boxes h2{
      padding: 10px;
      /*margin: 10px;*/
      color: #2f8c8c;
    }


#top_box {
    background: url(../comu/top_box.jpg) no-repeat;
    width: 280px;
    height: 21px;
    display: block !important;

}

#bottom_box{
    background: url(../comu/bottom_box.jpg ) no-repeat;
    width: 280px;
    height:21px;
    display: block !important;
}


/*#right_column h2 {
    background: #99ccff url(../comu/right.jpg);
    font-size:1.063em;
    padding:0.8em 0 0.8em 35px;
    width: 245px;
}    */

a.rss {
    display:block;
    float:right;
    margin-top:-22px;
    margin-right: 20px;
    color: #2f8c8c;
}

#right_column li {
    border-bottom:1px dotted #999999;
    margin:0 0 0.5em;
}

#right_column p.data {
    font-size:0.6875em;
}
#right_column p {
    font-size:10px;
    line-height:1.5em;
    margin:0 0 0.5em;
}

#right_column h3 {
    background:transparent none repeat scroll 0 0;
    font-size:0.875em;
    margin:0 0 0.8em;
    padding:0;
}

#right_column ul{
    padding: 20px;
    /*background: #ffffff;*/
    /*border-right: 10px solid #99ccff;*/
    /*border-bottom: 10px solid #99ccff;*/
}


#suport {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    float: right;
    margin-right: 90px;
    font-size: 10px;
    clear: both;
}
    #suport img{
      margin: 20px;
    }

#suport_portada {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    float: right;
    margin-right: 10px;
    font-size: 10px;
    clear: both;
}
    #suport_portada img{
      margin: 20px;
    }

#contorn {
    background-image: url(../comu/right_contorn.jpg);
    width: 14px;
    height: 30px;
    float: left;
}


p.doc_o {
    font-size: 12px;
    line-height: 16px;
}

#caixeta {
  display: block !important;
  float: left;
  padding: 10px;
  text-align: justify;
}
    #caixeta h3{
      color: #636363;
      font-family: Arial;
      font-size: 14px;
      text-decoration: underline;

    }


#col_ima{
  display: block !important;
  float: left;
  padding: 10px;
  min-height: 50px;
  min-width: 200px;
}

#col_text{
  display: block !important;
  float: left;
  margin-left: 20px;
  font-size: 12px;
  padding: 20px;
  text-align: justify;
  /*width: 375px;*/
  line-height: 16px;

}

    #col_text iframe{
      width: 610px;
      border: 1px solid #636363;
      padding: 0px;
    }



#comp-vertical {
  margin: 10px;
}

#content_main2 p{
  font-size: 12px;
  line-height: 16px;
}

#content_main2 h1{
  font-size: 20px;
}

#content_main2 h3{
  /*font-size: 16px;*/
  font-family: Arial;
  color: #2F8C8C;
}

#content_main2 h4{
  font-family: Arial;
}


#suport .comp-vertical{
  /*display: in-line;*/
}
.gale {
    float: left;
    margin: 8px;
}

.buscador iframe {
  display: block;
  width: 700px;

}

.buscador a, .buscador a:link, .buscador a:visited{
  color: #666600;
}

table.llista{
  width: 100%;
}

td.td_llista1{
  padding-right:40px;
  background-color:#eeeeee;

}
tr.tr_llista1{
	height: 30px;
}
tr.tr_llista2{
	height: 30px;
}
tr.tr_llista_titol       {
	height: 30px;

}
td.td_llista_titol{
  font-size:14px;
padding-bottom:10px;
text-decoration:underline;
}




