/* 
    Document   : Internet2
    Created on : 29/Jun/2011, 17:51:28
    Author     : Sérgio Crespo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}



body {
    background: url(../Imagens/fundo.png) repeat-x;
    font: normal small Arial, Helvetica, sans-serif;
    /*color: #999999;*/
    color:rgb(85,120,126);
}

form {
}

legend {
    color: rgb(0,76,138);
    font-size: 1.5em;
    padding-bottom: 0.4em;
    margin-left: 0.2em;
}

fieldset {
    margin-right: 9em;
    margin-left: 3em;
    background-color: rgb(247,247,247);
    border-color: rgb(0,76,138);
}

h1, h2, h3 {
    margin: 0;
    color: rgb(0,76,138);
}

h2 {
    margin-bottom: .5em;
    font-size: 1.8em;
}

h3 {
    margin-bottom: 1em;
    font-size: 1em;
}

p, blockquote, ul, ol {
    margin-bottom: 1.5em;
    line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
    margin-left: 0em;
    list-style-type: none;
    color: rgb(0,76,138);
    font-size: 1.1em;
}

table {
    margin-left: 4em;
}

tr {
    
    color: rgb(0,76,138);
    font-size: 1.1em;    
}

td {
    padding-bottom: 0.5em;
}
ul li {
}

ol {
    margin-left: 2em;
    list-style: lower-roman;
}

ol li {
}

a {
    color: rgb(85,120,126);
}

a:hover {
    text-decoration: none;
    color: rgb(0,76,138);
}

img {
    border: none;
}

label.error { 
    float: none; 
    color: red; 
    margin: 1em; 
    vertical-align: top;
    font-size: 13px 
}
            

#cabecalho {
    width: 990px;
    height: 130px;
    margin: 0px auto 0px auto;
    background: url(../Imagens/top.jpg) no-repeat;        
}

#menu {
    width: 1020px;
    height: 40px;
    margin: 10px auto auto auto;
    font-size: 80%
}
#menu_1 {
    width: 1020px;
    height: 40px;
    margin: 0 auto auto auto;
    font-size: 80%
}
#menu_1 ul {
    margin: 0;
    list-style: none;
    line-height: normal;
}

#menu_1 li {
    display: inline;
}

#menu_1 a {
    display: block;
    float: left;
    height: 26px;
    padding: 14px 18px 0 20px;
    background: url(../Imagens/img06.gif) no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

#menu_1 a:hover {
    text-decoration: underline;
}

#menu_1 .first a {
    padding-left: 0;
    background: none;
}
#menu ul {
    margin: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    height: 26px;
    padding: 14px 18px 0 20px;
    background: url(../Imagens/img06.gif) no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

#menu a:hover {
    text-decoration: underline;
}

#menu .first a {
    padding-left: 0;
    background: none;
}

#pagina {
    width: 100%;
    margin: 3% 0 auto 0;
}

#conteudo {
    width: 65%;
    float: left;
    margin-left: 3%;    
    padding: 10px 0 1.5em 0;
    margin-bottom: 3%;
}
#conteudo1 {
    width: 60%;
     
    margin-left: 3%;    
    padding: 0px 0 1.5em 0;
    
}

#ultimas {
    margin-right: 2%;
    width: 29%;
    float: right;
    margin-bottom: 1em;
    background: #F7F7F7 url(../Imagens/img07.gif) repeat-x;
    border: 1px solid #CCCCCC;
}

#ultimas .titulo {
    height: 29px;
    padding: 11px 0 0 27px;
    background: url(../Imagens/img08.gif) no-repeat 10px 50%;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #FFFFFF;
}

#ultimas ul {
    margin: 0;
    list-style: none;
}

#ultimas li {
    margin-bottom: 1em;
}

#ultimas h3 {
    margin: 0;
    margin-left: 3px;
    padding: 0 0 0 10px;
    background: url(../Imagens/img09.gif) no-repeat left center;
    font-size: x-small;
}

#ultimas p {
    margin: 0;
    padding: 0 0 0 10px;
    line-height: normal;
    font-size: .85em;
}

#ultimas a {
    text-decoration: none;
}

#rodape {
    clear: both;
    width: 100%;
    margin: 0 auto 2em auto;
    background: #F7F7F7 url(../Imagens/img07.gif) repeat-x;
    border: 1px solid #CCCCCC;
}

#legal {
    margin: 0;
    padding: 8px;
    text-align: center;
    color: #FFFFFF;
}

#legal a {
    font-weight: bold;
    color: #FFFFFF;
}

#map  {
	width: 100%;
	width: 900px;
	height:500px;
	margin-left: 2em;
	margin-right: auto;
	border: 2px solid rgb(0,76,138);
        
	}





