/**** LAYOUT ****/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

html{ font-family:'Open Sans', Helvetica, Arial, "Lucida Grande", sans-serif; font-size:14px; }

body{ margin-left: 50px; margin-top: 40px; margin-bottom: 20px; padding:0px; border:0px; background:#8d8d8d;}/*background:#8d8d8d url(../img/blue-jacket.jpg) no-repeat top center;*/

p{ font-size:14px; font-weight:normal; color:#222; line-height:23px; text-align:justify;}

h1{ font-family: 'Open Sans'; font-size:20px; font-weight:normal; 
    color:#0B3E8A; line-height:30px;
            text-shadow: 1px 1px 1px #ccc;
        filter: dropshadow(color=#f00, offx=0, offy=1);}

a{color:#0B3E8A; text-decoration:none; font-size:14px;}

a:hover{text-decoration:underline; color:#ED1B24; font-size:14px;}

img{ border:0px;}

/**** HEADER ****/

#header{ position:relative; width:960px; height:45px; padding-bottom:0px; background-image:url(../img/bg_header.png); background-repeat:repeat-x;}

.data { margin-right:20px; float:right; margin-top:18px; position: relative; font-size:11px; color:#000;}

.espaco { background-color:#fff; height:0px;}

#logotipo {
    margin:47px 0px 0px -5px;
	z-index: 11;
}

/**** CONTENT ****/

#container{ width:960px; margin-left:0px; margin-right:auto; margin-top:10px; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px#000; box-shadow: 0 0 20px #000;}

#content{ width:960px; overflow:visible; background-color:#fff;}

#mcol{ float:left; margin-top:0px; overflow:visible; margin:20px; width:920px;}

/**** RODAPÉ ****/

#footer{ width:960px; height:72px; color:#fff; font-size:11px; 
        background-image:url(../img/bg_footer.jpg); background-repeat:repeat-x; 
        font-size:13px; color:#fff;
        text-shadow: 1px 1px 1px #111;
        filter: dropshadow(color=#111, offx=0, offy=1);
        }

#footer a{ text-decoration:none; font-size:13px; color:#fff;}

#footer a:hover{ text-decoration:underline; font-size:13px;}/*color:#0B3E8A; */

#footer #copyright{ padding-top:27px;}


p.clr, .clr { clear:both; padding:0; margin:0; background:none;}