@import url('reset.css');


body {
    text-align:center;
    font: 0.69em Verdana, Arial, Helvetica, sans-serif;
    background: #d61921 url('../images/bg.jpg') no-repeat top center;
}

strong {
    font-weight: bold; 
}

a { 
    color: #D41920;
}

a:hover {
    color: #FAA41A;
} 

#wrapper {
    width: 798px;
    margin: 0 auto;
    text-align: left;
}

#head {
    float: left;
    display: inline;
    margin: 30px 0 0 30px;
}

#head, #head h1, #head h1 a {
    display: block;
    height: 161px;
    width: 161px;
}

#head h1 {
    background: url('../images/logo.gif') no-repeat top center;
}

#head h1 a {
    text-indent: -999em;
    overflow: hidden;
}

#menu {
    width: 563px;
    float: right;
    height: 60px;
    display: block;
    margin: 30px 0 0 0;
}

#menu li{
    display: block;  
    font-size: 1.55em;
    position: relative;
    float: left;
}

#menu li.last a {
    border-right: none;
}

#menu li a {
    color: #ffffff;
    text-decoration: none;
    padding: 17px 23px 20px 23px;
    display: block;
}

#menu li a:hover , #menu li a.active {
    background: url('../images/seta.gif') no-repeat top center;
}

#menu li a:hover ul {
    background: none;
}

#menu li ul {
    border: solid 2px #c8171e;
    background: #d61921;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    padding: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#menu li ul li {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 0.60em;
    padding: 0;
}

#menu li ul li span {
    font-size: 0.8em;
    font-weight: bold;

}

#menu li ul li a {
    display: block;
    width: 100%;
    padding: 7px 0;
    background: none;
}

#menu li ul li a:hover {
    background: #D01820;
    padding: 7px 0;
}

#content {
    float: right;
    width: 470px;
    height: 425px;
    padding: 50px;
    display: block;
    background: url('../images/bg.png') no-repeat 0 0;
}

* html #content {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.png', sizingMethod='scale');
}


#contentBloco {
    float: right;
    width: 470px;
    height: 425px;
    padding: 50px;
    display: block;
    background: url('../images/bgBloco.png') no-repeat 0 0;
}

* html #contentBloco {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bgBloco.png', sizingMethod='scale');
}

#content #escudo {
    background: url('../images/escudo.jpg') no-repeat center center;
    width: 100%;
    height: 100%;
}

#content h2, #contentBloco h2 {
    font: 1.5em arial,helvetica,clean,sans-serif;
    color: #D41920; 
    padding: 0 0 15px 0;
    font-weight: bold;
}

#content h3, #contentBloco h3 {
    font: 1.25em arial,helvetica,clean,sans-serif;
    color: #D41920; 
    padding: 0 0 10px 0;
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
}

.authors {
    font: 0.95em arial,helvetica,clean,sans-serif;
    font-weight: bold;
    text-align: center;
}

#content p, #contentBloco p {
    color: #D41920; 
    padding: 0 0 15px 0;
}

.center {
    text-align: center;
}

#twitter {
    display: inline;
    float: left;
    width: 178px;
    background: #ffffff;
    margin: 22px 0 0 25px;
}

#twitter h3 {
    background: url('../images/ultimas.gif') no-repeat 0 0;
    height: 39px;
    width: 177px;
    text-indent: -999em;
    overflow: hidden;
}

#twitter ul li{
    padding: 10px;
    margin: 0 4px;
    color: #333333;
    font: 1em arial,helvetica,clean,sans-serif;
    border-bottom: 1px solid #d7d7d7;
	word-wrap: break-word ;
}


#twitter p {
    padding: 10px;
    margin: 0 4px;
    color: #333333;
    font: 1.2em arial,helvetica,clean,sans-serif;
}

#twitter p a {
    font-weight: bold;
}