@charset "utf-8";
/* CSS Document */

body{
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 13px;
}

img{
border: none;
}


a{
color: #013A55;
border-bottom: 1px dotted #013A55;
text-decoration: none;
}

a.linkimg{
border: 0px;
}


a:hover{
border-bottom-style:solid;
}

h1{
color: #0D649B;
font-size: 16px;
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 0px;
text-align: left;
}

h2{
color: #0D649B;
font-size: 16px;
margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

ul{
list-style-position: outside;
list-style-image: url(../img/dot-menu.jpg);
}

ul ul{
list-style-image: url(../img/dot-menu-small.jpg);
}

#container{
width: 900px;
}

#container2{
background-image:url(../img/border-right.jpg);
background-position: 100% 0%;
background-repeat: repeat-y;
}

#head{
height: 170px;
background-repeat: no-repeat;
}

#menu{
overflow: hidden;
width: 100%;
}

#menu a{
float: left;
width: 299px;
text-align: right;
text-transform:uppercase;
text-decoration: none;
color: white;
background-color: #002434;
padding-top: 2px;
padding-bottom: 2px;
font-size: 12px;
font-weight: bold;
border: none;
}


#menu a.menu-desenvolupament {
background-color:#0084d7;
}

#menu a.menu-desenvolupament:hover{
background-color:#C24950;
}

#menu a.menu-seo {
background-color:#0d649b;
}

#menu a.menu-seo:hover{
background-color:#C24950;
}

#menu a.menu-rentabilitza {
background-color:#013a55;
}

#menu a.menu-rentabilitza:hover{
background-color:#C24950;
}

#menu a.actiu{
background-color: #88353a;
}

#content{
overflow: hidden;
width: 100%;
}

#content-left{
float: left;
width: 570px;
text-align: justify;
margin-left: 30px;
display: inline;
}

#foot{
height: 110px;
width: 100%;
background-image:url(../img/bg-foot.jpg);
background-position: 100% 0%;
background-repeat: no-repeat;
padding-top: 85px;
font-size: 11px;
text-align: center;
}

#menu-right{
text-align: right;
margin-top: 20px;
}

#menu-right a{
display: block;
font-weight: bold;
text-transform: uppercase;
padding-right: 20px;
background-image: url(../img/dot-menu.jpg);
background-repeat: no-repeat;
background-position: 99% 50%;
text-decoration: none;
border: none;
margin-bottom: 5px;
}

#menu-right a.actiu, #menu-right a:hover{
background-image: url(../img/dot-menu-actiu.jpg);
}

#menu-right a.petit{
text-transform: none;
font-weight: normal;
font-size: 12px;
background-image: url(../img/dot-menu-small.jpg);
}

#menu-right a.petit:hover{
background-image: url(../img/dot-menu-small-actiu.jpg);
}


a.aportada{
text-decoration: none;
color: white;
background-color: black;
text-transform: uppercase;
padding: 1px 10px;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
}

a.aportada:hover{
background-color: #0D649B;
}

.destacat{
color: #0084D7;
}

.destacat h3{
font-size: 30px;
text-align: left;
margin-top: 0px;
/*font-weight: bold;*/
margin-bottom: 0px;
color: #0084D7;
}

.avansat{
margin-top: 30px;
background-color: #0084D7;
color: #ffffff;
background-repeat: no-repeat;
background-position: right top;
}

.avansat div{
padding: 30px;
}

.avansat a{
color: white;
border-color: white;
}




.avansat h3{
font-size: 14px;
font-weight: bold;
margin: 0px;
color: #ffffff;
}

.exemple{
margin-top: 30px;
background-color: #0069a0;
color: #ffffff;
background-repeat: no-repeat;
background-position: right top;
}

.exemple div{
padding: 30px;
}

div.avansattitolar{
border-bottom: 1px white dashed;
text-align: right;
padding: 5px 30px 3px 30px;
text-transform: uppercase;
color: white;
font-weight: bold;
}

.exemple h3{
font-size: 14px;
font-weight: bold;
margin: 0px;
color: #ffffff;
}

.tdesquerra{
text-align: right;
padding-right: 10px;
font-size: 12px;
}

input.forminputtext{
border: 1px solid #013A55;
padding: 1px;
width: 250px;
margin-top: 5px;
margin-bottom: 5px;
}

textarea.forminputtext{
border: 1px solid #013A55;
padding: 1px;
width: 250px;
margin-top: 5px;
margin-bottom: 5px;
}


