/* Colours */

body, a { color: #000; background-color: #fff; }
em { color: #3f3f3f;
}

/* Typography */

body { 
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; line-height: 1.3;
    text-transform: uppercase;
}
ul li { font-size: 9px; font-style: normal; }
p, em {	font-size: 9px; font-weight: normal; }
h1, h2 { font-size: 14px; font-weight: normal; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* Layout */

body { 
    padding: 0px 0px 40px 0px; text-align: center; margin: 0px; border: none;
    background: url("../../images/fundo.jpg") left top no-repeat;
}
div#container { margin: 0px 0px 0px 40px; width: 890px; padding: 0px 20px; text-align: left; /*background: url('/images/grid-bg.gif') 20px 0px;*/ }


.col { float: left; margin: 0px 0px 0px 20px; padding: 0px; }
.col .col { margin: 0px; }

.one { width: 60px; }
.two { width: 140px; }
.three { width: 220px; border-right: dotted 1px #ccc; }
.four { width: 300px; }
.five { width: 380px; }
.six { width: 460px; }
.seven { width: 540px; }
.eight { width: 620px; }
.nine { width: 700px; }
.ten { width: 780px; }
.eleven { width: 860px; }
.twelve { width: 940px; }

p, h2 { margin: 0px 0px 5px;
}

hr { display: block; clear: both; margin: 0px 0px 45px; padding: 0px; height: 0px; overflow: hidden; visibility: hidden; }
.col hr { margin: 0px 0px 15px; }

em.three { margin: 0px 0px 0px 0px; }

div#navigation { margin: -30px 0px 0px 20px; }
div#navigation ul { list-style: none; padding: 0px 20px 0px 0px; margin: 70px 0px 0px 0px; }
div#navigation ul li { margin: 0px 0px 8px; }
div#navigation ul li.selected { color: #999; }
div#navigation ul li.selected a { border: 0px; color: #e60000; border-bottom: 1px solid #ccc; cursor: default; }
div#navigation ul li em { display: block; margin: 30px 0px 0px; }

div#content { margin: 20px 0px 0px 20px; }

div#media { clear: both; padding: 30px 0px 0px 60px; }
div.media { margin: 0px 0px 10px; }
div.home div#media { padding: 0px 0px 0px 60px; }
div.description div#media { padding: 0px 0px 0px 0px; }
p#gallery-count, div#gallery-navigation { display: none; }

div#image-wrapper { overflow: hidden; width: 700px; }
div#image-wrapper div#image-holder { width: 100000000px; }
div#image-wrapper div#image-holder div.image { float: left; width: 700px; }

p#footer { margin: 0px 0px 0px 320px; display: inline; }
p#footer em { display: block; }

a.atom-rss { margin: 0px 0px 0px 6px; padding: 1px 2px 0px; font-size: 0.93em; letter-spacing: 0.08em; background: #ddd; }

/* Javascript-enabled styles */
body.js-enabled p#gallery-count, body.js-enabled div#gallery-navigation { display: block; }
body.js-enabled p#project-count { display: none; }
body.js-enabled div#media div.image { display: none; }
body.js-enabled div#media div.image:first-child { display: block; }

img.logotipo{
    margin: 5px 0px 0px -155px;
}

ul.iconesocial{
    margin: 10px 0px 10px 100px; float: left; position: relative;
}
ul.iconesocial li{
    float: left; position: relative; margin-right: 20px;
    list-style: none;
}
ul.iconesocial li a img{
    border: none;
}
span.backemail a{
    background-color: #FFF;
    padding: 2px; font-weight: bold;
}