.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.caixa-mapa {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 20px #999;
    border-radius: 2px;
}

body {
}

div.footer {
    margin-top: 30px;
    font-size: 14px;
}

div.faixa_verde_footer {
    background-color: #35A594;
    color: #FFF;
    font-size: 100%;
    padding: 20px;
}

div.rodape-icones-sociais span.rodape-texto {
    margin-right: 20px;
}

div.fda-container-rodape-links {
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
}

div.fda-container-rodape-logo-prefeitura img {
    width: 165%;
}

div.fda-container-rodape-links div.fda-container-rodape-endereco-prefeitura {
    margin-top: 10px;
    text-align: left;
    line-height: 100%;
}

div.fda-container-rodape-links div.fda-container-rodape-endereco-prefeitura span {
    color: #35A594;
}

div.fda-container-rodape-links div.fda-container-rodape-lista {
    min-height: 205px;

    border-left: 1px solid #CCC;
}

div.fda-container-rodape-links span.texto-endereco {
    font-weight: bold;
}

div.fda-container-rodape-links div.fda-container-rodape-lista ul li a {
    color: #35A594;
}

ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

/* ----------------------------------------------------------------------------------------------------- */
/*                                                PORTRAIT 	        	                                 */
/* ----------------------------------------------------------------------------------------------------- */
@media screen and (orientation: portrait) and (max-width: 360px) {
    div.fda-container-rodape-links div.fda-container-rodape-lista {
        min-height: 10px;

        margin-top: 10px;
        margin-left: 10px;

        border-left: none;
        border-top: 1px solid #CCC;
    }

    div.fda-container-rodape-links div.fda-container-rodape-lista ul {
        margin-bottom: 2px;
    }
}

/* ----------------------------------------------------------------------------------------------------- */
/*                                                LANDSCAPE 	       	                                 */
/* ----------------------------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) and (min-width: 361px) and (max-width: 640px) {
    div.fda-container-rodape-links div.fda-container-rodape-lista {
        min-height: 10px;

        margin-top: 10px;
        margin-left: 10px;

        border-left: none;
        border-top: 1px solid #CCC;
    }

    div.fda-container-rodape-links div.fda-container-rodape-lista ul {
        margin-bottom: 2px;
    }
}

/* ----------------------------------------------------------------------------------------------------- */
/*                                          CAIXAS COM BORDAS 	       	                                 */
/* ----------------------------------------------------------------------------------------------------- */

div.caixa-texto {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;

}

hr {
    border-top: 1px solid #ccc;
}
