﻿/* ********************************************************************************* */
/* ********************************************************************************* */
#menustopo {
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 39px;
    
	background: #86868e url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#616264),
		to(#86868e),
		color-stop(0.5, #747579)
	);
	background: -webkit-linear-gradient(
		top,
		#616264,
		#747579 50%,
		#86868e
	);
	background: -moz-linear-gradient(
		top,
		#616264,
		#747579 50%,
		#86868e
	);
	background: -o-linear-gradient(
		top,
		#616264,
		#747579 50%,
		#86868e
	);
	background: linear-gradient(
		top,
		#616264,
		#747579 50%,
		#86868e
	);
}

/* ================================================================================= */
#tem
{
	background: #6b6c70 url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#5a5c5b),
		to(#6b6c70),
		color-stop(0.5, #626365)
	);
	background: -webkit-linear-gradient(
		top,
		#5a5c5b,
		#626365 50%,
		#6b6c70
	);
	background: -moz-linear-gradient(
		top,
		#5a5c5b,
		#626365 50%,
		#6b6c70
	);
	background: -o-linear-gradient(
		top,
		#5a5c5b,
		#626365 50%,
		#6b6c70
	);
	background: linear-gradient(
		top,
		#5a5c5b,
		#626365 50%,
		#6b6c70
	);
}


#topo{
    
    margin: 0 auto;
    
    height: 40px;
    width:1100px;
    
}

/* ================================================================================= */

.separadortopo {
    border-right: 1px solid #BBBCBE;
    height: 40px;
    min-width: 145px;
    text-align: center;
    display:inline-block;
    float:left;
    padding:0 5px 0 5px;
    font-family:'Magra';
    font-size:15px;  
}

.separadortopo:hover {background-color: #FFFFFF;}
.separadortopo a {
    color:#d4d5d7;
    display:block;
    
  
    
    }
    
.separadortopo a:hover{color: #494949;
                       text-decoration:none;}
    
.clientesdeg
{
	height:40px;
	/* Legacy browsers */
	background: #4d9490 url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#60b4a7),
		to(#4d9490),
		color-stop(0.5, #6ba79b)
	);
	background: -webkit-linear-gradient(
		top,
		#60b4a7,
		#6ba79b 50%,
		#4d9490
	);
	background: -moz-linear-gradient(
		top,
		#60b4a7,
		#6ba79b 50%,
		#4d9490
	);
	background: -o-linear-gradient(
		top,
		#60b4a7,
		#6ba79b 50%,
		#4d9490
	);
	background: linear-gradient(
		top,
		#60b4a7,
		#6ba79b 50%,
		#4d9490
	);    
    }
    
/* ********************************************************************************* */
#setacima { float:right; margin: 5px 5px 0 0; border:0; background-color:transparent;}
#setabaixo { float:right; margin: 0 5px 5px 0; border:0;  background-color:transparent;}