body {
	background: url(imagens/bg.jpg) repeat;
}

.pics img { display: none }

#menu {
	position: absolute;
}

#imagens_home {
	width: 980px;
	height: 465px;
	top: 135px;
	z-index: -999;
	position: relative;
	overflow: hidden;
}

img { 
	border: 0; 
}

.fundo-rolante {
	background: url(imagens/fundo-rolante.gif) no-repeat;
	width: 454px;
	height: 200px;
	padding: 10px 10px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.rodape {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 10px;
	color: #fff;
}

.data {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #615C58;
}

.borda {
	border: 1px solid #a7a7a7;
	padding: 3px 3px;
}

.borda-parceiros {
	border: 1px solid #a7a7a7;
	padding: 3px 3px;
	margin-right: 23px;
}

.links:link {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
} 

.links:visited {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
	
.links:hover,links:focus {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BA5692;
	text-decoration: none;
}

.links2:link {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
} 

.links2:visited {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
	
.links2:hover,links2:focus {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

.links_menu:link {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
} 

.links_menu:visited {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
	
.links_menu:hover,links_menu:focus {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	border-bottom: 3px solid #BA5692;
}
	
.site_texto {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

.titulos {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990000;
	border-bottom: 1px dotted #990000;
}

/*aqui comeca os formularios */
input,
textarea,
select{
	padding: 4px;
    font: 400 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    border:1px solid #cecece;
    color: #666;
}
input:focus,
textarea:focus{  
    color: #666;
    background:#f8f8f8;
    border:1px solid #666;
}

/* Fim formularios */

.submit,
.button {
	background: #fff url('admin/images/bg_button.gif') repeat-x bottom left;
	border: 1px solid #aaa;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	font-size: 0.9em;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
}

.submit:hover,
.button:hover {
	background: #fff url('admin/images/bg_button_h.gif') repeat-x bottom left;
}

.submit { padding: 3px 10px; }
.button { padding: 5px 10px 4px; }

