@charset "utf-8";
/* CSS Document */

#cont_head{
	width:100%;
	height:80px;
 	background:#FDFDFD;
	margin-bottom:12px;
	border-bottom:3px solid #AFAFAF;
	position:relative;

}
.img_logo{
	position:absolute;
	padding-left:1%;
}


.head_logout{
	padding-right:4%;
	padding-top:5%;
    bottom:0;
    right:0;
	position:absolute;
	

}
.head_user{
font-size:18px;
	color:#6C6C6C;
	margin-right:6px;
	cursor:pointer;
	
}

.head_user:hover{
	color:#000000;
	
}


@media screen and (max-width:400px){

.topo_nome{	
    display:none;
	
	}
}


