@charset "utf-8";
/* CSS Document */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,nd
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
p {
    margin-top: 1em;
    margin-bottom: 0.5em;
}
p.colado {
    margin-top: 0em;
    margin-bottom: em;
}
a {
	color: #003366;
	text-decoration: none;
        
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        
}
a:hover {
	text-decoration: none;
}
li{list-style:none;}
/* Termino do Reset */
html,body {
	margin: 0px;
	padding: 0px;
        width: 100%;
        height: 100%;
}
body{
    background-color:#d3d3d3;    
    background-image:url('../images/fundo.jpg');
    background-repeat: repeat-x;
    background-position: top;
    font-size: 14px;
    color: #000000;
    font-family: 'Archivo Narrow','Helvetica', 'sans-serif';  
    -webkit-font-smoothing: antialiased;
    min-width: 1008px;
 
}
b, strong  {
	font-weight: bold;
}
em {
	
	font-style: italic;
}
i {
	font-style: italic;
}
a{text-decoration:none;}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: -0.05em;
    text-transform: uppercase;
    font-weight: normal;
}
h1.colado,h2.colado,h3.colado,h4.colado,h5.colado,h6.colado {
    margin-bottom: 0px;
}
h1{
    margin-bottom:10px;
    font-size: 200%;
}
h2{
    margin-bottom:10px;
    font-size: 180%;
}
h3{
    margin-bottom:10px;
    font-size: 160%;
}
h4{
    margin-bottom:8px;
    font-size: 140%;
}
h5{
    margin-bottom:5px;
    font-size: 120%;
}
h6{
    margin-bottom:0px;
    font-weight: bold;
    font-size: 100%;
}

.clear{
    clear:both;
}
.center{
    width:980px;
    margin:0 auto;
    position: relative;
}


#geral {
    float: left;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
}

#topo {
    height: 254px;
    position: relative;
}
#topo #barrasuperior {
    height: 41px;
    position: relative;
    color: #FFF;
}
#topo #barrasuperior h6 {
    color: #003366;
    font-weight: normal;
    margin-top: 10px;
    float: left;
}
#topo #barrainferior {
    color: #FFF;
    height: 212px;
    position: relative;
}
#topo #barrainferior h1.logo {
    height: 164px;
    width: 195px;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
#topo #barrainferior h1.logo a {
    height: 100%;
    width: 100%;
    background-image:url('../images/logo.png');
    background-repeat: no-repeat;
    display: block;
    
}
#topo #barrainferior h2 {
    margin-left: 240px;
    margin-right: 130px;
    padding-top: 50px;
}
#topo #barrainferior h3.logogoverno {
    width: 178px;
    height: 70px;
    position: absolute;
    top: 142px;
    right: 10px;
    text-indent: -1000px;
    overflow: hidden;
}
#topo #barrainferior h3.logogoverno a {
    width: 100%;
    height: 100%;
    display: block;    
    background-image:url('../images/logo_governo.jpg');
    background-repeat: no-repeat;
}





.holder{margin:0 auto;width:1008px;}

.formulario{
    width:660px;
    float: left;
}
.formulario .form {
    margin-left: 50px;
}
.login {
    float: none;
    margin: 80px auto;
}
.login legend {
    display: none;
}
.login .form {
    margin-left: 0px;
}
.form {
    margin: 0px auto;
    margin-bottom: 30px;
}
.formulario {
    padding-bottom: 50px;
    display: block;
}
.form input[type=submit], a.comprovante{
    background-color: #bdbdbd;    
    background-image:url('../images/fundo_botao.jpg');
    background-repeat: repeat-x;
    background-position: top;
    color: #003366;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;                
    border:1px solid #cdcccc;
    height:36px;     
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-weight: bold;
    text-transform: uppercase;
    outline-color:#129384;
    text-decoration: none;
    font-size: 120%;
    padding-left: 20px;
    padding-right: 20px;  
    padding-top: 5px;
    padding-bottom: 5px;
}
a.comprovante{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 8px;
}
.login input[type=text]{
    width: 350px;
    float: left;
}
.login input[type=submit]{
    float: left;
}
.right{
    float:right;
    width:300px;
    font-size: 120%;
    text-align: justify;
}
#conteudo {
    padding-top: 30px;
    padding-bottom: 30px;
}
.centralize {
    text-align: center;
}

div.erros {
    background-color: #FFC;
}
div.sucesso {
    background-color: azure;
}
div.erros, div.sucesso {
    color: #000;
    display: block;
    width: 80%;
    margin: 10px auto 10px auto;
    padding: 10px;
} 
div.erros li, div.sucesso li {
    list-style-type: circle;
    list-style-position: inside;
}
ul.projetos {
    margin-top: 50px;
}
ul.projetos li a {
    font-size: 16px;
    display: block;
    padding: 10px;
    background-color: #f2f2f2;
    border:1px solid #cdcccc;
    width: 50%;
    margin: 10px auto 10px auto;
}

ul.midiasocial {
    margin-top: 8px;
    display: block;
    float: left;
    
}
ul.midiasocial li {
    list-style-type: none;
    display: inline;
}
ul.midiasocial li a {
    display: block;
    width: 60px;
    height: 30px;
    float: left;
    background-position: left bottom;
    text-indent: -1000px;
    overflow: hidden;
}

ul.midiasocial li.twitter a,ul.midiasocial li.facebook a {
    width: 30px;
}

ul.midiasocial li.twitter a {
    background-image:url('../images/ico_tiwtter.png');
}
ul.midiasocial li.facebook a {
    background-image:url('../images/ico_facebook.png');
}
ul.midiasocial li.youtube a {
    background-image:url('../images/ico_youtube.png');
}
ul.midiasocial li.flickr a {
    background-image:url('../images/ico_flickr.png');
}
ul.midiasocial li.foursquare a {
    background-image:url('../images/ico_foursquare.png');
}

ul.midiasocial li a:hover {
    background-position: left top;
}

div#rodape {
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    margin-top: -40px;
    background-image:url('../images/fundo.jpg');
}

ul.empresas {
    margin-top: 0px;
    display: block;
    float: right;}
ul.empresas li {
    list-style-type: none;
    display: inline;
}
ul.empresas li a {
    display: block;
    width: 35px;
    height: 40px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
}
ul.empresas li.brazao a{
    background-image:url('../images/00.png');
}
ul.empresas li.tiempresas a{
    background-image:url('../images/01.png');
}
ul.empresas li.ti a{
    background-image:url('../images/02.png');
}
ul.empresas li.tisocial a{
    background-image:url('../images/03.png');
}
ul.empresas li.tieventos a{
    background-image:url('../images/04.png');
}
ul.empresas li.tieco a{
    background-image:url('../images/05.png');
}
ul.empresas li.titv a{
    background-image:url('../images/06.png');
}
ul.empresas li.tishopping a{
    background-image:url('../images/07.png');
}

ul.empresas li.titv a{
    background-image:url('../images/08.png');
}

ul.empresas li.clothing a{
    width: 129px;
    background-image:url('../images/09.png');
}