@media(min-width: 0){
	.topo{  
	  border-bottom: 10px solid #64b759;	  
	  height: 120px;
	  background: #072985;
	}
	.topo .logo{
	  	margin-top: 15px;
	    display: block;
	    height: 70px;
	    background: url(../images/logo.png) no-repeat;
	    text-indent: -99999px;
	    /*width: 100%;  */	    
	}
}
/*@media(min-width: 768px){	
	.topo .logo{
		width: 25%;
	}
}*/
