@charset "utf-8";
body {
	overflow: scroll;
	*overflow: auto;
}

a.grey {
        color: #999999;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
}

a.conta {
	color: #ffd300;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
}
a:focus {
    outline: 0 solid lime;
}

#contentor {
	height: 100%;
	margin-top: 0px;
	margin: auto;
	position: relative;
	width: 960px;
}
.texto_pesquisar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 7px;
}
.texto_pesquisar_hint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	padding-left: 18px;
	background-image: url(../images/pesquisa/seta_up.png);
	background-repeat: no-repeat;
	background-position: left center;
}
h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        border-bottom: 1px solid #cccccc;
}

h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #ffd300;
}
h1 a {
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
}
h1 a:hover {
	color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
	text-decoration: none;
}


a#link
	{
	color: #000000;
	text-decoration: none;
	}
a:hover#link
	{
	color: #000000;
	text-decoration: none;
	}
h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
	border-bottom: 2px solid #ffd300;
        color: #252525;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

.txtTitulos2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
}
.txtTitulos {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	text-align: justify;
	color: #252525;
	margin: 0px;
	padding: 0px;
}

input,select,textarea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold;
	background-color: #f0f0f0;
        padding: 5px;
	font-style:italic;
	border: 1px solid #cccccc;
}

input[type="reset"], input[type="submit"], input[type="button"] {
	font-style: normal;
	cursor:pointer;
}


.texto_forms {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
	color: #666666;
}

.bottom_35 {
	margin-bottom: 35px;
}

#clear {
	clear: both;
}

#parceiro {
        border-bottom: 1px solid #cccccc;
	width: 100%;
}

#foto {
	float: left;
	margin-right: 20px;
}

#detalhes {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	float: left;
}

#divDestaque {
	background-color: #dddddd;
	width: 100%;
	padding: 10px;
	float: left;
}
#direita {
	float: right;
}
#direita a {
        color: #333333;
	font-weight: bold;
        display: block;
        background-color: #bbbbbb;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
#direita a:hover {
        color: #ffffff;
	font-weight: bold;
        background-color: #666666;
	text-decoration: none;
}
#esquerda {
	margin-top: 2px;
        float: left;
}
#esquerda a {
        color: #000000;
}
#esquerda a:hover {
        color: #000000;
}

