
.paginacao1 span.current {
    font-size: 14px;
    font-weight: 900;
    color: #666;
    text-decoration: none;
    border: 1px solid #CCC;
    margin: 0;
    float: left;
    padding: 1px 4px;
}

div#mensagemErro, div.error-message {
    color: red;
    background-color: #EFEFEF;
    padding: 5px;
    border: dashed 1px #DEDDDA;
    margin: 1px 0 6px 0;
}

div.error-message {
    width: 85%;
}

ul.formgeral div.error-message {
    clear:both;
	margin-top:5px;
	float:left;
	width: 284px !important;
}

span.highlight {
    background-color: yellow;
}

div.textoBusca {
    font-size: 11px;
    padding-left: 30px;
    clear: both;
}

#compartilhe {
    border-top: 1px dotted #E7EAD9;
    margin: 1em 0 0 -5px;
    padding-top: 0.5em;
    text-align: center;
}

#compartilhe ul {
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#compartilhe ul li img {
    display: inline;
}

#compartilhe ul li {
    margin: 0 0.3em 0 0;
    display: inline;
    padding: 0;
}
#banners{
	height:93px;
	position: relative;
}

#banners .banner-imagem{
	position: absolute;
	top:0;
	left: 30px;
}

#banners .banner-hidden{
	opacity: 0;
	visibility: hidden;
}

