/*
	Projeto: Palmares
	Cliente: Ministério da Cultura
	Autor: Bruno Said
	Email: bruno.said@ivia.com.br
	Data de Criação: sex out 22 15:18:30 2010
	Plataforma: Wordpress
	Nome do Arquivo: Util.css
*/

/*html, body { height: 100%; }*/

html { font-size: 62.5%; }

*{
    margin: 0px;
    padding: 0px;
    color: #575757;
}

.clear { clear: both; }

.fr{
    float: right;
}

.fl{
    float: left;
}

.dn{
    display: none;
}

hr{
    display: none;
    clear: both;
}

img{
    border: none;
}

noscript div{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #ef3c13;
    margin-bottom: 20px;
    -moz-box-shadow: 0px 5px 3px #3c3c3c;
    -webkit-box-shadow: 0px 5px 3px #3c3c3c;
    padding: 15px;
    z-index: 15;
}


    noscript p{
        font-size: 1.4em;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 10;
}

/*-------------------- Listas -------------------- */


ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol li{
    list-style:decimal outside;
}

/* Tables */

caption{ margin-bottom: 10px; }

table {
    margin: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

    table td,
    table th { 
        padding: 0;
        border: none;
        vertical-align: middle;
        text-align: center;
    }
    
/* Form */
    
fieldset{
    border: 0px;
}

    textarea{
        overflow: auto;
    }
        
    label{
        cursor: pointer;
    }
    
    .txtIndent {
        text-indent: -9999px;
        overflow: hidden;
        display: block;
    }
    
            input.txtIndent {
                cursor: pointer;
               *text-transform: uppercase; /* Internet Explorer Fix Bug */
            }

/*-------------------- Base -------------------- */

h1, h2, h3, h4, h5, h6{
    font-size: 100%;
}

p{
    color: #626262;
}

a{
    text-decoration: none;
    color: #000;
}
    
    a:hover{
        text-decoration: underline;
    }

em {
    font-style: normal;
}

strong {
    font-weight: bold;
}

address, cite, pre {
    font-style: normal;
}

abbr, acronym{
    border: none;
}

blockquote {
    margin: .75em 0 .75em 30px;
    padding: 0 0 0 10px;
    border-left: solid 2px #ddd;
    font-style: italic;
}

q:before,q:after{content:'';}

/*-------------------- Margens -------------------- */

.mgr0{ margin: 0px !important; }

/*------------------ajustes---------------------*/