@charset "utf-8";
/* CSS Document */

@import "home.css";
@import "twitter.css";
@import "paginas.css";
/* PRINCIPAL */

html {
	height: 100%;
	overflow:auto;
	overflow-x:hidden;
}
body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
img {
	color:#090;
	text-decoration: underline;
}
/*DIV FIXA*/
.btTop {
	margin: 0;
	display:block;
	position:fixed;
	width:50px;
	height:15px;
	top:3px;
	right:3px;
	border:1px;
	border-color:#000;
	border-style:solid;
	z-index:100;
	background-color:#900;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.btTop a {
	text-decoration:none;
	color:#FFF;
	outline: none;
}
.btTop a:hover {
	color:#FC0;
}
/*LAYOUT*/
#tudo {
	width:100%;
}
/*TOPO MENU*/
.topoMenu_container {
	width:100%;
	height:15px;
	padding:5px 0px 5px 0px;
	background-color:#f1f1f1;
	border-bottom:3px #D8D8D8 solid;
}
.topoMenu {
	width:940px;
	height:15px;
	margin:auto;
	display:table;
}
.topoMenu ul {
	margin:0;
	padding:0;
}
.topoMenu li {
	float:left;
	list-style:none;
}
.topoMenu a {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:12px;
	text-decoration:none;
}
.topoMenu a:hover {
	color:#000;
	text-decoration:underline;
}
.topoMenu_esq {
	margin-left:15px;
}
/*TOPO*/
.topo {
	width:940px;
	height:70px;
	margin:auto;
	padding:15px 0px 15px 0px;
	display:table;
}
.logo {
	width:405px;
	height:70px;
	background-image:url(../images/logo_damonte.png);
	background-repeat:no-repeat;
	float:left;
	text-indent:-999em;
}
/*ATENDIMENTO*/
.atendimento_container {
	width:435px;
	height:70px;
	float:left;
}
.atendimento_imagem {
	width:50px;
	height:50px;
	margin:10px 0px 0px 0px;
	float:left;
}
.atendimento_dir {
	width:340px;
	height:50px;
	float:left;
	margin:10px 0px 0px 10px;
	border-right:1px #CCC dotted;
}
.atendimento_txt {
	width:200px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#900;
}
.atendimento_funcao {
	width:320px;
	height:20px;
	margin-top:10px;
	display:table;
}
.atendimento_select {
	width:180px;
	height:20px;
	background-image:url(../images/seta.png);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
}
.atendimento_select select {
	width:150px;
	height:20px;
	background-color:#f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	border:1px #CCC solid;
}
#print_nome {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#900;
	font-weight:bold;
	padding-left:10px;
	float:left;
}
/**/
.topoLeft{
	width:360px;
	float:right;
	display:table;
}
/**/
.face{
	width:260px;
	float:left;
	margin:20px 0 0 0;
	padding:0;
}
/*CHAT*/
.chat_container {
	width:100px;
	height:70px;
	float:left;
	display:table;
}
.chat_imagem {
	width:50px;
	height:50px;
	margin:5px 0px 0px 0px;
	float:left;
}
.chat_txt {
	width:40px;
	height:20px;
	margin:25px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#900;
	float:left;
}
/*MENU*/
.menu {
	width:940px;
	height:50px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	background:url(../images/fundo_menu.jpg) no-repeat;
	display:table;
}
.menu ul {
	margin:0;
	padding:0;
}
.menu li {
	float:left;
	list-style:none;
	margin:0 0 0 8px;
}
.menu a {
	color:#777;
	display:block;
	padding:16px 20px 16px 20px;
	text-decoration:none;
}
.menu a:hover {
	color:#000;
	text-decoration:underline;
}
/*CONTEUDO*/
.conteudo {
	width:940px;
	height:100%;
	margin:auto;
	display:table;
}
/*RODAPE*/
.rodape_container {
	width:100%;
	height:100%;
	margin-top:15px;
	padding:20px 0px 30px 0px;
	background-color:#C6C6C6;
	border-top:3px #A3A3A3 solid;
}
.rodape {
	width:940px;
	height:100%;
	margin:auto;
	display:table;
}
/*MENU RODAPE COLUNAS*/
.rodape_Col_1 {
	width:200px;
	height:120px;
	float:left;
	border-right:1px #999 dotted;
}
.rodape_Col_2 {
	width:200px;
	height:120px;
	float:left;
	margin-left:45px;
	border-right:1px #999 dotted;
}
.rodape_Col_twitter {
	width:100px;
	height:69px;
	float:left;
	margin:20px 0px 0px 75px;
	background-image:url(../images/twitter_bird.png);
	background-repeat:no-repeat;
	text-indent:-999em;
	cursor:pointer;
	cursor:hand;
}
/*MENU RODAPE*/
.rodapeMenu_Tit {
	color:#444;
	font-size:12px;
	font-weight:bold;
}
.rodapeMenu ul {
	margin:0;
	padding:0;
}
.rodapeMenu li {
	list-style:none;
}
.rodapeMenu a {
	color:#555;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
}
.rodapeMenu a:hover {
	color:#000;
	text-decoration:underline;
}
/*ASSINATURA*/
.assinatura_container {
	width:100%;
	height:100%;
	background-color:#999;
}
.assinatura {
	width:940px;
	height:100%;
	margin:auto;
	padding:10px 0px 10px 0px;
	display:table;
}
.copyright {
	width:850px;
	height:100%;
	font-size:11px;
	color:#FFF;
	padding:5px 0px 5px 0px;
	float:left;
}
.coopearts {
	width:60px;
	height:100%;
	font-size:11px;
	color:#FFF;
	padding:5px 0px 5px 0px;
	background-image:url(../images/logo_coopearts.png);
	background-repeat:no-repeat;
	background-position:right;
	float:right;
	cursor:pointer;
	cursor:hand;
}

