.topo-info{
	width:100%;
	height:85px; 
	position:relative;	
	z-index:9;
	border-bottom: #CCC solid 1px;
}

.topo-info div:nth-of-type(1){
	float:left;
	margin-left:5px;
	height:80px;
	width:46%;
	padding-left: 10px;
	padding-top: 10px;
}

.topo-info div:nth-of-type(2){
	float:right;
	margin-right:5px;
	height:85px;
	width:46%;
}

/*
.topo-info div:nth-of-type(1) a:nth-of-type(1){	
	margin-left:10px;
	height:85px;
	width:100%;
	position:relative
}

.topo-info div:nth-of-type(1) a:nth-of-type(1) img{
	position: absolute;
	margin: auto;
	bottom: 0px;
	left: 0px;
	top: 0px;
	max-height:80%;
	max-width:80%
}
*/

.topo-info div:nth-of-type(2) a{
	float:right;
	margin-right:5px;
	width:32px; 
	height:32px;
	margin-top:30px;
	position:relative;
	text-align:center;
	line-height:34px;
	cursor:pointer;
	border-radius:100%;
	font-size: 1.1em
}


/*///////////////////////////////////////// BUSCA  */

.mostraBusca{
		
	position:relative;
	z-index:9;
	width:90%;
	margin: 10px auto;

	
}

.mostraBusca form{
	width:95%; 
	height:56px; 
	margin:0 auto; 
	position:relative;
}

.mostraBusca form input[type="text"]{
	text-indent:10px;
	width: 80%;
	max-width:80%;
	font-size:13px;
	height:33px;
	color:#333;
	line-height:33px;
	margin: 15px auto;
	display: inline-block;
}

.mostraBusca form button{
	width:35px;
	height:33px;
	border: none;
	cursor: pointer;		
	line-height:33px;
	
}

/*///////////////////////////////////////// LOGIN TOPO*/
.mostraLogin{
	width:100%;	
	background:#FFF;
	padding-bottom:10px;
	padding-top:10px
}

.mostra_div_login{
	width:100%;
	
}

.cliente_deslogado{
	width:100%;	
	margin-top:10px;
}

.cliente_deslogado form {
	width:90%;
	margin:0 auto;
	border:solid 1px #FFF;
	padding-bottom:30px;
}

.cliente_deslogado form input[type=email],
.cliente_deslogado form input[type=password] {
	width:100%;
	
	border: solid 1px #999999;
	height: 36px;
	line-height: 36px;
	margin-bottom: 8px;
	text-indent:35px
}

.cliente_deslogado form input[type=email]{
	background:url(../imagens/icons/email2.png) no-repeat 3% center
}
.cliente_deslogado form input[type=password] {
	background:url(../imagens/icons/senha.png) no-repeat 3% center
}

.cliente_deslogado form a:nth-of-type(1){
	width:100%;
	display: block;	
	color:#00B8CC;
	text-align:left;
	margin-bottom:20px;
	margin-top:10px;
	text-indent:40px;
	background:url(../imagens/icons/senha2.png) no-repeat 3% center
}

.cliente_deslogado form input[type=submit] {
	background:#009933;
	width:80%;
	padding:20px 0px 20px 0px;
	border:none;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	margin:0 auto 5px;
	display:table
}

.cliente_deslogado form a:nth-of-type(2){
	background:#666666;
	width:80%;
	padding:20px 0px 20px 0px;
	border:none;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	margin:0 auto;
	display:table;
	text-align:center
}

/* /////////////////////////////////////////MENU */
.mostraGruposHome{
	width:100%;

}

.mostraGruposHome a{
	width:100%;
	padding-top:10px; 
	padding-bottom:10px; 	
}

.mostraCategoriasHome{	
	width:100%;
}

.menuCategoriaHome{
	width:100%; 
	padding-top:10px; 
	padding-bottom:10px; 	
}

.cliente_logado{
	background:#FFF
}

.cliente_logado a{
	width:100%;	
	position:relative;
	text-indent:10px;
	border-bottom:1px solid #DFDFDF;
	height:30px;
	line-height:30px;
	display: block;
}

.cliente_logado a::before{
	margin-right:7px;
	line-height:30px;
}
