
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
button {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
img {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0 none;
    padding: 0;
}
a img {
    border: 0 none;
}
:focus {
    outline: 0 none;
}
body {
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    background-color: #F0F0F0;
    color: #000000;
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
#container {
    margin: auto;
    position: relative;
    width: 960px;
}
#containerFooter {
    margin: auto;
    position: relative;
    width: 960px;
    text-align: center;
}
.full, .half, .threequarter, .quarter, .third, .twothird, .fifth, .twofifth, .fivetwelve, .threefifth, .fourfifth, .sixth, .fivesixth {
    display: inline;
    float: left;
    margin: 0 10px;
    padding: 0;
}
.full {
    width: 940px;
}
.half {
    width: 460px;
}
.threequarter {
    width: 700px;
}
.quarter {
    width: 220px;
}
.third {
    width: 300px;
}
.twothird {
    width: 620px;
}
.fifth {
    width: 172px;
}
.twofifth {
    width: 364px;
}
.fivetwelve {
    width: 380px;
}
.threefifth {
    width: 556px;
}
.fourfifth {
    width: 748px;
}
.sixth {
    width: 140px;
}
.fivesixth {
    width: 780px;
}
.first {
    margin-left: 0;
}
.last {
    margin-right: 0;
}
/*BODY {
    color: #323232;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 75%;
    font-weight: normal;
}*/
html > body {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
p, ol, ul, blockquote, code, dl, dt, dd {
    color: #333333;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.5em;
}
h1 {
    font-size: 3em;
    letter-spacing: -0.03em;
    line-height: 1em;
    margin: 0 0 0.5em;
}
h2 {
    font-size: 2.7em;
    letter-spacing: -0.03em;
    line-height: 1.17em;
    margin: 0 0 0.5em;
}
h3 {
    font-size: 2.4em;
    letter-spacing: -0.03em;
    line-height: 1.38em;
    margin: 0 0 0.5em;
}
h4 {
    font-size: 2.1em;
    letter-spacing: -0.03em;
    line-height: 1.65em;
    margin: 0 0 0.5em;
}
h5 {
    font-size: 1.8em;
    letter-spacing: -0.03em;
    line-height: 2em;
    margin: 0 0 0.5em;
}
h6 {
    font-size: 1.5em;
    letter-spacing: -0.03em;
    line-height: 1.5em;
    margin: 0 0 0.5em;
}
p {
    margin: 0 0 1.5em;
}
blockquote {
    border-bottom: 2px solid #444444;
    border-top: 2px solid #444444;
    font-style: italic;
    margin: 10px 45px 15px;
    quotes: "“" "”" "‘" "’";
}
blockquote:before {
    content: open-quote;
    font-size: 24px;
}
blockquote:after {
    content: close-quote;
    font-size: 24px;
}
strong {
    font-weight: bold;
}
em, cite, dfn, address {
    font-style: italic;
}
abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted #0000FF;
    cursor: help;
}
acronym {
    font-variant: small-caps;
}
address {
    margin: 0 0 1.5em 2.5em;
}
ins {
    border-bottom: 1px dotted #008000;
    text-decoration: none;
}
ul, ol {
    list-style: disc outside none;
    margin: 0 0 1em 1em;
    font-size: 0.9em;
}
li {
    padding: 0 0 0 0.25em;
}
ol {
    list-style: decimal outside none;
}
ol.roman {
    list-style: lower-roman outside none;
}
ol.alpha {
    list-style: lower-alpha outside none;
}
ol.upperalpha {
    list-style: upper-alpha outside none;
}
dl {
    margin: 0;
    padding: 0;
}
dt {
    font-weight: bold;
    margin: 0 0 0 1.5em;
}
dd {
    margin: 0 0 0 3em;
}
sup, sub {
    font-size: 75%;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
a, a:link, a:visited {
    color: #0C52A5;
    text-decoration: underline;
}
a:hover, a:active {
    color: #000000;
    text-decoration: none;
}
hr {
    background-color: #444444;
    border: medium none;
    clear: both;
    color: #444444;
    height: 1px;
    margin: 20px 30px;
}
code, pre, var, samp {
    font-family: "Courier New",Courier,monospace;
}
small {
    font-size: 80%;
    vertical-align: middle;
}
big {
    font-size: 120%;
    vertical-align: middle;
}
.typegrid {
    background: url("../images/notjustagrid/misc/typegrid.gif") repeat scroll left top rgba(0, 0, 0, 0);
}

.logoPrincipal {
    font-size: 32px;
    display: inline-block;
    padding-top: 19px;
}
a.logoPrincipal {
    /*color: #ae3131;*/
    color: white;
    margin-top: 8px;
}


.blocImatge {
    width: 290px !important;
}
.blocImatge img {
    width: 290px !important;   
}

.tuneada img, img.tuneada {
   box-shadow: 4px 4px 5px 2px #777777;
  -moz-box-shadow: 4px 4px 5px 2px #777777;
  -webkit-box-shadow: 4px 4px 5px 2px #777777;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
}
